Searched refs:iSlot (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsNetwork.cpp831 for (int iSlot = 0; iSlot < m_pTwAdapters->count(); ++iSlot)
837 const CNetworkAdapter &adapter = m_machine.GetNetworkAdapter(iSlot);
841 adapterData.m_iSlot = iSlot;
873 m_cache.child(iSlot).cacheInitialData(adapterData);
890 for (int iSlot = 0; iSlot < m_pTwAdapters->count(); ++iSlot)
893 UIMachineSettingsNetwork *pTab = qobject_cast<UIMachineSettingsNetwork*>(m_pTwAdapters->widget(iSlot));
[all...]
H A DUIMachineSettingsParallel.cpp219 for (int iSlot = 0; iSlot < mTabWidget->count(); ++iSlot)
225 const CParallelPort &port = m_machine.GetParallelPort(iSlot);
229 portData.m_iSlot = iSlot;
237 m_cache.child(iSlot).cacheInitialData(portData);
H A DUIMachineSettingsSerial.cpp258 for (int iSlot = 0; iSlot < mTabWidget->count(); ++iSlot)
264 const CSerialPort &port = m_machine.GetSerialPort(iSlot);
268 portData.m_iSlot = iSlot;
278 m_cache.child(iSlot).cacheInitialData(portData);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhtable.cpp101 static void* crHTablePutToSlot(PCRHTABLE pTbl, uint32_t iSlot, void* pvData) argument
104 void* pvOld = pTbl->paData[iSlot];
105 pTbl->paData[iSlot] = pvData;
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp200 for (unsigned iSlot = 0; iSlot < RT_ELEMENTS(pCtxInt->apReqsNewHead); iSlot++)
202 PRTFILEAIOREQINTERNAL pReqHead = ASMAtomicXchgPtrT(&pCtxInt->apReqsNewHead[iSlot], NULL, PRTFILEAIOREQINTERNAL);
823 unsigned iSlot = 0; local
824 while ( (iSlot < RT_ELEMENTS(pCtxInt->apReqsNewHead))
825 && !ASMAtomicCmpXchgPtr(&pCtxInt->apReqsNewHead[iSlot], pHead, NULL))
826 iSlot++;
828 if (iSlot == RT_ELEMENTS(pCtxInt->apReqsNewHead))
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp78 unsigned iSlot; member in struct:DRVDISKAIOREQ
231 pIoReq->iSlot = 0;
660 pIoReq->iSlot = pThis->iNextFreeSlot;
676 PDRVDISKAIOREQACTIVE pReqActive = &pThis->apReqActive[pIoReq->iSlot];
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp2181 foreach (int iSlot, adapterData.keys()) argument
2183 QAction *pAction = pMenu->addAction(UIIconPool::iconSet(adapterData[iSlot] ? ":/connect_16px.png": ":/disconnect_16px.png"),
2184 adapterData.size() == 1 ? tr("Connect Network Adapter") : tr("Connect Network Adapter %1").arg(iSlot + 1),
2186 pAction->setProperty("slot", iSlot);
2188 pAction->setChecked(adapterData[iSlot]);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1875 for iSlot in range(0, 32):
1876 try: oNic = oVM.getNetworkAdapter(iSlot)
1879 reporter.log2(" slot #%d found but not enabled, skipping" % (iSlot,));
1889 (iSlot, sType, oNic.adapterType, oNic.MACAddress, oNic.lineSpeed) );
/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp2236 static bool hasHardAssignedDevsInSlot(PICH9PCIBUS pBus, int iSlot)
2238 PCIDevice** aSlot = &pBus->apDevices[iSlot << 3];
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp3568 uint32_t iSlot = vsdeNW->strExtraConfigCurrent.substr(5, 1).toUInt32(); local
3575 if (it1->ulSlot == iSlot)

Completed in 94 milliseconds