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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c368 PCI_DEVICE_PATH *Pci2; local
374 Pci2 = (PCI_DEVICE_PATH *) DevicePath2;
375 if (Pci1->Device > Pci2->Device || (Pci1->Device == Pci2->Device && Pci1->Function > Pci2->Function)) {
379 if (Pci1->Device == Pci2->Device && Pci1->Function == Pci2->Function) {

Completed in 35 milliseconds