HomeSort by: relevance | last modified time | path
    Searched defs:MAXCYL (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
mbr.c 89 #define MAXCYL 1023 /* Possibly 1024 */
339 if (ncyl > MAXCYL)
340 ncyl = MAXCYL;
379 if (bcyl > MAXCYL)
380 bcyl = MAXCYL;
808 if (tcyl > MAXCYL)
809 tcyl = MAXCYL;
841 if (xcylinders > MAXCYL || xheads > MAXHEAD || xsectors > MAXSECTOR) {
845 if (xcylinders > MAXCYL)
846 xcylinders = MAXCYL;
    [all...]
  /src/sbin/fdisk/
fdisk.c 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
    [all...]

Completed in 13 milliseconds