Searched refs:MAXCYL (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmbr.c82 #define MAXCYL 1023 /* Possibly 1024 */ macro
1729 if (tcyl > MAXCYL)
1730 tcyl = MAXCYL;
1768 if (xcylinders > MAXCYL || xheads > MAXHEAD || xsectors > MAXSECTOR) {
1772 if (xcylinders > MAXCYL)
1773 xcylinders = MAXCYL;
1821 if (c1 >= MAXCYL - 1)
1832 *cyl = MIN(xcylinders, MAXCYL);
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c207 #define MAXCYL 1024 /* Usual limit is 1023 */ macro
416 if (b_cyl > MAXCYL)
417 b_cyl = MAXCYL;
1589 if (dos_cylinders > MAXCYL || dos_heads > MAXHEAD ||
1592 c1 = MAXCYL - 1;
1655 if (c1 >= MAXCYL - 2)
1666 if (xcylinders > MAXCYL)
1667 dos_cylinders = MAXCYL;
2391 dos_cylinders, 0, 0, MAXCYL);
2496 else if (dos_cylinders > MAXCYL
[all...]

Completed in 296 milliseconds