Searched defs:RomPcir (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c329 PCI_DATA_STRUCTURE *RomPcir; local
343 RomPcir = (PCI_DATA_STRUCTURE *) ((UINT8 *) RomHeader + RomHeader->PcirOffset);
344 ASSERT (RomPcir->Signature == PCI_DATA_STRUCTURE_SIGNATURE);
346 if (RomPcir->CodeType == PCI_CODE_TYPE_EFI_IMAGE) {
350 RomHeader = (PCI_EXPANSION_ROM_HEADER *) ((UINT8 *) RomHeader + RomPcir->Length * 512);
382 PCI_DATA_STRUCTURE *RomPcir; local
422 RomPcir = AllocatePool (sizeof (PCI_DATA_STRUCTURE));
423 if (RomPcir == NULL) {
475 (UINT8 *) RomPcir
480 if (RomPcir
[all...]

Completed in 32 milliseconds