Searched refs:tcyl (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/fdisk_pc98/
H A Dfdisk.c469 int tsec,tcyl,thd; local
470 tcyl = partp->dp_scyl;
473 Decimal("beginning cylinder", tcyl, tmp);
476 partp->dp_scyl = tcyl;
483 tcyl = partp->dp_ecyl;
486 Decimal("ending cylinder", tcyl, tmp);
489 partp->dp_ecyl = tcyl;
/freebsd-9.3-release/sbin/fdisk/
H A Dfdisk.c590 int tsec,tcyl,thd; local
591 tcyl = DPCYL(partp->dp_scyl,partp->dp_ssect);
594 Decimal("beginning cylinder", tcyl, tmp, NO_TRACK_CYLINDERS);
597 partp->dp_scyl = DOSCYL(tcyl);
598 partp->dp_ssect = DOSSECT(tsec,tcyl);
601 tcyl = DPCYL(partp->dp_ecyl,partp->dp_esect);
604 Decimal("ending cylinder", tcyl, tmp, NO_TRACK_CYLINDERS);
607 partp->dp_ecyl = DOSCYL(tcyl);
608 partp->dp_esect = DOSSECT(tsec,tcyl);

Completed in 57 milliseconds