Searched defs:chipsetType (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Main/include/
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/src-server/
H A DStorageControllerImpl.cpp145 ChipsetType_T chipsetType; local
146 HRESULT rc = aParent->COMGETTER(ChipsetType)(&chipsetType);
150 GetMaxInstancesOfStorageBus(chipsetType, aStorageBus, &maxInstances);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSystem.cpp60 KChipsetType UIMachineSettingsSystem::chipsetType() const function in class:UIMachineSettingsSystem
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...]
/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/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

Completed in 1816 milliseconds