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

/vbox/src/VBox/Storage/
H A DVD.cpp5554 static void vdFixupLCHSGeometry(PVDGEOMETRY pLCHS, uint64_t cbSize) argument
5561 if ( ( pLCHS->cHeads > 255
5562 || pLCHS->cHeads == 0
5563 || pLCHS->cSectors > 63
5564 || pLCHS->cSectors == 0)
5565 && pLCHS->cCylinders != 0)
5567 pLCHS->cCylinders = 0;
5568 pLCHS->cHeads = 0;
5569 pLCHS->cSectors = 0;
5576 if ( pLCHS
[all...]

Completed in 72 milliseconds