Lines Matching defs:LCHSGeometry

251     VDGEOMETRY             LCHSGeometry;
5986 pDisk->LCHSGeometry.cCylinders = 0;
5987 pDisk->LCHSGeometry.cHeads = 0;
5988 pDisk->LCHSGeometry.cSectors = 0;
6482 &pDisk->LCHSGeometry);
6485 pDisk->LCHSGeometry.cCylinders = 0;
6486 pDisk->LCHSGeometry.cHeads = 0;
6487 pDisk->LCHSGeometry.cSectors = 0;
6492 pDisk->LCHSGeometry.cHeads = RT_MIN(pDisk->LCHSGeometry.cHeads, 255);
6493 pDisk->LCHSGeometry.cSectors = RT_MIN(pDisk->LCHSGeometry.cSectors, 63);
7043 &pDisk->LCHSGeometry);
7046 pDisk->LCHSGeometry.cCylinders = 0;
7047 pDisk->LCHSGeometry.cHeads = 0;
7048 pDisk->LCHSGeometry.cSectors = 0;
7053 pDisk->LCHSGeometry.cHeads = RT_MIN(pDisk->LCHSGeometry.cHeads, 255);
7054 pDisk->LCHSGeometry.cSectors = RT_MIN(pDisk->LCHSGeometry.cSectors, 63);
7264 &pDisk->LCHSGeometry, pUuid,
8926 &pDisk->LCHSGeometry);
8929 pDisk->LCHSGeometry.cCylinders = 0;
8930 pDisk->LCHSGeometry.cHeads = 0;
8931 pDisk->LCHSGeometry.cSectors = 0;
8936 pDisk->LCHSGeometry.cHeads = RT_MIN(pDisk->LCHSGeometry.cHeads, 255);
8937 pDisk->LCHSGeometry.cSectors = RT_MIN(pDisk->LCHSGeometry.cSectors, 63);
9769 if (pDisk->LCHSGeometry.cCylinders != 0)
9770 *pLCHSGeometry = pDisk->LCHSGeometry;
9786 pDisk->LCHSGeometry.cCylinders, pDisk->LCHSGeometry.cHeads,
9787 pDisk->LCHSGeometry.cSectors));
9837 if ( pLCHSGeometry->cCylinders != pDisk->LCHSGeometry.cCylinders
9838 || pLCHSGeometry->cHeads != pDisk->LCHSGeometry.cHeads
9839 || pLCHSGeometry->cSectors != pDisk->LCHSGeometry.cSectors)
9851 &pDisk->LCHSGeometry);
9854 pDisk->LCHSGeometry.cCylinders = 0;
9855 pDisk->LCHSGeometry.cHeads = 0;
9856 pDisk->LCHSGeometry.cSectors = 0;
9861 pDisk->LCHSGeometry.cHeads = RT_MIN(pDisk->LCHSGeometry.cHeads, 255);
9862 pDisk->LCHSGeometry.cSectors = RT_MIN(pDisk->LCHSGeometry.cSectors, 63);