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

/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; }
/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)

Completed in 48 milliseconds