Searched refs:tcyl (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/fdisk/ |
H A D | fdisk.c | 589 int tsec,tcyl,thd; in change_part() local 590 tcyl = DPCYL(partp->dp_scyl,partp->dp_ssect); in change_part() 593 Decimal("beginning cylinder", tcyl, tmp, NO_TRACK_CYLINDERS); in change_part() 596 partp->dp_scyl = DOSCYL(tcyl); in change_part() 597 partp->dp_ssect = DOSSECT(tsec,tcyl); in change_part() 600 tcyl = DPCYL(partp->dp_ecyl,partp->dp_esect); in change_part() 603 Decimal("ending cylinder", tcyl, tmp, NO_TRACK_CYLINDERS); in change_part() 606 partp->dp_ecyl = DOSCYL(tcyl); in change_part() 607 partp->dp_esect = DOSSECT(tsec,tcyl); in change_part()
|