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

/vbox/src/VBox/Storage/
H A DVCICache.cpp66 uint8_t fUncleanShutdown; member in struct:VciHdr
1389 Hdr.fUncleanShutdown = VCI_HDR_UNCLEAN_SHUTDOWN;
H A DVMDK.cpp303 bool fUncleanShutdown; member in struct:VMDKEXTENT
2618 pExtent->fUncleanShutdown = !!Header.uncleanShutdown;
2769 Header.uncleanShutdown = pExtent->fUncleanShutdown;
2845 pExtent->fUncleanShutdown = !!Header.uncleanShutdown;
3103 pExtent->fUncleanShutdown = true;
3265 pExtent->fUncleanShutdown = true;
3776 pExtent->fUncleanShutdown = true;
3912 pExtent->fUncleanShutdown = false;
4240 Assert(!pImage->pExtents[i].fUncleanShutdown);
4253 && pImage->pExtents[i].fUncleanShutdown)
[all...]

Completed in 60 milliseconds