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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp780 for (ulong uSlot = 0; uSlot < uCount; ++uSlot)
783 if (m.GetNetworkAdapter(uSlot).GetEnabled())
786 strNetworkStat += formatNetworkElement(uSlot, QString("NA%1").arg(uSlot));
843 QString UIVMInfoDialog::formatNetworkElement(ULONG uSlot, argument
850 QString strName = VBoxGlobal::tr("Adapter %1", "details report (network)").arg(uSlot + 1);
/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp534 DECLINLINE(int) ich9pciSlot2ApicIrq(uint8_t uSlot, int irq_num) argument
536 return (irq_num + uSlot) & 7;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4691 ULONG uSlot; local
4692 hrc = aNetworkAdapter->COMGETTER(Slot)(&uSlot); H();
4693 InsertConfigString(pCfg, "Network", Utf8StrFmt("10.0.%d.0/24", uSlot+2));

Completed in 54 milliseconds