Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h57 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE ) macro
59 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dhand.c220 if (IsDevicePathEndType(Next)) { in LibLocateHandleByDiskSignature()
H A Ddpath.c73 if (IsDevicePathEndType(DevPath)) { in DevicePathInstance()