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

/vbox/src/VBox/Storage/
H A DDMG.cpp50 #define DMG_SECTOR_SIZE 512 macro
1321 && pExtentNew->uSectorExtent + pExtentNew->cSectorsExtent == offDevice + pBlkxDesc->u64SectorStart * DMG_SECTOR_SIZE;
1633 pThis->cbSize = pThis->Ftr.cSectors * DMG_SECTOR_SIZE;
1905 Assert(uOffset % DMG_SECTOR_SIZE == 0);
1906 Assert(cbToRead % DMG_SECTOR_SIZE == 0);
2473 pThis->cbSize / DMG_SECTOR_SIZE);

Completed in 39 milliseconds