Home
last modified time | relevance | path

Searched refs:PCI_DATA_STRUCTURE_SIGNATURE (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciOptionRomSupport.c80 ASSERT (Pcir->Signature == PCI_DATA_STRUCTURE_SIGNATURE); in LocalLoadFile2()
354 if (RomPcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in ContainEfiImage()
492 if (RomPcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in LoadOpRomImage()
704 ASSERT (Pcir->Signature == PCI_DATA_STRUCTURE_SIGNATURE); in ProcessOpRomImage()
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciOptionRomSupport.c253 if (RomPcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in LoadOpRomImage()
457 ASSERT (Pcir->Signature == PCI_DATA_STRUCTURE_SIGNATURE); in ProcessOpRomImage()
DPciRomTable.c173 if (Pcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in PciRomLoadEfiDriversFromRomImage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DEfiRom.c311 if (PciDs23->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in ProcessBinFile()
321 if (PciDs30->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in ProcessBinFile()
613 PciDs23.Signature = PCI_DATA_STRUCTURE_SIGNATURE; in ProcessEfiFile()
628 PciDs30.Signature = PCI_DATA_STRUCTURE_SIGNATURE; in ProcessEfiFile()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DLoadPciRom.c255 if (Pcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in LoadEfiDriversFromRomImage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Dpci22.h336 #define PCI_DATA_STRUCTURE_SIGNATURE SIGNATURE_32 ('P', 'C', 'I', 'R') macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dpci22.h351 #define PCI_DATA_STRUCTURE_SIGNATURE EFI_SIGNATURE_32 ('P', 'C', 'I', 'R') macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
DEfiRom.c497 if (PciDs->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in ProcessBinFile()
770 PciDs.Signature = PCI_DATA_STRUCTURE_SIGNATURE; in ProcessEfiFile()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPci22.h787 #define PCI_DATA_STRUCTURE_SIGNATURE SIGNATURE_32 ('P', 'C', 'I', 'R') macro
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
DPcatIo.c452 if (Pcir.Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in CheckForRom()
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
DPcatIo.c452 if (Pcir.Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in CheckForRom()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c317 if (Pcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in GetPciLegacyRom()
2964 …if ((Pcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) || (Pcir->CodeType != PCI_CODE_TYPE_PCAT_IMA… in LegacyBiosInstallPciRom()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DBiosSnp16.c1241 if (PciDataStructure->Signature != PCI_DATA_STRUCTURE_SIGNATURE) { in Undi16SimpleNetworkLoadUndi()