HomeSort by relevance Sort by last modified time
    Searched refs:EfiIsDevicePathEndType (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePath/
DevicePath.h 57 #define EfiIsDevicePathEndType(a) (EfiDevicePathType (a) == 0x7f)
62 #define EfiIsDevicePathEnd(a) (EfiIsDevicePathEndType (a) && EfiIsDevicePathEndSubType (a))
63 #define EfiIsDevicePathEndInstance(a) (EfiIsDevicePathEndType (a) && EfiIsDevicePathEndInstanceSubType (a))
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.h 108 #define EfiIsDevicePathEndType(a) (EfiDevicePathType (a) == 0x7f)
110 #define EfiIsDevicePathEnd(a) (EfiIsDevicePathEndType (a) && EfiIsDevicePathEndSubType (a))

Completed in 531 milliseconds