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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2463 int iPCIDeviceNo; local
2467 iPCIDeviceNo = 3;
2470 iPCIDeviceNo = ulInstance - 1 + 8;
2473 iPCIDeviceNo = ulInstance - 4 + 16;
2477 iPCIDeviceNo = -1;
2485 if (iPCIDeviceNo == 3 && adapterType == NetworkAdapterType_I82545EM)
2487 iPCIDeviceNo = 0x11;
2490 else if (iPCIDeviceNo == 0x11 && fSwapSlots3and11)
2491 iPCIDeviceNo = 3;
2493 PCIBusAddress PCIAddr = PCIBusAddress(0, iPCIDeviceNo,
[all...]

Completed in 59 milliseconds