Home
last modified time | relevance | path

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

/dragonfly/stand/boot/efi/include/
H A Defi.h56 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro
58 #define IsDevicePathEnd(a) (IsDevicePathEndType(a) && IsDevicePathEndSubType(a))
/dragonfly/lib/libefivar/
H A Duefi-dputil.c315 IsDevicePathEndType ( in IsDevicePathEndType() function
347 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h135 IsDevicePathEndType (