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

/vbox/src/VBox/Storage/
H A DVD.cpp8580 VDGEOMETRY PCHSGeometryOld; local
8588 rc = pImage->Backend->pfnGetPCHSGeometry(pImage->pBackendData, &PCHSGeometryOld);
8589 if (RT_SUCCESS(rc) && (PCHSGeometryOld.cCylinders != 0))
8590 PCHSGeometryOld.cCylinders = RT_MIN(cbSize / 512 / PCHSGeometryOld.cHeads / PCHSGeometryOld.cSectors, 16383);
8594 pPCHSGeometryNew = &PCHSGeometryOld;

Completed in 81 milliseconds