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

/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c194 static unsigned int dos_cylinders; variable
199 #define dos_totalsectors (dos_heads * dos_sectors * dos_cylinders)
504 dos_cylinders = b_cyl;
1251 dos_cylinders = bip->bi_cyl;
1562 * Specification: modifies dos_cylinders, dos_heads, dos_sectors, and
1589 if (dos_cylinders > MAXCYL || dos_heads > MAXHEAD ||
1606 dos_cylinders = disklabel.d_secperunit / (MAXSECTOR * h1);
1607 if (dos_cylinders > c1)
1608 dos_cylinders = c1;
1667 dos_cylinders
[all...]

Completed in 101 milliseconds