Home
last modified time | relevance | path

Searched refs:thd (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sbin/fdisk/
H A Dfdisk.c586 int tsec,tcyl,thd; in change_part() local
588 thd = partp->dp_shd; in change_part()
591 Decimal("beginning head", thd, tmp, NO_TRACK_HEADS); in change_part()
595 partp->dp_shd = thd; in change_part()
598 thd = partp->dp_ehd; in change_part()
601 Decimal("ending head", thd, tmp, NO_TRACK_HEADS); in change_part()
605 partp->dp_ehd = thd; in change_part()