Home
last modified time | relevance | path

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

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