Searched refs:DetachDevice (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp392 CHECK_ERROR(machine, DetachDevice(Bstr(pszCtl).raw(), port, device));
459 machine->DetachDevice(Bstr(pszCtl).raw(), port, device);
722 machine->DetachDevice(Bstr(pszCtl).raw(), port, device);
752 machine->DetachDevice(Bstr(pszCtl).raw(), port, device);
H A DVBoxManageModifyVM.cpp931 sessionMachine->DetachDevice(bstrController.raw(), u1, u2);
1013 rc = sessionMachine->DetachDevice(Bstr("LsiLogic").raw(),
1016 CHECK_ERROR(sessionMachine, DetachDevice(Bstr("BusLogic").raw(),
1183 CHECK_ERROR(sessionMachine, DetachDevice(Bstr("Floppy Controller").raw(),
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1639 gpMachine->DetachDevice(bstrSCName.raw(), 0, 0);
1728 gpMachine->DetachDevice(bstrSCName.raw(), 0, 0);
1812 gpMachine->DetachDevice(bstrSCName.raw(), 1, 0);
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp326 machine.DetachDevice(attachment.GetController(), attachment.GetPort(), attachment.GetDevice());
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2021 machine.DetachDevice(target.name, target.port, target.device);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp3693 m_machine.DetachDevice(strControllerName, iAttachmentPort, iAttachmentDevice);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2714 nsresult (*DetachDevice)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2793 nsresult (*DetachDevice)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h3077 nsresult (*DetachDevice)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3274 nsresult (*DetachDevice)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3587 nsresult (*DetachDevice)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5295 nsresult (*DetachDevice)( member in struct:IMachine_vtbl
6019 nsresult (*DetachDevice)( member in struct:IMachineVtbl
6757 #define IMachine_DetachDevice(p, aName, aControllerPort, aDevice) ((p)->lpVtbl->DetachDevice(p, aName, aControllerPort, aDevice))

Completed in 6264 milliseconds