Lines Matching defs:ctl
1070 ComPtr<IStorageController> ctl;
1076 ctl.asOutParam()));
1082 ctl.asOutParam()));
1088 ctl.asOutParam()));
1094 ctl.asOutParam()));
1100 ctl.asOutParam()));
1106 ctl.asOutParam()));
1118 ComPtr<IStorageController> ctl;
1121 ctl.asOutParam()));
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_USB));
1177 ComPtr<IStorageController> ctl;
1180 ctl.asOutParam()));
1184 CHECK_ERROR(ctl, COMSETTER(PortCount)(portcount));
1196 ComPtr<IStorageController> ctl;
1199 ctl.asOutParam()));
1205 CHECK_ERROR(ctl, COMSETTER(UseHostIOCache)(TRUE));
1209 CHECK_ERROR(ctl, COMSETTER(UseHostIOCache)(FALSE));