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

  /src/usr.sbin/sysinst/
mbr.c 799 unsigned int tcyl, temp, thead, tsec; local in function:convert_mbr_chs
805 thead = relsecs / sec;
806 tsec = relsecs - thead * sec + 1;
812 *headp = thead;
  /src/sbin/fdisk/
fdisk.c 2310 int tsector, tcylinder, thead; local in function:change_part
2313 thead = partp->mbrp_shd;
2317 thead = decimal("beginning head",
2318 thead, 0, 0, dos_heads - 1);
2322 partp->mbrp_shd = thead;
2326 thead = partp->mbrp_ehd;
2330 thead = decimal("ending head",
2331 thead, 0, 0, dos_heads - 1);
2335 partp->mbrp_ehd = thead;

Completed in 39 milliseconds