Home
last modified time | relevance | path

Searched refs:MEDIA_RELATIVE_OFFSET_RANGE_DP (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciOptionRomSupport.c61 (DevicePathSubType (FilePath) != MEDIA_RELATIVE_OFFSET_RANGE_DP) || in LocalLoadFile2()
733 EfiOpRomImageNode.Header.SubType = MEDIA_RELATIVE_OFFSET_RANGE_DP; in ProcessOpRomImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h437 #define MEDIA_RELATIVE_OFFSET_RANGE_DP 0x08 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h1097 #define MEDIA_RELATIVE_OFFSET_RANGE_DP 0x08 macro
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c139 if (DevicePathSubType (TempDevicePath) == MEDIA_RELATIVE_OFFSET_RANGE_DP) { in GetFileType()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c256 if (DevicePathSubType (TempDevicePath) == MEDIA_RELATIVE_OFFSET_RANGE_DP) { in GetImageType()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c2201 {MEDIA_DEVICE_PATH, MEDIA_RELATIVE_OFFSET_RANGE_DP, DevPathRelativeOffsetRange },
DDevicePathFromText.c3176 MEDIA_RELATIVE_OFFSET_RANGE_DP, in DevPathFromTextRelativeOffsetRange()