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

  /src/sbin/fdisk/
fdisk.c 186 static unsigned int dos_heads; variable in typeref:typename:unsigned int
189 #define dos_cylindersectors (dos_heads * dos_sectors)
190 #define dos_totalsectors (dos_heads * dos_sectors * dos_cylinders)
557 dos_heads = b_head;
814 if (head == dos_heads - 1 && sect == dos_sectors - 1)
1300 dos_heads = bip->bi_head;
1610 * Specification: modifies dos_cylinders, dos_heads, dos_sectors, and
1637 if (dos_cylinders > MAXCYL || dos_heads > MAXHEAD ||
1653 dos_heads = h1;
1720 dos_heads = xheads
    [all...]
fdisk.c 186 static unsigned int dos_heads; variable in typeref:typename:unsigned int
189 #define dos_cylindersectors (dos_heads * dos_sectors)
190 #define dos_totalsectors (dos_heads * dos_sectors * dos_cylinders)
557 dos_heads = b_head;
814 if (head == dos_heads - 1 && sect == dos_sectors - 1)
1300 dos_heads = bip->bi_head;
1610 * Specification: modifies dos_cylinders, dos_heads, dos_sectors, and
1637 if (dos_cylinders > MAXCYL || dos_heads > MAXHEAD ||
1653 dos_heads = h1;
1720 dos_heads = xheads
    [all...]

Completed in 58 milliseconds