/vbox/src/VBox/Main/include/ |
H A D | BusAssignmentManager.h | 40 static BusAssignmentManager* createInstance(ChipsetType_T chipsetType);
|
H A D | Global.h | 77 const ChipsetType_T chipsetType; member in struct:Global::OSType
|
/vbox/src/VBox/Main/src-client/ |
H A D | BusAssignmentManager.cpp | 262 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 D | ConsoleImpl2.cpp | 1022 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 D | ConsoleImpl.cpp | 545 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 D | TestVBoxNATEngine.java | 30 ChipsetType chipsetType = vm.getChipsetType(); 33 vbox.getSystemProperties().getMaxNetworkAdapters(chipsetType).intValue()];
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsSystem.h | 133 KChipsetType chipsetType() const;
|
H A D | UIMachineSettingsStorage.cpp | 1156 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 D | UIMachineSettingsStorage.h | 519 KChipsetType chipsetType() const;
|
H A D | UIMachineSettingsSystem.cpp | 60 KChipsetType UIMachineSettingsSystem::chipsetType() const function in class:UIMachineSettingsSystem
|
/vbox/src/VBox/Main/src-server/ |
H A D | StorageControllerImpl.cpp | 145 ChipsetType_T chipsetType; local 146 HRESULT rc = aParent->COMGETTER(ChipsetType)(&chipsetType); 150 GetMaxInstancesOfStorageBus(chipsetType, aStorageBus, &maxInstances);
|
H A D | GuestOSTypeImpl.cpp | 125 unconst(mChipsetType) = ostype.chipsetType;
|
H A D | ApplianceImplImport.cpp | 356 uint32_t maxNetworkAdapters = Global::getMaxNetworkAdapters(pNewDesc->m->pConfig->hardwareMachine.chipsetType);
|
H A D | MachineImpl.cpp | 8898 mHWData->mChipsetType = data.chipsetType; 10175 data.chipsetType = mHWData->mChipsetType;
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | UISettingsDialogSpecific.cpp | 678 pStoragePage->setChipsetType(pSystemPage->chipsetType());
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UISession.cpp | 1115 const KChipsetType chipsetType = machine().GetChipsetType(); local 1116 ULONG uSlots = vboxGlobal().virtualBox().GetSystemProperties().GetMaxNetworkAdapters(chipsetType);
|
H A D | UIMachineLogic.cpp | 2157 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 D | Settings.cpp | 1991 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 D | vboxshell.py | 860 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 D | VBoxManageInfo.cpp | 525 ChipsetType_T chipsetType; local 526 CHECK_ERROR2_RET(machine, COMGETTER(ChipsetType)(&chipsetType), hrcCheck); 528 switch (chipsetType)
|
/vbox/include/VBox/ |
H A D | settings.h | 951 ChipsetType_T chipsetType; // requires settings version 1.11 (VirtualBox 4.0) member in struct:settings::Hardware
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_0.h | 2954 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType); 2955 nsresult (*SetChipsetType)(IMachine *pThis, PRUint32 chipsetType);
|
H A D | VBoxCAPI_v4_1.h | 3145 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType); 3146 nsresult (*SetChipsetType)(IMachine *pThis, PRUint32 chipsetType);
|
H A D | VBoxCAPI_v4_2.h | 3429 nsresult (*GetChipsetType)(IMachine *pThis, PRUint32 *chipsetType); 3430 nsresult (*SetChipsetType)(IMachine *pThis, PRUint32 chipsetType);
|
H A D | VBoxCAPI_v4_3.h | 5133 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);
|