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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp4359 rc = i_detachDevice(pAttach, alock, NULL /* pSnapshot */);
6183 rc = i_detachDevice(pAttachTemp, alock, NULL);
11153 HRESULT Machine::i_detachDevice(MediumAttachment *pAttach, function in class:Machine
11209 * 1) calls i_detachDevice() on each of them for this machine and
11221 * will be passed on to i_detachDevice which needs it for temporary unlocking.
11223 * @param writeLock Machine lock from top-level caller; this gets passed to i_detachDevice.
11240 // make a temporary list because i_detachDevice invalidates iterators into
11293 rc = i_detachDevice(pAttach, writeLock, pSnapshot);

Completed in 1483 milliseconds