Home
last modified time | relevance | path

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

/freebsd/stand/efi/include/
H A Defi.h71 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro
73 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
/freebsd/lib/libefivar/
H A Duefi-dputil.c270 IsDevicePathEndType ( in IsDevicePathEndType() function
302 …return (BOOLEAN)(IsDevicePathEndType (Node) && DevicePathSubType (Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
330 …return (BOOLEAN)(IsDevicePathEndType (Node) && DevicePathSubType (Node) == END_INSTANCE_DEVICE_PAT… in IsDevicePathEndInstance()
740 while (!IsDevicePathEndType (DevPath)) { in UefiDevicePathLibGetNextDevicePathInstance()
/freebsd/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h135 IsDevicePathEndType (
/freebsd/stand/efi/libefi/
H A Ddevpath.c585 if (IsDevicePathEndType(devpath) && in efi_devpath_next_instance()
/freebsd/stand/efi/loader/
H A Dmain.c1011 if (IsDevicePathEndType(node)) { in parse_uefi_con_out()