Searched refs:aChipsetType (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGlobal.h92 static uint32_t getMaxNetworkAdapters(ChipsetType_T aChipsetType);
H A DGuestOSTypeImpl.h74 HRESULT getRecommendedChipset(ChipsetType_T *aChipsetType);
H A DMachineImpl.h913 HRESULT getChipsetType(ChipsetType_T *aChipsetType);
914 HRESULT setChipsetType(ChipsetType_T 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);
/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/cbinding/
H A DVBoxCAPI_v4_3.h6607 #define IMachine_get_ChipsetType(p, aChipsetType) ((p)->lpVtbl->GetChipsetType(p, aChipsetType))
6608 #define IMachine_GetChipsetType(p, aChipsetType) ((p)->lpVtbl->GetChipsetType(p, aChipsetType))
6609 #define IMachine_put_ChipsetType(p, aChipsetType) ((p)->lpVtbl->SetChipsetType(p, aChipsetType))
6610 #define IMachine_SetChipsetType(p, aChipsetType) ((p)->lpVtbl->SetChipsetType(p, aChipsetType))

Completed in 241 milliseconds