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

/vbox/src/VBox/Storage/
H A DVD.cpp135 #define VD_IMAGE_MODIFIED_FIRST RT_BIT(1) macro
2295 if (pDisk->uModified & VD_IMAGE_MODIFIED_FIRST)
2297 pDisk->uModified &= ~VD_IMAGE_MODIFIED_FIRST;
2543 if (pDisk->uModified & VD_IMAGE_MODIFIED_FIRST)
2548 pDisk->uModified &= ~VD_IMAGE_MODIFIED_FIRST;
6513 pDisk->uModified = VD_IMAGE_MODIFIED_FIRST;
7060 pDisk->uModified = VD_IMAGE_MODIFIED_FIRST;
7340 pDisk->uModified = VD_IMAGE_MODIFIED_FIRST;

Completed in 80 milliseconds