Searched refs:chipsetType (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Main/include/
H A DBusAssignmentManager.h40 static BusAssignmentManager* createInstance(ChipsetType_T chipsetType);
H A DGlobal.h77 const ChipsetType_T chipsetType; member in struct:Global::OSType
/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp262 HRESULT init(ChipsetType_T chipsetType);
274 HRESULT BusAssignmentManager::State::init(ChipsetType_T chipsetType) argument
276 mChipsetType = chipsetType;
430 BusAssignmentManager* BusAssignmentManager::createInstance(ChipsetType_T chipsetType) argument
433 pInstance->pState->init(chipsetType);
H A DConsoleImpl2.cpp1022 ChipsetType_T chipsetType; local
1023 hrc = pMachine->COMGETTER(ChipsetType)(&chipsetType); H();
1024 if (chipsetType == ChipsetType_ICH9)
1033 BusAssignmentManager *pBusMgr = mBusMgr = BusAssignmentManager::createInstance(chipsetType);
1056 hrc = systemProperties->GetMaxNetworkAdapters(chipsetType, &maxNetworkAdapters); H();
1370 InsertConfigInteger(pMM, "CanUseLargerHeap", chipsetType == ChipsetType_ICH9);
1516 switch (chipsetType)
1535 if (chipsetType == ChipsetType_ICH9)
1571 fHPETEnabled |= (chipsetType == ChipsetType_ICH9);
1578 InsertConfigInteger(pCfg, "ICH9", (chipsetType
[all...]
H A DConsoleImpl.cpp545 ChipsetType_T chipsetType = ChipsetType_PIIX3; local
546 aMachine->COMGETTER(ChipsetType)(&chipsetType);
549 pSystemProperties->GetMaxNetworkAdapters(chipsetType, &maxNetworkAdapters);
4905 ChipsetType_T chipsetType = ChipsetType_PIIX3; local
4906 pThis->mMachine->COMGETTER(ChipsetType)(&chipsetType);
4909 pSystemProperties->GetMaxNetworkAdapters(chipsetType, &maxNetworkAdapters);
9042 ChipsetType_T chipsetType = ChipsetType_PIIX3; local
9043 mMachine->COMGETTER(ChipsetType)(&chipsetType);
9046 pSystemProperties->GetMaxNetworkAdapters(chipsetType, &maxNetworkAdapters);
/vbox/src/VBox/Main/glue/tests/
H A DTestVBoxNATEngine.java30 ChipsetType chipsetType = vm.getChipsetType();
33 vbox.getSystemProperties().getMaxNetworkAdapters(chipsetType).intValue()];
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSystem.h133 KChipsetType chipsetType() const;
H A DUIMachineSettingsStorage.cpp1156 vboxGlobal().virtualBox().GetSystemProperties().GetMaxInstancesOfStorageBus(chipsetType(), KStorageBus_IDE));
1162 vboxGlobal().virtualBox().GetSystemProperties().GetMaxInstancesOfStorageBus(chipsetType(), KStorageBus_SATA));
1168 vboxGlobal().virtualBox().GetSystemProperties().GetMaxInstancesOfStorageBus(chipsetType(), KStorageBus_SCSI));
1174 vboxGlobal().virtualBox().GetSystemProperties().GetMaxInstancesOfStorageBus(chipsetType(), KStorageBus_Floppy));
1180 vboxGlobal().virtualBox().GetSystemProperties().GetMaxInstancesOfStorageBus(chipsetType(), KStorageBus_SAS));
1186 vboxGlobal().virtualBox().GetSystemProperties().GetMaxInstancesOfStorageBus(chipsetType(), KStorageBus_USB));
1727 KChipsetType StorageModel::chipsetType() const function in class:StorageModel
1769 vboxGlobal().virtualBox().GetSystemProperties().GetMaxInstancesOfStorageBus(chipsetType(), (KStorageBus)iStorageBusType));
2089 if (mStorageModel->chipsetType() == type)
2388 .arg(gpConverter->toString(mStorageModel->chipsetType()))
[all...]
H A DUIMachineSettingsStorage.h519 KChipsetType chipsetType() const;
H A DUIMachineSettingsSystem.cpp60 KChipsetType UIMachineSettingsSystem::chipsetType() const function in class:UIMachineSettingsSystem
/vbox/src/VBox/Main/src-server/
H A DStorageControllerImpl.cpp145 ChipsetType_T chipsetType; local
146 HRESULT rc = aParent->COMGETTER(ChipsetType)(&chipsetType);
150 GetMaxInstancesOfStorageBus(chipsetType, aStorageBus, &maxInstances);
H A DGuestOSTypeImpl.cpp125 unconst(mChipsetType) = ostype.chipsetType;
H A DApplianceImplImport.cpp356 uint32_t maxNetworkAdapters = Global::getMaxNetworkAdapters(pNewDesc->m->pConfig->hardwareMachine.chipsetType);
H A DMachineImpl.cpp8898 mHWData->mChipsetType = data.chipsetType;
10175 data.chipsetType = mHWData->mChipsetType;
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialogSpecific.cpp678 pStoragePage->setChipsetType(pSystemPage->chipsetType());
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp1115 const KChipsetType chipsetType = machine().GetChipsetType(); local
1116 ULONG uSlots = vboxGlobal().virtualBox().GetSystemProperties().GetMaxNetworkAdapters(chipsetType);
H A DUIMachineLogic.cpp2157 const KChipsetType chipsetType = machine().GetChipsetType(); local
2158 const ULONG uCount = qMin((ULONG)4, vboxGlobal().virtualBox().GetSystemProperties().GetMaxNetworkAdapters(chipsetType));
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1991 chipsetType(ChipsetType_PIIX3),
2068 && (chipsetType == h.chipsetType)
2889 hw.chipsetType = ChipsetType_PIIX3;
2891 hw.chipsetType = ChipsetType_ICH9;
4215 switch (hw.chipsetType)
5715 || hardwareMachine.chipsetType == ChipsetType_ICH9
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py860 self.maxNic = self.getCtx()['vb'].systemProperties.getMaxNetworkAdapters(self.obj.chipsetType)
976 print " Chipset [chipsetType]: %s (%s)" % (asEnumElem(ctx, "ChipsetType", mach.chipsetType), mach.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/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp525 ChipsetType_T chipsetType; local
526 CHECK_ERROR2_RET(machine, COMGETTER(ChipsetType)(&chipsetType), hrcCheck);
528 switch (chipsetType)
/vbox/include/VBox/
H A Dsettings.h951 ChipsetType_T chipsetType; // requires settings version 1.11 (VirtualBox 4.0) member in struct:settings::Hardware
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2954 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType);
2955 nsresult (*SetChipsetType)(IMachine *pThis, PRUint32 chipsetType);
H A DVBoxCAPI_v4_1.h3145 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType);
3146 nsresult (*SetChipsetType)(IMachine *pThis, PRUint32 chipsetType);
H A DVBoxCAPI_v4_2.h3429 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType);
3430 nsresult (*SetChipsetType)(IMachine *pThis, PRUint32 chipsetType);
H A DVBoxCAPI_v4_3.h5133 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType);
5134 nsresult (*SetChipsetType)(IMachine *pThis, PRUint32 chipsetType);
5857 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType);
5858 nsresult (*SetChipsetType)(IMachine *pThis, PRUint32 chipsetType);

Completed in 659 milliseconds