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

  /src/sbin/fdisk/
fdisk.c 187 static unsigned int dos_sectors; variable in typeref:typename:unsigned int
189 #define dos_cylindersectors (dos_heads * dos_sectors)
190 #define dos_totalsectors (dos_heads * dos_sectors * dos_cylinders)
205 static unsigned int ptn_0_offset; /* default dos_sectors */
558 dos_sectors = b_sec;
808 head = sect / dos_sectors;
809 sect -= head * dos_sectors;
814 if (head == dos_heads - 1 && sect == dos_sectors - 1)
1237 ptn_0_offset = dos_sectors;
1301 dos_sectors = bip->bi_sec
    [all...]
fdisk.c 187 static unsigned int dos_sectors; variable in typeref:typename:unsigned int
189 #define dos_cylindersectors (dos_heads * dos_sectors)
190 #define dos_totalsectors (dos_heads * dos_sectors * dos_cylinders)
205 static unsigned int ptn_0_offset; /* default dos_sectors */
558 dos_sectors = b_sec;
808 head = sect / dos_sectors;
809 sect -= head * dos_sectors;
814 if (head == dos_heads - 1 && sect == dos_sectors - 1)
1237 ptn_0_offset = dos_sectors;
1301 dos_sectors = bip->bi_sec
    [all...]

Completed in 24 milliseconds