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

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp3197 * @param aHD Hard disk which is connected to the snapshot.
3217 * @param aHDLockToken Where to store the write lock token for aHD, in case
3223 HRESULT SessionMachine::i_prepareDeleteSnapshotMedium(const ComObjPtr<Medium> &aHD, argument
3240 AutoWriteLock alock(aHD COMMA_LOCKVAL_SRC_POS);
3243 MediumType_T type = aHD->i_getType();
3252 if (aHD->i_getChildren().size() == 0)
3256 aSource = aHD;
3257 aTarget = aHD;
3260 if (aHD->i_getParent().isNull())
3265 return aHD
3516 i_cancelDeleteSnapshotMedium(const ComObjPtr<Medium> &aHD, const ComObjPtr<Medium> &aSource, MediumLockList *aChildrenToReparent, bool fNeedsOnlineMerge, MediumLockList *aMediumLockList, const ComPtr<IToken> &aHDLockToken, const Guid &aMachineId, const Guid &aSnapshotId) argument
[all...]

Completed in 66 milliseconds