Lines Matching refs:cCylinders

5541         || pPCHS->cCylinders == 0
5542 || (uint64_t)pPCHS->cHeads * pPCHS->cSectors * pPCHS->cCylinders * 512 > cbSize)
5545 pPCHS->cCylinders = (uint32_t)RT_MIN(cbSize / 512 / 16 / 63, 16383);
5565 && pLCHS->cCylinders != 0)
5567 pLCHS->cCylinders = 0;
5576 if ( pLCHS->cCylinders != 0
5581 pLCHS->cCylinders = (uint32_t)RT_MIN(cbSize / 512 / pLCHS->cHeads / pLCHS->cSectors, 1024);
5983 pDisk->PCHSGeometry.cCylinders = 0;
5986 pDisk->LCHSGeometry.cCylinders = 0;
6468 pDisk->PCHSGeometry.cCylinders = 0;
6475 pDisk->PCHSGeometry.cCylinders = RT_MIN(pDisk->PCHSGeometry.cCylinders, 16383);
6485 pDisk->LCHSGeometry.cCylinders = 0;
6854 pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads,
6855 pPCHSGeometry->cSectors, pLCHSGeometry->cCylinders,
6886 pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads,
6894 pLCHSGeometry->cCylinders, pLCHSGeometry->cHeads,
7029 pDisk->PCHSGeometry.cCylinders = 0;
7036 pDisk->PCHSGeometry.cCylinders = RT_MIN(pDisk->PCHSGeometry.cCylinders, 16383);
7046 pDisk->LCHSGeometry.cCylinders = 0;
8585 if (pPCHSGeometry->cCylinders == 0)
8589 if (RT_SUCCESS(rc) && (PCHSGeometryOld.cCylinders != 0))
8590 PCHSGeometryOld.cCylinders = RT_MIN(cbSize / 512 / PCHSGeometryOld.cHeads / PCHSGeometryOld.cSectors, 16383);
8599 if (pLCHSGeometry->cCylinders == 0)
8603 if (RT_SUCCESS(rc) && (LCHSGeometryOld.cCylinders != 0))
8604 LCHSGeometryOld.cCylinders = cbSize / 512 / LCHSGeometryOld.cHeads / LCHSGeometryOld.cSectors;
8912 pDisk->PCHSGeometry.cCylinders = 0;
8919 pDisk->PCHSGeometry.cCylinders = RT_MIN(pDisk->PCHSGeometry.cCylinders, 16383);
8929 pDisk->LCHSGeometry.cCylinders = 0;
9601 if (pDisk->PCHSGeometry.cCylinders != 0)
9618 pDisk->PCHSGeometry.cCylinders, pDisk->PCHSGeometry.cHeads,
9643 pDisk, nImage, pPCHSGeometry, pPCHSGeometry->cCylinders,
9656 pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads,
9669 if ( pPCHSGeometry->cCylinders != pDisk->PCHSGeometry.cCylinders
9686 pDisk->PCHSGeometry.cCylinders = 0;
9704 || pPCHSGeometry->cCylinders != PCHS.cCylinders
9769 if (pDisk->LCHSGeometry.cCylinders != 0)
9786 pDisk->LCHSGeometry.cCylinders, pDisk->LCHSGeometry.cHeads,
9811 pDisk, nImage, pLCHSGeometry, pLCHSGeometry->cCylinders,
9824 pLCHSGeometry->cCylinders, pLCHSGeometry->cHeads,
9837 if ( pLCHSGeometry->cCylinders != pDisk->LCHSGeometry.cCylinders
9854 pDisk->LCHSGeometry.cCylinders = 0;
9872 || pLCHSGeometry->cCylinders != LCHS.cCylinders