HomeSort by: relevance | last modified time | path
    Searched refs:IsDevicePathEndType (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 56 //#define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE_UNPACKED )
57 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE )
59 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
  /src/sys/external/bsd/gnu-efi/dist/lib/
hand.c 220 if (IsDevicePathEndType(Next)) {
dpath.c 73 if (IsDevicePathEndType(DevPath)) {

Completed in 36 milliseconds