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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePath/
DevicePath.h 56 #define EfiDevicePathType(a) (((a)->Type) & 0x7f)
57 #define EfiIsDevicePathEndType(a) (EfiDevicePathType (a) == 0x7f)
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.h 107 #define EfiDevicePathType(a) (((a)->Type) & 0x7f)
108 #define EfiIsDevicePathEndType(a) (EfiDevicePathType (a) == 0x7f)

Completed in 76 milliseconds