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

/freebsd-current/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h135 IsDevicePathEndType (
/freebsd-current/lib/libefivar/
H A Duefi-dputil.c314 IsDevicePathEndType ( function
346 return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_SUBTYPE);
/freebsd-current/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-current/stand/efi/libefi/
H A Ddevpath.c583 if (IsDevicePathEndType(devpath) &&
/freebsd-current/stand/efi/loader/
H A Dmain.c770 if (IsDevicePathEndType(node)) {

Completed in 81 milliseconds