Searched refs:tickadj (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/sys/
H A Dkernel.h59 extern int tickadj; /* "standard" clock skew, us./tick */
H A Dsysctl.h285 int tickadj; /* clock skew rate for adjtime() */ member in struct:clockinfo
/netbsd-current/external/bsd/ntp/dist/html/hints/
H A Dsolaris.xtra.S99ntpd8 /usr/local/bin/tickadj -s
/netbsd-current/external/bsd/ntp/dist/util/
H A Dtickadj.c1 /* $NetBSD: tickadj.c,v 1.5 2020/05/25 20:47:37 christos Exp $ */
4 * tickadj - read, and possibly modify, the kernel `tick' and
5 * `tickadj' variables, as well as `dosynctodr'. Note that
62 txc.tickadj = i;
66 "%s: unlikely value for tickadj: %s\n",
90 "Usage: %s [tick_value]\n-or- %s [ -q ] [ -t tick ] [ -a tickadj ]\n",
103 txc.time_tick, txc.tickadj);
161 printf("tick = %ld\ntick_adj = %ld\n", txc.time_tick, txc.tickadj);
254 int tickadj, ktickadj; /* HMS: Why isn't this u_long? */ local
275 "%s: unlikely value for tickadj
[all...]
H A DMakefile.in100 tg$(EXEEXT) tg2$(EXEEXT) tickadj$(EXEEXT) timetrim$(EXEEXT)
227 tickadj_SOURCES = tickadj.c
228 tickadj_OBJECTS = tickadj.$(OBJEXT)
273 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
276 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
908 tickadj$(EXEEXT): $(tickadj_OBJECTS) $(tickadj_DEPENDENCIES) $(EXTRA_tickadj_DEPENDENCIES)
909 @rm -f tickadj$(EXEEXT)
937 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tickadj.Po@am__quote@
H A DMakefile.am8 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim
/netbsd-current/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj.in20 my ($fl) = `tickadj`;
H A Dcalc_tickadj-opts.def57 @code{tickadj} program from ntp package. If this doesn't work you can specify
/netbsd-current/sys/conf/
H A Dparam.c116 int tickadj = (240000 / (60 * HZ)) ? (240000 / (60 * HZ)) : 1; variable
/netbsd-current/sys/kern/
H A Dkern_clock.c248 tickadj = (240000 / (60 * hz)) ? (240000 / (60 * hz)) : 1;
544 clkinfo.tickadj = tickadj;
/netbsd-current/external/bsd/ntp/html/
H A DMakefile108 tickadj.html \
/netbsd-current/share/man/man9/
H A DMakefile396 hz.9 tickadj.9
/netbsd-current/external/bsd/ntp/dist/
H A Dconfigure1816 --enable-kmem s read /dev/kmem for tick and/or tickadj
1820 --enable-tickadj=VALUE s force a value for 'tickadj'
26287 # nlist stuff is only needed for tickadj.
26980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking struct clockinfo for tickadj" >&5
26981 $as_echo_n "checking struct clockinfo for tickadj... " >&6; }
26995 return pc->tickadj;
27164 # kvm_open() is only used by tickadj. Also see above.
28220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a minimum recommended value of tickadj" >&5
28221 $as_echo_n "checking for a minimum recommended value of tickadj
[all...]
/netbsd-current/sbin/sysctl/
H A Dsysctl.c2178 printf("tick = %d, tickadj = %d, hz = %d, profhz = %d, stathz = %d\n",
2179 clkinfo.tick, clkinfo.tickadj,

Completed in 232 milliseconds