Searched refs:pszCtl (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageStorageController.cpp | 87 const char *pszCtl = NULL; local 127 pszCtl = ValueUnion.psz; 316 if (!pszCtl) 343 rc = machine->GetStorageControllerByName(Bstr(pszCtl).raw(), 346 throw Utf8StrFmt("Could not find a controller named '%s'\n", pszCtl); 392 CHECK_ERROR(machine, DetachDevice(Bstr(pszCtl).raw(), port, device)); 400 rc = machine->GetMediumAttachment(Bstr(pszCtl).raw(), port, device, 410 CHECK_ERROR(machine, UnmountMedium(Bstr(pszCtl).raw(), 422 CHECK_ERROR(machine, AttachDeviceWithoutMedium(Bstr(pszCtl).raw(), port, device, 432 "at the port: %u, device: %u", pszCtl, por 957 const char *pszCtl = NULL; local [all...] |
H A D | VBoxManageInfo.cpp | 797 const char *pszCtl = NULL; local 812 pszCtl = "LsiLogic"; 815 pszCtl = "LsiLogicSas"; 818 pszCtl = "BusLogic"; 821 pszCtl = "IntelAhci"; 824 pszCtl = "PIIX3"; 827 pszCtl = "PIIX4"; 830 pszCtl = "ICH6"; 833 pszCtl = "I82078"; 836 pszCtl [all...] |
Completed in 48 milliseconds