Home
last modified time | relevance | path

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

/src/stand/efi/include/ !
H A Defi.h73 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/src/lib/libefivar/ !
H A Duefi-dputil.c297 IsDevicePathEnd ( in IsDevicePathEnd() function