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

/freebsd-9.3-release/sbin/fdisk_pc98/
H A Dfdisk.c469 int tsec,tcyl,thd; local
471 thd = partp->dp_shd;
474 Decimal("beginning head", thd, tmp);
478 partp->dp_shd = thd;
484 thd = partp->dp_ehd;
487 Decimal("ending head", thd, tmp);
491 partp->dp_ehd = thd;
/freebsd-9.3-release/sbin/fdisk/
H A Dfdisk.c590 int tsec,tcyl,thd; local
592 thd = partp->dp_shd;
595 Decimal("beginning head", thd, tmp, NO_TRACK_HEADS);
599 partp->dp_shd = thd;
602 thd = partp->dp_ehd;
605 Decimal("ending head", thd, tmp, NO_TRACK_HEADS);
609 partp->dp_ehd = thd;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A DMakefile.in368 /*) thd=${target_header_dir};; \
369 *) thd=${includedir}/${target_header_dir};; \
371 ${mkinstalldirs} $(DESTDIR)$${thd}; \
373 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A DMakefile.in351 /*) thd=${target_header_dir};; \
352 *) thd=${includedir}/${target_header_dir};; \
354 ${mkinstalldirs} $(DESTDIR)$${thd}; \
356 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \

Completed in 108 milliseconds