Searched refs:getMaxNetworkAdapters (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGlobal.h92 static uint32_t getMaxNetworkAdapters(ChipsetType_T aChipsetType);
H A DSystemPropertiesImpl.h107 HRESULT getMaxNetworkAdapters(ChipsetType_T aChipset,
/vbox/src/VBox/Main/glue/tests/
H A DTestVBoxNATEngine.java33 vbox.getSystemProperties().getMaxNetworkAdapters(chipsetType).intValue()];
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp301 HRESULT SystemProperties::getMaxNetworkAdapters(ChipsetType_T aChipset, ULONG *aMaxNetworkAdapters) function in class:SystemProperties
304 uint32_t uResult = Global::getMaxNetworkAdapters(aChipset);
314 uint32_t uResult = Global::getMaxNetworkAdapters(aChipset);
H A DNetworkAdapterImpl.cpp72 uint32_t maxNetworkAdapters = Global::getMaxNetworkAdapters(aParent->i_getChipsetType());
H A DApplianceImplImport.cpp356 uint32_t maxNetworkAdapters = Global::getMaxNetworkAdapters(pNewDesc->m->pConfig->hardwareMachine.chipsetType);
387 uint32_t maxNetworkAdapters = Global::getMaxNetworkAdapters(ChipsetType_PIIX3);
2775 uint32_t maxNetworkAdapters = Global::getMaxNetworkAdapters(ChipsetType_PIIX3);
H A DVirtualBoxImpl.cpp1109 uint32_t cNetworkAdapters = Global::getMaxNetworkAdapters(pMachine->i_getChipsetType());
1160 uint32_t cNetworkAdapters = Global::getMaxNetworkAdapters(pMachine->i_getChipsetType());
H A DApplianceImplExport.cpp530 uint32_t maxNetworkAdapters = Global::getMaxNetworkAdapters(i_getChipsetType());
H A DSnapshotImpl.cpp1182 mNetworkAdapters.resize(Global::getMaxNetworkAdapters(mHWData->mChipsetType));
H A DMachineImpl.cpp1206 size_t newCount = Global::getMaxNetworkAdapters(aChipsetType);
8262 mNetworkAdapters.resize(Global::getMaxNetworkAdapters(mHWData->mChipsetType));
8933 size_t newCount = Global::getMaxNetworkAdapters(mHWData->mChipsetType);
10237 size_t uMaxNICs = RT_MIN(Global::getMaxNetworkAdapters(mHWData->mChipsetType), mNetworkAdapters.size());
11678 mNetworkAdapters.resize(Global::getMaxNetworkAdapters(mHWData->mChipsetType));
11785 size_t newSize = Global::getMaxNetworkAdapters(mHWData->mChipsetType);
/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp413 /*static*/ uint32_t Global::getMaxNetworkAdapters(ChipsetType_T aChipsetType) function in class:Global
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py860 self.maxNic = self.getCtx()['vb'].systemProperties.getMaxNetworkAdapters(self.obj.chipsetType)
2893 if len(args) < 3 or not args[2].isdigit() or int(args[2]) not in range(0, ctx['vb'].systemProperties.getMaxNetworkAdapters(mach.chipsetType)):
2894 print 'please specify adapter num %d isn\'t in range [0-%d]' % (args[2], ctx['vb'].systemProperties.getMaxNetworkAdapters(mach.chipsetType))
3080 or int(args[2]) not in range(0, ctx['vb'].systemProperties.getMaxNetworkAdapters(vm.chipsetType)):
3081 print 'please specify adapter num %d isn\'t in range [0-%d]'% (args[2], ctx['vb'].systemProperties.getMaxNetworkAdapters(vm.chipsetType))
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4225 ULONG ulInstanceMax = (ULONG)Global::getMaxNetworkAdapters(enmChipsetType);

Completed in 163 milliseconds