Home
last modified time | relevance | path

Searched refs:IsDevicePathEndType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/lib/libefivar/
H A Duefi-dputil.c316 IsDevicePathEndType ( in IsDevicePathEndType() function
348 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
/freebsd-12.1/stand/efi/include/
H A Defidevp.h60 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro
62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
/freebsd-12.1/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h140 IsDevicePathEndType (