Lines Matching defs:MAXCYL
198 #define MAXCYL 1024 /* Usual limit is 1023 */
466 if (b_cyl > MAXCYL)
467 b_cyl = MAXCYL;
1637 if (dos_cylinders > MAXCYL || dos_heads > MAXHEAD ||
1640 c1 = MAXCYL - 1;
1705 if (c1 >= MAXCYL - 2)
1716 if (xcylinders > MAXCYL)
1717 dos_cylinders = MAXCYL;
2453 dos_cylinders, 0, 0, MAXCYL);
2597 else if (dos_cylinders > MAXCYL - 1)
2598 dos_cylinders = MAXCYL - 1;