Searched refs:PciVendorId (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DOptionRom.py83 FfsFile.OverrideAttribs.PciVendorId)
101 FfsFile.OverrideAttribs.PciVendorId)
134 self.PciVendorId = None
H A DOptRomInfStatement.py60 if self.OverrideAttribs.PciVendorId == None:
61 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
H A DFdfParser.py4034 Overrides.PciVendorId = self.__Token
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSerialPortConsoleRedirectionTable.h49 UINT16 PciVendorId; member in struct:__anon11790
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py36 PciVendorId = DefineObj.GetPciVendorId()
72 if PciVendorId != None:
74 Value = PciVendorId.GetValue()
75 Statement = _GenInfDefineStateMent(PciVendorId.Comments.GetHeaderComments(),
78 PciVendorId.Comments.GetTailComments())
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDefineObject.py54 self.PciVendorId = None
60 def SetPciVendorId(self, PciVendorId, Comments):
64 if self.PciVendorId != None:
69 # The PciVendorId should be hex string.
71 if (IsValidHex(PciVendorId)):
72 self.PciVendorId = InfDefMember()
73 self.PciVendorId.SetValue(PciVendorId)
74 self.PciVendorId.Comments = Comments
77 ErrorInInf(ST.ERR_INF_PARSER_DEFINE_FROMAT_INVALID%(PciVendorId),
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py539 self.PciVendorId = M.Module.Defines.get("PCI_VENDOR_ID", "")
610 if self.PciVendorId:
611 FileWrite(File, "PCI Vendor ID: %s" % self.PciVendorId)

Completed in 282 milliseconds