Home
last modified time | relevance | path

Searched refs:EfiDevicePathType (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePath/
DDevicePath.h56 #define EfiDevicePathType(a) (((a)->Type) & 0x7f) macro
57 #define EfiIsDevicePathEndType(a) (EfiDevicePathType (a) == 0x7f)
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.h107 #define EfiDevicePathType(a) (((a)->Type) & 0x7f) macro
108 #define EfiIsDevicePathEndType(a) (EfiDevicePathType (a) == 0x7f)