HomeSort by relevance Sort by last modified time
    Searched refs:MEDIA_DEVICE_PATH (Results 1 - 25 of 54) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiNotTiano.c 283 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH &&
321 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiNotTiano.c 292 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH &&
330 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiNotTiano.c 334 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH &&
360 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DevicePath.c 412 FilePath->Header.Type = MEDIA_DEVICE_PATH;
516 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH;
545 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH &&
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 509 FilePath->Header.Type = MEDIA_DEVICE_PATH;
613 FvDevicePathNode->Header.Type = MEDIA_DEVICE_PATH;
642 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH &&
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskFileExplorer.c 198 if (DevicePathType (*FilePath) != MEDIA_DEVICE_PATH ||
RamDiskProtocol.c 25 MEDIA_DEVICE_PATH,
786 if ((MEDIA_DEVICE_PATH == Header->Type) &&
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c 138 case MEDIA_DEVICE_PATH:
300 if ((DevicePathType(RootDevicePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType(RootDevicePath) == MEDIA_FILEPATH_DP)) {
318 if ((DevicePathType(TmpDevicePath) != MEDIA_DEVICE_PATH) || (DevicePathSubType(TmpDevicePath) != MEDIA_FILEPATH_DP)) {
338 if ((DevicePathType(TmpDevicePath) != MEDIA_DEVICE_PATH) || (DevicePathSubType(TmpDevicePath) != MEDIA_FILEPATH_DP)) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Mbr.c 185 if (DevicePathType (LastDevicePathNode) == MEDIA_DEVICE_PATH &&
195 HdDev.Header.Type = MEDIA_DEVICE_PATH;
ElTorito.c 218 CdDev.Header.Type = MEDIA_DEVICE_PATH;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmramProfileRecord.c 47 if ((DevicePathType (ThisFilePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType (ThisFilePath) == MEDIA_PIWG_FW_FILE_DP)) {
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigFileExplorer.c 165 if (DevicePathType (*FilePath) != MEDIA_DEVICE_PATH ||
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 260 case MEDIA_DEVICE_PATH:
    [all...]
DevicePathFromText.c     [all...]
DevicePathUtilities.c 879 FilePath->Header.Type = MEDIA_DEVICE_PATH;
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 175 return IS_DEVICE_PATH_NODE (DevicePath, MEDIA_DEVICE_PATH, MEDIA_HARDDRIVE_DP);
235 return IS_DEVICE_PATH_NODE (DevicePath, MEDIA_DEVICE_PATH, MEDIA_CDROM_DP);
407 if ((Remaining->Type == MEDIA_DEVICE_PATH) && (Remaining->SubType == MEDIA_FILEPATH_DP)) {
465 return (!EFI_ERROR (Status) && IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_FILEPATH_DP));
486 ASSERT (IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_FILEPATH_DP));
610 return IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_PIWG_FW_FILE_DP);
632 ASSERT (IS_DEVICE_PATH_NODE (RemainingDevicePath, MEDIA_DEVICE_PATH, MEDIA_PIWG_FW_FILE_DP));
803 if (!IS_DEVICE_PATH_NODE (NextDevicePath, MEDIA_DEVICE_PATH, MEDIA_FILEPATH_DP)) {
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
PlatformBm.c 430 !(DevicePathType (Node1) == MEDIA_DEVICE_PATH &&
440 if (DevicePathType (Node2) != MEDIA_DEVICE_PATH ||
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 60 (DevicePathType (FilePath) != MEDIA_DEVICE_PATH) ||
732 EfiOpRomImageNode.Header.Type = MEDIA_DEVICE_PATH;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
UefiDevicePathLib.c 517 FilePath->Header.Type = MEDIA_DEVICE_PATH;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/
LoadFileOnFv2.c 222 FilePath->Header.Type = MEDIA_DEVICE_PATH;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 255 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType (DevicePath) == MEDIA_PIWG_FW_FILE_DP)) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
ArmVExpressFastBoot.c 245 ASSERT (NextNode->Type == MEDIA_DEVICE_PATH &&
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
FwVolBlock.c 48 MEDIA_DEVICE_PATH,
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
UefiDevicePathLib.c 699 FilePath->Header.Type = MEDIA_DEVICE_PATH;
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c     [all...]

Completed in 1162 milliseconds

1 2 3