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

/vbox/src/VBox/Main/src-server/
H A DStorageControllerImpl.cpp342 HRESULT StorageController::getControllerType(StorageControllerType_T *aControllerType) argument
344 CheckComArgOutPointerValid(aControllerType);
348 *aControllerType = m->bd->mStorageControllerType;
353 HRESULT StorageController::setControllerType(StorageControllerType_T aControllerType) argument
363 if ( (aControllerType != StorageControllerType_PIIX3)
364 && (aControllerType != StorageControllerType_PIIX4)
365 && (aControllerType != StorageControllerType_ICH6))
371 if (aControllerType != StorageControllerType_IntelAhci)
377 if ( (aControllerType != StorageControllerType_LsiLogic)
378 && (aControllerType !
[all...]
H A DSystemPropertiesImpl.cpp515 HRESULT SystemProperties::getDefaultIoCacheSettingForStorageController(StorageControllerType_T aControllerType, argument
519 switch (aControllerType)
535 AssertMsgFailed(("Invalid controller type %d\n", aControllerType));
540 HRESULT SystemProperties::getStorageControllerHotplugCapable(StorageControllerType_T aControllerType, argument
543 switch (aControllerType)
559 AssertMsgFailedReturn(("Invalid controller type %d\n", aControllerType), E_FAIL);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp533 KStorageBus aBusType, KStorageControllerType aControllerType)
547 mCtrType = new IDEControllerType (aControllerType);
550 mCtrType = new SATAControllerType (aControllerType);
553 mCtrType = new SCSIControllerType (aControllerType);
556 mCtrType = new FloppyControllerType (aControllerType);
559 mCtrType = new SASControllerType (aControllerType);
562 mCtrType = new USBStorageControllerType (aControllerType);
570 mUseIoCache = vboxGlobal().virtualBox().GetSystemProperties().GetDefaultIoCacheSettingForStorageController (aControllerType);
532 ControllerItem(AbstractItem *aParent, const QString &aName, KStorageBus aBusType, KStorageControllerType aControllerType) argument

Completed in 60 milliseconds