Searched refs:ControllerType (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/
H A DUsbController.h35 /// This bit is used in the ControllerType return parameter of GetUsbController()
41 /// This bit is used in the ControllerType return parameter of GetUsbController()
47 /// This bit is used in the ControllerType return parameter of GetUsbController()
58 @param[out] ControllerType On output, returns the type of the USB controller.
74 OUT UINTN *ControllerType,
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp388 CHECK_ERROR(storageCtl, COMGETTER(ControllerType)(&ctlType));
1127 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_LsiLogic));
1131 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_BusLogic));
1135 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_IntelAhci));
1139 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_PIIX3));
1143 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_PIIX4));
1147 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_ICH6));
1151 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_I82078));
1155 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_LsiLogicSas));
1159 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_US
[all...]
H A DVBoxManageModifyVM.cpp963 CHECK_ERROR(storageController, COMSETTER(ControllerType)(StorageControllerType_PIIX3));
967 CHECK_ERROR(storageController, COMSETTER(ControllerType)(StorageControllerType_PIIX4));
971 CHECK_ERROR(storageController, COMSETTER(ControllerType)(StorageControllerType_ICH6));
1000 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_IntelAhci));
1063 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_LsiLogic));
1077 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_BusLogic));
1094 CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_BusLogic));
H A DVBoxManageInfo.cpp808 storageCtl->COMGETTER(ControllerType)(&enmCtlType);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c1125 UINTN ControllerType; local
1154 &ControllerType,
1167 if (ControllerType != PEI_EHCI_CONTROLLER) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c40 UINTN ControllerType; local
70 &ControllerType,
83 if (ControllerType != PEI_UHCI_CONTROLLER) {
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2939 rc = pController->COMSETTER(ControllerType)(StorageControllerType_PIIX3);
2941 rc = pController->COMSETTER(ControllerType)(StorageControllerType_PIIX4);
2943 rc = pController->COMSETTER(ControllerType)(StorageControllerType_ICH6);
3005 rc = pController->COMSETTER(ControllerType)(controllerType);
3022 rc = pController->COMSETTER(ControllerType)(StorageControllerType_LsiLogicSas);
H A DApplianceImplExport.cpp212 rc = pIDEController->COMGETTER(ControllerType)(&ctlr);
251 rc = pSCSIController->COMGETTER(ControllerType)(&ctlr);
H A DMachineImpl.cpp3745 rc = ctl->COMGETTER(ControllerType)(&ctrlType);
4307 rc = ctl->COMGETTER(ControllerType)(&ctrlType);
4568 rc = ctl->COMGETTER(ControllerType)(&ctrlType);
9132 rc = pCtl->COMSETTER(ControllerType)(ctlData.controllerType);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3448 rc = pStorageController->COMGETTER(ControllerType)(&enmCtrlType);
3629 rc = pStorageController->COMGETTER(ControllerType)(&enmCtrlType);
3803 rc = pStorageController->COMGETTER(ControllerType)(&enmCtrlType);
4388 hrc = pStorageCtrl->COMGETTER(ControllerType)(&enmCtrlType);
4500 hrc = pStorageCtrl->COMGETTER(ControllerType)(&enmCtrlType);
4623 hrc = pStorageCtrl->COMGETTER(ControllerType)(&enmCtrlType);
5994 rc = pStorageController->COMGETTER(ControllerType)(&enmCtrlType);
6121 rc = pStorageController->COMGETTER(ControllerType)(&enmController);
H A DConsoleImpl2.cpp2148 rc = ctrls[i]->COMGETTER(ControllerType)(&enmCtrlType); H();
2313 InsertConfigString(pCfg, "ControllerType", "SAS1068");

Completed in 137 milliseconds