Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Duefi-dputil.c314 IsDevicePathEndType ( in IsDevicePathEndType() function
346 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
/freebsd/stand/efi/include/
H A Defidevp.h59 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro
61 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
/freebsd/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h135 IsDevicePathEndType (
/freebsd/stand/efi/libefi/
H A Ddevpath.c583 if (IsDevicePathEndType(devpath) && in efi_devpath_next_instance()
/freebsd/stand/efi/loader/
H A Dmain.c981 if (IsDevicePathEndType(node)) { in parse_uefi_con_out()