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

/vbox/src/VBox/Storage/
H A DVD.cpp8581 VDGEOMETRY LCHSGeometryOld; local
8602 rc = pImage->Backend->pfnGetLCHSGeometry(pImage->pBackendData, &LCHSGeometryOld);
8603 if (RT_SUCCESS(rc) && (LCHSGeometryOld.cCylinders != 0))
8604 LCHSGeometryOld.cCylinders = cbSize / 512 / LCHSGeometryOld.cHeads / LCHSGeometryOld.cSectors;
8608 pLCHSGeometryNew = &LCHSGeometryOld;

Completed in 82 milliseconds