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

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp75 fInCurState(aSnapshotId.isZero())
82 bool fInCurState : 1; member in struct:BackRef
2092 if (it->fInCurState)
2100 if (it->fInCurState)
3795 if (it->fInCurState)
3801 it->fInCurState = true;
3829 // Do not touch fInCurState, as the image may be attached to the current
3863 it->fInCurState = false;
3877 if (it->fInCurState == false && it->llSnapshotIds.size() == 0)
3956 LogFlowThisFunc((" Backref from machine {%RTuuid} (fInCurState
[all...]

Completed in 61 milliseconds