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

/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c195 static unsigned int dos_heads; variable
198 #define dos_cylindersectors (dos_heads * dos_sectors)
199 #define dos_totalsectors (dos_heads * dos_sectors * dos_cylinders)
505 dos_heads = b_head;
761 if (head == dos_heads - 1 && sect == dos_sectors - 1)
1252 dos_heads = bip->bi_head;
1562 * Specification: modifies dos_cylinders, dos_heads, dos_sectors, and
1589 if (dos_cylinders > MAXCYL || dos_heads > MAXHEAD ||
1605 dos_heads = h1;
1670 dos_heads
[all...]

Completed in 96 milliseconds