Searched defs:aChipsetType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp413 /*static*/ uint32_t Global::getMaxNetworkAdapters(ChipsetType_T aChipsetType) argument
415 switch (aChipsetType)
/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp85 ChipsetType_T aChipsetType
355 HRESULT GuestOSType::getRecommendedChipset(ChipsetType_T *aChipsetType) argument
358 *aChipsetType = mChipsetType;
H A DMachineImpl.cpp1181 HRESULT Machine::getChipsetType(ChipsetType_T *aChipsetType) argument
1185 *aChipsetType = mHWData->mChipsetType;
1190 HRESULT Machine::setChipsetType(ChipsetType_T aChipsetType) argument
1197 if (aChipsetType != mHWData->mChipsetType)
1201 mHWData->mChipsetType = aChipsetType;
1206 size_t newCount = Global::getMaxNetworkAdapters(aChipsetType);

Completed in 80 milliseconds