Searched refs:mChipsetType (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp252 ChipsetType_T mChipsetType; member in struct:BusAssignmentManager::State
257 : cRefCnt(1), mChipsetType(ChipsetType_Null)
276 mChipsetType = chipsetType;
320 switch (mChipsetType)
/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp37 , mChipsetType(ChipsetType_PIIX3)
125 unconst(mChipsetType) = ostype.chipsetType;
358 *aChipsetType = mChipsetType;
H A DMachineImpl.cpp214 mChipsetType = ChipsetType_PIIX3;
1185 *aChipsetType = mHWData->mChipsetType;
1197 if (aChipsetType != mHWData->mChipsetType)
1201 mHWData->mChipsetType = aChipsetType;
6229 rc = mParent->i_getSystemProperties()->GetMaxInstancesOfUSBControllerType(mHWData->mChipsetType, aType, &maxInstances);
8262 mNetworkAdapters.resize(Global::getMaxNetworkAdapters(mHWData->mChipsetType));
8898 mHWData->mChipsetType = data.chipsetType;
8933 size_t newCount = Global::getMaxNetworkAdapters(mHWData->mChipsetType);
10175 data.chipsetType = mHWData->mChipsetType;
10237 size_t uMaxNICs = RT_MIN(Global::getMaxNetworkAdapters(mHWData->mChipsetType), mNetworkAdapter
[all...]
H A DSnapshotImpl.cpp1182 mNetworkAdapters.resize(Global::getMaxNetworkAdapters(mHWData->mChipsetType));
/vbox/src/VBox/Main/include/
H A DGuestOSTypeImpl.h97 const ChipsetType_T mChipsetType; member in class:GuestOSType
H A DMachineImpl.h314 ChipsetType_T mChipsetType; member in struct:Machine::HWData
501 ChipsetType_T i_getChipsetType() const { return mHWData->mChipsetType; }

Completed in 88 milliseconds