Lines Matching refs:PCHSGeometry
249 VDGEOMETRY PCHSGeometry;
5983 pDisk->PCHSGeometry.cCylinders = 0;
5984 pDisk->PCHSGeometry.cHeads = 0;
5985 pDisk->PCHSGeometry.cSectors = 0;
6465 &pDisk->PCHSGeometry);
6468 pDisk->PCHSGeometry.cCylinders = 0;
6469 pDisk->PCHSGeometry.cHeads = 0;
6470 pDisk->PCHSGeometry.cSectors = 0;
6475 pDisk->PCHSGeometry.cCylinders = RT_MIN(pDisk->PCHSGeometry.cCylinders, 16383);
6476 pDisk->PCHSGeometry.cHeads = RT_MIN(pDisk->PCHSGeometry.cHeads, 16);
6477 pDisk->PCHSGeometry.cSectors = RT_MIN(pDisk->PCHSGeometry.cSectors, 63);
7026 &pDisk->PCHSGeometry);
7029 pDisk->PCHSGeometry.cCylinders = 0;
7030 pDisk->PCHSGeometry.cHeads = 0;
7031 pDisk->PCHSGeometry.cSectors = 0;
7036 pDisk->PCHSGeometry.cCylinders = RT_MIN(pDisk->PCHSGeometry.cCylinders, 16383);
7037 pDisk->PCHSGeometry.cHeads = RT_MIN(pDisk->PCHSGeometry.cHeads, 16);
7038 pDisk->PCHSGeometry.cSectors = RT_MIN(pDisk->PCHSGeometry.cSectors, 63);
7263 pszComment, &pDisk->PCHSGeometry,
8909 &pDisk->PCHSGeometry);
8912 pDisk->PCHSGeometry.cCylinders = 0;
8913 pDisk->PCHSGeometry.cHeads = 0;
8914 pDisk->PCHSGeometry.cSectors = 0;
8919 pDisk->PCHSGeometry.cCylinders = RT_MIN(pDisk->PCHSGeometry.cCylinders, 16383);
8920 pDisk->PCHSGeometry.cHeads = RT_MIN(pDisk->PCHSGeometry.cHeads, 16);
8921 pDisk->PCHSGeometry.cSectors = RT_MIN(pDisk->PCHSGeometry.cSectors, 63);
9601 if (pDisk->PCHSGeometry.cCylinders != 0)
9602 *pPCHSGeometry = pDisk->PCHSGeometry;
9618 pDisk->PCHSGeometry.cCylinders, pDisk->PCHSGeometry.cHeads,
9619 pDisk->PCHSGeometry.cSectors));
9669 if ( pPCHSGeometry->cCylinders != pDisk->PCHSGeometry.cCylinders
9670 || pPCHSGeometry->cHeads != pDisk->PCHSGeometry.cHeads
9671 || pPCHSGeometry->cSectors != pDisk->PCHSGeometry.cSectors)
9683 &pDisk->PCHSGeometry);
9686 pDisk->PCHSGeometry.cCylinders = 0;
9687 pDisk->PCHSGeometry.cHeads = 0;
9688 pDisk->PCHSGeometry.cSectors = 0;
9693 pDisk->PCHSGeometry.cHeads = RT_MIN(pDisk->PCHSGeometry.cHeads, 255);
9694 pDisk->PCHSGeometry.cSectors = RT_MIN(pDisk->PCHSGeometry.cSectors, 63);