Home
last modified time | relevance | path

Searched refs:MEDIA_DEVICE_PATH (Results 1 – 25 of 47) sorted by relevance

12

/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiNotTiano.c304 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH && in EfiGetNameGuidFromFwVolDevicePathNode()
342 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH; in EfiInitializeFwVolDevicepathNode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DDevicePath.c412 FilePath->Header.Type = MEDIA_DEVICE_PATH; in EfiFileDevicePath()
516 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH; in EfiInitializeFwVolDevicepathNode()
545 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH && in EfiGetNameGuidFromFwVolDevicePathNode()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiNotTiano.c313 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH && in EfiGetNameGuidFromFwVolDevicePathNode()
351 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH; in EfiInitializeFwVolDevicepathNode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DRtDevicePath.c509 FilePath->Header.Type = MEDIA_DEVICE_PATH; in RtEfiFileDevicePath()
613 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH; in RtEfiInitializeFwVolDevicepathNode()
642 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH && in RtEfiGetNameGuidFromFwVolDevicePathNode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
DUefiNotTiano.c334 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH && in GlueEfiGetNameGuidFromFwVolDevicePathNode()
360 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH; in GlueEfiInitializeFwVolDevicepathNode()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootOptionSupport.c297 FilePathDevicePath->Header.Type = MEDIA_DEVICE_PATH; in BdsLoadOptionFileSystemCreateDevicePath()
340 FilePathDevicePath->Header.Type = MEDIA_DEVICE_PATH; in BdsLoadOptionFileSystemUpdateDevicePath()
390 if (!IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_FILEPATH_DP)) in BdsLoadOptionFileSystemIsSupported()
479 … while (!IsDevicePathEndType (DevicePath) && (DevicePathType (DevicePath) != MEDIA_DEVICE_PATH)) { in BdsLoadOptionMemMapList()
482 if (DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) { in BdsLoadOptionMemMapList()
935 FilePathDevicePath->Header.Type = MEDIA_DEVICE_PATH; in BdsLoadOptionTftpCreateDevicePath()
1131 NewFilePathNode->Header.Type = MEDIA_DEVICE_PATH; in BdsLoadOptionTftpUpdateDevicePath()
1185 if (!IS_DEVICE_PATH_NODE(NextDevicePath,MEDIA_DEVICE_PATH,MEDIA_FILEPATH_DP)) { in BdsLoadOptionTftpIsSupported()
DBootLinux.c69 (PrevDevicePathNode->Type == MEDIA_DEVICE_PATH) && in IsEfiBinary()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c258 case MEDIA_DEVICE_PATH: in DevPathToTextVendor()
2064 {MEDIA_DEVICE_PATH, L"MediaPath" },
2160 {MEDIA_DEVICE_PATH, MEDIA_HARDDRIVE_DP, DevPathToTextHardDrive },
2161 {MEDIA_DEVICE_PATH, MEDIA_CDROM_DP, DevPathToTextCDROM },
2162 {MEDIA_DEVICE_PATH, MEDIA_VENDOR_DP, DevPathToTextVendor },
2163 {MEDIA_DEVICE_PATH, MEDIA_PROTOCOL_DP, DevPathToTextMediaProtocol },
2164 {MEDIA_DEVICE_PATH, MEDIA_FILEPATH_DP, DevPathToTextFilePath },
2165 {MEDIA_DEVICE_PATH, MEDIA_PIWG_FW_VOL_DP, DevPathToTextFv },
2166 {MEDIA_DEVICE_PATH, MEDIA_PIWG_FW_FILE_DP, DevPathToTextFvFile },
2167 {MEDIA_DEVICE_PATH, MEDIA_RELATIVE_OFFSET_RANGE_DP, DevPathRelativeOffsetRange },
[all …]
DDevicePathFromText.c2900 return DevPathFromTextGenericPath (MEDIA_DEVICE_PATH, TextDeviceNode); in DevPathFromTextMediaPath()
2931 MEDIA_DEVICE_PATH, in DevPathFromTextHD()
2985 MEDIA_DEVICE_PATH, in DevPathFromTextCDROM()
3012 MEDIA_DEVICE_PATH, in DevPathFromTextVenMedia()
3033 MEDIA_DEVICE_PATH, in DevPathFromTextFilePath()
3061 MEDIA_DEVICE_PATH, in DevPathFromTextMedia()
3089 MEDIA_DEVICE_PATH, in DevPathFromTextFv()
3117 MEDIA_DEVICE_PATH, in DevPathFromTextFvFile()
3147 MEDIA_DEVICE_PATH, in DevPathFromTextRelativeOffsetRange()
3184 MEDIA_DEVICE_PATH, in DevPathFromTextRamDisk()
[all …]
DDevicePathUtilities.c862 FilePath->Header.Type = MEDIA_DEVICE_PATH; in FileDevicePath()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c138 case MEDIA_DEVICE_PATH: in GetFileType()
300 …if ((DevicePathType(RootDevicePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType(RootDevicePath) ==… in GetFileName()
318 …if ((DevicePathType(TmpDevicePath) != MEDIA_DEVICE_PATH) || (DevicePathSubType(TmpDevicePath) != M… in GetFileName()
338 …if ((DevicePathType(TmpDevicePath) != MEDIA_DEVICE_PATH) || (DevicePathSubType(TmpDevicePath) != M… in GetFileName()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DMbr.c186 if (DevicePathType (LastDevicePathNode) == MEDIA_DEVICE_PATH && in PartitionInstallMbrChildHandles()
198 HdDev.Header.Type = MEDIA_DEVICE_PATH; in PartitionInstallMbrChildHandles()
DElTorito.c218 CdDev.Header.Type = MEDIA_DEVICE_PATH; in PartitionInstallElToritoChildHandles()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c179 return IS_DEVICE_PATH_NODE (DevicePath, MEDIA_DEVICE_PATH, MEDIA_HARDDRIVE_DP); in BdsIsRemovableHd()
467 if (IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_FILEPATH_DP)) { in BdsFileSystemSupport()
492 ASSERT (IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_FILEPATH_DP)); in BdsFileSystemLoadImage()
616 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()
824 if (!IS_DEVICE_PATH_NODE (NextDevicePath, MEDIA_DEVICE_PATH, MEDIA_FILEPATH_DP)) { in BdsTftpSupport()
1470 if (!IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, in BdsAndroidKernelSupport()
1546 } while (!IS_DEVICE_PATH_NODE (NextNode, MEDIA_DEVICE_PATH, in BdsAndroidKernelLoadImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
DSmramProfileRecord.c47 …if ((DevicePathType (ThisFilePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType (ThisFilePath) == M… in GetFileNameFromFilePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciOptionRomSupport.c60 (DevicePathType (FilePath) != MEDIA_DEVICE_PATH) || in LocalLoadFile2()
732 EfiOpRomImageNode.Header.Type = MEDIA_DEVICE_PATH; in ProcessOpRomImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
DUefiDevicePathLib.c517 FilePath->Header.Type = MEDIA_DEVICE_PATH; in GlueFileDevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c1175 MEDIA_DEVICE_PATH,
1181 MEDIA_DEVICE_PATH,
1187 MEDIA_DEVICE_PATH,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.c48 MEDIA_DEVICE_PATH,
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c683 FilePath->Header.Type = MEDIA_DEVICE_PATH; in FileDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c346 …if ((DevicePathType (FileNode) == MEDIA_DEVICE_PATH) && (DevicePathSubType (FileNode) == MEDIA_PIW… in BmIsMemmapFvFilePath()
1562 if ((DevicePathType (FilePath) == MEDIA_DEVICE_PATH) && in BmGetLoadOptionBuffer()
1568 } else if ((DevicePathType (FilePath) == MEDIA_DEVICE_PATH) && in BmGetLoadOptionBuffer()
1938 if ((DevicePathType (BlockIoDevicePath) == MEDIA_DEVICE_PATH) && in BmMatchPartitionDevicePathNode()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
DArmVExpressFastBoot.c241 ASSERT (NextNode->Type == MEDIA_DEVICE_PATH && in ArmFastbootPlatformInit()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h379 #define MEDIA_DEVICE_PATH 0x04 macro
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
DQemuBootOrderLib.c1407 if (DevicePathType (DevicePath) == MEDIA_DEVICE_PATH && in Match()
1502 if (DevicePathType(FirstNode) == MEDIA_DEVICE_PATH && in BootOrderComplete()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
DFvSimpleFileSystemEntryPoint.c491 if (DevicePathType (FvDevicePath) == MEDIA_DEVICE_PATH && in FvSimpleFileSystemDriverStart()

12