Searched refs:PciHeader (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c2038 PCI_COMMON_HEADER PciHeader; local
2223 &PciHeader.VendorId
2233 if (PciHeader.VendorId == 0xffff && Func == 0) {
2237 if (PciHeader.VendorId != 0xffff) {
2248 sizeof (PciHeader) / sizeof (UINT32),
2249 &PciHeader
2260 PciPrintClassCode (PciHeader.ClassCode, FALSE);
2263 PciHeader.VendorId,
2264 PciHeader.DeviceId,
2265 PciHeader
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c869 IN PCI_TYPE00 *PciHeader
876 if (IS_CLASS1 (PciHeader, PCI_CLASS_MASS_STORAGE)) {

Completed in 53 milliseconds