Searched refs:timetrim (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ntp/util/ |
H A D | timetrim.c | 51 long timetrim; in main() local 69 if (syssgi(SGI_GETTIMETRIM, &timetrim) < 0) { in main() 75 if (systune(SYSTUNE_GET, "timetrim", &timetrim) < 0) { in main() 83 fprintf(stdout, "%0.5f\n", SGITONTP(timetrim)); in main() 85 fprintf(stdout, "%ld\n", timetrim); in main() 98 timetrim += value; in main() 100 timetrim = value; in main() 102 if (syssgi(SGI_SETTIMETRIM, timetrim) < 0) { in main() 108 if (systune(SYSTUNE_SET, "timer", "timetrim", &timetrim) < 0) { in main()
|
H A D | Makefile.in | 101 timetrim$(EXEEXT) 241 timetrim_SOURCES = timetrim.c 242 timetrim_OBJECTS = timetrim.$(OBJEXT) 269 ./$(DEPDIR)/tickadj.Po ./$(DEPDIR)/timetrim.Po \ 293 sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c 297 timetrim.c 940 timetrim$(EXEEXT): $(timetrim_OBJECTS) $(timetrim_DEPENDENCIES) $(EXTRA_timetrim_DEPENDENCIES) 941 @rm -f timetrim$(EXEEXT) 967 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timetrim.Po@am__quote@ # am--include-marker 1263 -rm -f ./$(DEPDIR)/timetrim [all...] |
H A D | README | 21 The timetrim.c program can be used with SGI machines to implement a
|
H A D | Makefile.am | 9 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim
|
/freebsd/contrib/ntp/html/hints/ |
H A D | sgi | 48 timetrim: 51 Irix has a kernel variable called timetrim which adjusts the system 55 "timetrim", in the util directory which allows manipulation of the 56 timetrim value in both SGI and xntpd native units. You can fiddle with 57 default timetrim value in /usr/sysgen/master.d/kernel, but I think 59 timetrim for a particular CPU and then set it using "timetrim" when
|
/freebsd/contrib/ntp/sntp/loc/ |
H A D | redhat | 17 timetrim,sbin,8
|
H A D | debian | 17 timetrim,sbin,8
|
H A D | legacy | 17 timetrim,bin,1
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 3772 [if we want and can make the timetrim utility], 3790 MAKE_TIMETRIM=timetrim
|
H A D | CommitLog-4.1.0 | 384 * util/timetrim.c:
|
H A D | configure | 33172 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we want and can make the timetrim utility" >&5 33173 printf %s "checking if we want and can make the timetrim utility... " >&6; } 33197 MAKE_TIMETRIM=timetrim
|