Lines Matching refs:cCylinders

1919                            pPCHSGeometry->cCylinders);
1938 pLCHSGeometry->cCylinders);
2187 &pImage->PCHSGeometry.cCylinders);
2189 pImage->PCHSGeometry.cCylinders = 0;
2206 if ( pImage->PCHSGeometry.cCylinders == 0
2214 pImage->PCHSGeometry.cCylinders = 0;
2222 &pImage->LCHSGeometry.cCylinders);
2224 pImage->LCHSGeometry.cCylinders = 0;
2241 if ( pImage->LCHSGeometry.cCylinders == 0
2245 pImage->LCHSGeometry.cCylinders = 0;
3295 if (pImage->PCHSGeometry.cCylinders == 0)
3297 uint64_t cCylinders = VMDK_BYTE2SECTOR(pImage->cbSize)
3300 pImage->PCHSGeometry.cCylinders = (unsigned)RT_MIN(cCylinders, 16383);
4012 if ( pPCHSGeometry->cCylinders != 0
4020 if ( pLCHSGeometry->cCylinders != 0
6072 if (pImage->PCHSGeometry.cCylinders)
6083 LogFlowFunc(("returns %Rrc (PCHS=%u/%u/%u)\n", rc, pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads, pPCHSGeometry->cSectors));
6090 LogFlowFunc(("pBackendData=%#p pPCHSGeometry=%#p PCHS=%u/%u/%u\n", pBackendData, pPCHSGeometry, pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads, pPCHSGeometry->cSectors));
6134 if (pImage->LCHSGeometry.cCylinders)
6145 LogFlowFunc(("returns %Rrc (LCHS=%u/%u/%u)\n", rc, pLCHSGeometry->cCylinders, pLCHSGeometry->cHeads, pLCHSGeometry->cSectors));
6152 LogFlowFunc(("pBackendData=%#p pLCHSGeometry=%#p LCHS=%u/%u/%u\n", pBackendData, pLCHSGeometry, pLCHSGeometry->cCylinders, pLCHSGeometry->cHeads, pLCHSGeometry->cSectors));
6564 pImage->PCHSGeometry.cCylinders, pImage->PCHSGeometry.cHeads, pImage->PCHSGeometry.cSectors,
6565 pImage->LCHSGeometry.cCylinders, pImage->LCHSGeometry.cHeads, pImage->LCHSGeometry.cSectors,