OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PciVendorId
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignmentMisc.py
40
PciVendorId
= DefineObj.GetPciVendorId()
76
if
PciVendorId
!= None:
78
Value =
PciVendorId
.GetValue()
79
Statement = _GenInfDefineStateMent(
PciVendorId
.Comments.GetHeaderComments(),
82
PciVendorId
.Comments.GetTailComments())
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
OptionRom.py
82
FfsFile.OverrideAttribs.
PciVendorId
)
100
FfsFile.OverrideAttribs.
PciVendorId
)
133
self.
PciVendorId
= None
OptRomInfStatement.py
60
if self.OverrideAttribs.
PciVendorId
== None:
61
self.OverrideAttribs.
PciVendorId
= self.OptRomDefs.get ('PCI_VENDOR_ID')
FdfParser.py
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SerialPortConsoleRedirectionTable.h
51
UINT16
PciVendorId
;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDefineObject.py
55
self.
PciVendorId
= None
61
def SetPciVendorId(self,
PciVendorId
, Comments):
65
if self.
PciVendorId
!= None:
70
# The
PciVendorId
should be hex string.
72
if (IsValidHex(
PciVendorId
)):
73
self.
PciVendorId
= InfDefMember()
74
self.
PciVendorId
.SetValue(
PciVendorId
)
75
self.
PciVendorId
.Comments = Comments
78
ErrorInInf(ST.ERR_INF_PARSER_DEFINE_FROMAT_INVALID%(
PciVendorId
),
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbuser.h
160
ULONG
PciVendorId
;
usbioctl.h
462
ULONG
PciVendorId
;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py
555
self.
PciVendorId
= M.Module.Defines.get("PCI_VENDOR_ID", "")
660
if self.
PciVendorId
:
661
FileWrite(File, "PCI Vendor ID: %s" % self.
PciVendorId
)
[
all
...]
Completed in 933 milliseconds