/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;
|
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;
|
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;
|