Searched refs:controllerType (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DAudioAdapterImpl.cpp357 mData->m->mAudioController = data.controllerType;
378 data.controllerType = mData->m->mAudioController;
H A DApplianceImplImport.cpp328 (uint32_t)pNewDesc->m->pConfig->hardwareMachine.audioAdapter.controllerType);
2211 * @param controllerType out: the name of the hard disk controller to attach to (e.g. "IDE Controller").
2217 Bstr &controllerType,
2234 controllerType = Bstr("IDE Controller");
2286 controllerType = Bstr("SATA Controller");
2294 controllerType = Bstr("SAS Controller");
2296 controllerType = Bstr("SCSI Controller");
2985 StorageControllerType_T controllerType; local
2988 controllerType = StorageControllerType_LsiLogic;
2994 controllerType
2215 i_convertDiskAttachmentValues(const ovf::HardDiskController &hdc, uint32_t ulAddressOnParent, Bstr &controllerType, int32_t &lControllerPort, int32_t &lDevice) argument
[all...]
H A DMachineImpl.cpp9132 rc = pCtl->COMSETTER(ControllerType)(ctlData.controllerType);
9142 if (ctlData.controllerType == StorageControllerType_IntelAhci)
10399 ctl.controllerType = pCtl->i_getControllerType();
10417 if (ctl.controllerType == StorageControllerType_IntelAhci)
/vbox/include/VBox/
H A Dsettings.h697 controllerType(AudioControllerType_AC97),
705 && (controllerType == a.controllerType)
711 AudioControllerType_T controllerType; member in struct:settings::AudioAdapter
1051 controllerType(StorageControllerType_PIIX3),
1066 StorageControllerType_T controllerType; member in struct:settings::StorageController
1072 // only for when controllerType == StorageControllerType_IntelAhci:
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2125 && (controllerType == s.controllerType)
2631 aa.controllerType = AudioControllerType_SB16;
2633 aa.controllerType = AudioControllerType_AC97;
2635 aa.controllerType = AudioControllerType_HDA;
3132 sctl.controllerType = StorageControllerType_PIIX3;
3134 sctl.controllerType = StorageControllerType_PIIX4;
3136 sctl.controllerType = StorageControllerType_ICH6;
3219 sctl.controllerType = StorageControllerType_IntelAhci;
3504 sctl.controllerType
[all...]
/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h157 Bstr controllerType; member in struct:MyHardDiskAttachment
H A DApplianceImpl.h191 Bstr &controllerType,
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp3569 KStorageControllerType controllerType = controllerData.m_controllerType; local
3588 controller.SetControllerType(controllerType);
3625 KStorageControllerType controllerType = controllerData.m_controllerType; local
3637 controller.SetControllerType(controllerType);
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp1714 CONFIGURATION_TYPE controllerType = KeyboardController; local
1717 &controllerType, NULL,
1754 CONFIGURATION_TYPE controllerType = PointerController; local
1761 &controllerType, NULL,
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4603 nsresult (*GetControllerType)(IStorageController *pThis, PRUint32 *controllerType);
4604 nsresult (*SetControllerType)(IStorageController *pThis, PRUint32 controllerType);
H A DVBoxCAPI_v4_0.h3976 PRUint32 controllerType,
5722 nsresult (*GetControllerType)(IStorageController *pThis, PRUint32 *controllerType);
5723 nsresult (*SetControllerType)(IStorageController *pThis, PRUint32 controllerType);
H A DVBoxCAPI_v4_1.h4229 PRUint32 controllerType,
6120 nsresult (*GetControllerType)(IStorageController *pThis, PRUint32 *controllerType);
6121 nsresult (*SetControllerType)(IStorageController *pThis, PRUint32 controllerType);
H A DVBoxCAPI_v4_2.h4579 PRUint32 controllerType,
7094 nsresult (*GetControllerType)(IStorageController *pThis, PRUint32 *controllerType);
7095 nsresult (*SetControllerType)(IStorageController *pThis, PRUint32 controllerType);
H A DVBoxCAPI_v3_0.h5129 nsresult (*GetControllerType)(IStorageController *pThis, PRUint32 *controllerType);
5130 nsresult (*SetControllerType)(IStorageController *pThis, PRUint32 controllerType);
H A DVBoxCAPI_v3_1.h5030 nsresult (*GetControllerType)(IStorageController *pThis, PRUint32 *controllerType);
5031 nsresult (*SetControllerType)(IStorageController *pThis, PRUint32 controllerType);
H A DVBoxCAPI_v3_2.h5284 nsresult (*GetControllerType)(IStorageController *pThis, PRUint32 *controllerType);
5285 nsresult (*SetControllerType)(IStorageController *pThis, PRUint32 controllerType);
H A DVBoxCAPI_v4_3.h8178 PRUint32 controllerType,
8314 PRUint32 controllerType,
14555 nsresult (*GetControllerType)(IStorageController *pThis, PRUint32 *controllerType);
14556 nsresult (*SetControllerType)(IStorageController *pThis, PRUint32 controllerType);
14586 nsresult (*GetControllerType)(IStorageController *pThis, PRUint32 *controllerType);
14587 nsresult (*SetControllerType)(IStorageController *pThis, PRUint32 controllerType);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py1028 print " '%s': bus %s type %s" % (controller.name, asEnumElem(ctx, "StorageBus", controller.bus), asEnumElem(ctx, "StorageControllerType", controller.controllerType))
2489 ctr.controllerType = ctrltype
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1829 reporter.log(" %s %s bus: %s type: %s" % (oCtrl.name, oCtrl.controllerType, oCtrl.bus, oCtrl.controllerType));
H A Dvboxwrappers.py1581 oCtl.controllerType = eType;

Completed in 571 milliseconds