Searched refs:storageBus (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp348 StorageBus_T storageBus = StorageBus_Null; local
349 CHECK_ERROR_RET(storageCtl, COMGETTER(Bus)(&storageBus), 1);
351 CHECK_ERROR_RET(systemProperties, GetMaxPortCountForStorageBus(storageBus, &maxPorts), 1);
353 CHECK_ERROR_RET(systemProperties, GetMaxDevicesPerPortForStorageBus(storageBus, &maxDevices), 1);
442 CHECK_ERROR(systemProperties, GetDeviceTypesForStorageBus(storageBus, ComSafeArrayAsOutParam(saDeviceTypes)));
453 if (storageBus == StorageBus_Floppy)
538 CHECK_ERROR(systemProperties, GetDeviceTypesForStorageBus(storageBus, ComSafeArrayAsOutParam(saDeviceTypes)));
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2124 && (storageBus == s.storageBus)
3126 sctl.storageBus = StorageBus_IDE;
3218 sctl.storageBus = StorageBus_SATA;
3411 if (s.storageBus == StorageBus_IDE)
3413 else if (s.storageBus == StorageBus_SATA)
3503 sctl.storageBus = StorageBus_SATA;
3508 sctl.storageBus = StorageBus_SCSI;
3513 sctl.storageBus = StorageBus_SCSI;
3518 sctl.storageBus
[all...]
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1626 StorageBus_T storageBus = StorageBus_Null; local
1628 CHECK_ERROR(aStorageControllers[i], COMGETTER(Bus)(&storageBus));
1629 if (storageBus == StorageBus_IDE)
1715 StorageBus_T storageBus = StorageBus_Null; local
1717 CHECK_ERROR(aStorageControllers[i], COMGETTER(Bus)(&storageBus));
1718 if (storageBus == StorageBus_Floppy)
1799 StorageBus_T storageBus = StorageBus_Null; local
1801 CHECK_ERROR(aStorageControllers[i], COMGETTER(Bus)(&storageBus));
1802 if (storageBus == StorageBus_IDE)
/vbox/include/VBox/
H A Dsettings.h1050 : storageBus(StorageBus_IDE),
1065 StorageBus_T storageBus; // _SATA, _SCSI, _IDE, _SAS member in struct:settings::StorageController
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp304 StorageBus_T storageBus; local
309 rc = ctl->COMGETTER(Bus)(&storageBus);
436 switch (storageBus)
488 tr("Cannot handle medium attachment: storageBus is %d, channel is %d, device is %d"),
489 storageBus, lChannel, lDevice);
H A DApplianceImplImport.cpp3804 switch (sc.storageBus)
H A DMachineImpl.cpp9125 ctlData.storageBus,
10400 ctl.storageBus = pCtl->i_getStorageBus();

Completed in 150 milliseconds