HomeSort by relevance Sort by last modified time
    Searched refs:MEDIA_PIWG_FW_FILE_DP (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiNotTiano.c 284 DevicePathSubType (&FvDevicePathNode->Header) == MEDIA_PIWG_FW_FILE_DP) {
322 FvDevicePathNode->Header.SubType = MEDIA_PIWG_FW_FILE_DP;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiNotTiano.c 293 DevicePathSubType (&FvDevicePathNode->Header) == MEDIA_PIWG_FW_FILE_DP) {
331 FvDevicePathNode->Header.SubType = MEDIA_PIWG_FW_FILE_DP;
  /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/ArmVirtPkg/Library/PlatformBootManagerLib/
PlatformBm.c 441 DevicePathSubType (Node2) != MEDIA_PIWG_FW_FILE_DP) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 1065 #define MEDIA_PIWG_FW_FILE_DP 0x06
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 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));
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.c 197 DevicePathSubType (Node2) != MEDIA_PIWG_FW_FILE_DP) {
    [all...]
  /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/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c     [all...]
DevicePathFromText.c     [all...]

Completed in 482 milliseconds