Home
last modified time | relevance | path

Searched defs:IsDevicePathEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/lib/libefivar/
H A Duefi-dputil.c343 IsDevicePathEnd ( in IsDevicePathEnd() function
/freebsd-13.1/stand/efi/include/
H A Defidevp.h62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro