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

/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h135 IsDevicePathEndType (
/freebsd-13-stable/lib/libefivar/
H A Duefi-dputil.c316 IsDevicePathEndType ( function
348 return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_SUBTYPE);
/freebsd-13-stable/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-13-stable/stand/efi/loader/
H A Dmain.c748 if (IsDevicePathEndType(node)) {

Completed in 118 milliseconds