Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/efi/include/
H A Defi.h58 #define IsDevicePathEnd(a) (IsDevicePathEndType(a) && IsDevicePathEndSubType(a)) macro
/dflybsd-src/lib/libefivar/
H A Duefi-dputil.c342 IsDevicePathEnd ( in IsDevicePathEnd() function