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

/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c196 static unsigned int dos_sectors; variable
198 #define dos_cylindersectors (dos_heads * dos_sectors)
199 #define dos_totalsectors (dos_heads * dos_sectors * dos_cylinders)
214 static unsigned int ptn_0_offset; /* default dos_sectors */
506 dos_sectors = b_sec;
755 head = sect / dos_sectors;
756 sect -= head * dos_sectors;
761 if (head == dos_heads - 1 && sect == dos_sectors - 1)
1189 ptn_0_offset = dos_sectors;
1253 dos_sectors
[all...]

Completed in 58 milliseconds