Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libefivar/
HDuefi-dputil.c314 IsDevicePathEndType ( in IsDevicePathEndType() function
346 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
/freebsd-13-stable/stand/efi/include/
HDefidevp.h59 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro
61 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
HDDevicePathLib.h135 IsDevicePathEndType (
/freebsd-13-stable/stand/efi/loader/
HDmain.c771 if (IsDevicePathEndType(node)) { in parse_uefi_con_out()