Home
last modified time | relevance | path

Searched refs:MEDIA_PIWG_FW_FILE_DP (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiNotTiano.c305 DevicePathSubType (&FvDevicePathNode->Header) == MEDIA_PIWG_FW_FILE_DP) { in EfiGetNameGuidFromFwVolDevicePathNode()
343 FvDevicePathNode->Header.SubType = MEDIA_PIWG_FW_FILE_DP; in EfiInitializeFwVolDevicepathNode()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiNotTiano.c314 DevicePathSubType (&FvDevicePathNode->Header) == MEDIA_PIWG_FW_FILE_DP) { in EfiGetNameGuidFromFwVolDevicePathNode()
352 FvDevicePathNode->Header.SubType = MEDIA_PIWG_FW_FILE_DP; in EfiInitializeFwVolDevicepathNode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
DSmramProfileRecord.c47 …isFilePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType (ThisFilePath) == MEDIA_PIWG_FW_FILE_DP)) { in GetFileNameFromFilePath()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h1056 #define MEDIA_PIWG_FW_FILE_DP 0x06 macro
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c616 return IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_PIWG_FW_FILE_DP); in BdsFirmwareVolumeSupport()
641 ASSERT (IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_PIWG_FW_FILE_DP)); in BdsFirmwareVolumeLoadImage()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c2166 {MEDIA_DEVICE_PATH, MEDIA_PIWG_FW_FILE_DP, DevPathToTextFvFile },
DDevicePathFromText.c3118 MEDIA_PIWG_FW_FILE_DP, in DevPathFromTextFvFile()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c346 …Type (FileNode) == MEDIA_DEVICE_PATH) && (DevicePathSubType (FileNode) == MEDIA_PIWG_FW_FILE_DP)) { in BmIsMemmapFvFilePath()