Searched defs:storageCtl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp113 ComPtr<IStorageController> storageCtl; local
344 storageCtl.asOutParam());
349 CHECK_ERROR_RET(storageCtl, COMGETTER(Bus)(&storageBus), 1);
378 CHECK_ERROR(storageCtl, COMGETTER(MaxPortCount)(&ulMaxPortCount));
379 CHECK_ERROR(storageCtl, COMGETTER(PortCount)(&ulPortCount));
384 CHECK_ERROR(storageCtl, COMSETTER(PortCount)(port + 1));
388 CHECK_ERROR(storageCtl, COMGETTER(ControllerType)(&ctlType));
H A DVBoxManageInfo.cpp795 ComPtr<IStorageController> storageCtl = storageCtls[i]; local
802 storageCtl->COMGETTER(Name)(storageCtlName.asOutParam());
808 storageCtl->COMGETTER(ControllerType)(&enmCtlType);
847 storageCtl->COMGETTER(Instance)(&ulValue);
853 storageCtl->COMGETTER(MaxPortCount)(&ulValue);
859 storageCtl->COMGETTER(PortCount)(&ulValue);
865 storageCtl->COMGETTER(Bootable)(&fBootable);
874 ComPtr<IStorageController> storageCtl = storageCtls[j]; local
881 storageCtl->COMGETTER(Name)(storageCtlName.asOutParam());
882 storageCtl
[all...]

Completed in 40 milliseconds