Searched defs:controllerType (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h157 Bstr controllerType; member in struct:MyHardDiskAttachment
/vbox/src/VBox/Main/src-server/
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...]
/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/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:

Completed in 96 milliseconds