| /netbsd-src/external/bsd/ntp/dist/util/ |
| H A D | tickadj.c | 62 txc.tickadj = i; 103 txc.time_tick, txc.tickadj); 161 printf("tick = %ld\ntick_adj = %ld\n", txc.time_tick, txc.tickadj); in main() 254 int tickadj, ktickadj; /* HMS: Why isn't this u_long? */ in main() local 387 readvar(fd, tickadj_offset, &tickadj); in main() 391 tickadj /= (1000L * HZ); in main() 396 (void) printf("KERNEL %s = %d nsec\n", K_TICKADJ_NAME, tickadj); in main() 400 tickadj += 999; in main() 401 tickadj /= 1000; in main() 406 tickadj = 0; in main() [all …]
|
| H A D | README | 31 "I could not get a tickadj of less than 40 us to work on a RS6000. 34 The tickadj.c program can be used to read and set various kernel 35 parameters affecting NTP operations. See the tickadj page in the HTML 36 documentation for further details. tickadj will be built if configure
|
| /netbsd-src/external/bsd/ntp/dist/html/hints/ |
| H A D | rs6000 | 13 xntp and tickadj was also modified so that the value of tickadj is read 14 form the kernel and can be set by tickadj. For now I would not set 15 tickadj below 40 us.
|
| H A D | a-ux | 83 /bin/echo " setting tick and tickadj..." 84 /usr/local/etc/tickadj -t 16672 -a 54 103 o 'tickadj' is also called. This does two things: changes the 106 of 'tickadj' which the the amount that is added or subtracted 107 from 'tickadj' when adjtime() is called. 124 A/UX's default value of 'tickadj' is 1666 which is too big for 126 values then the recommended value of 9 for 'tickadj' (although not 128 when adjusting the clock. Even with semi-large values of 'tickadj' 187 I like larger values of 'tickadj'.
|
| H A D | sun4 | 7 binary. Without this change it is necessary to use the tickadj program 10 The tickadj option will work in all cases except when the kernel has
|
| H A D | sgi | 1 adjtime, tick and tickadj: 29 have used a value of 150usec/tick for the tickadj value. 42 seem to compromise the above choices for tick and tickadj.
|
| H A D | solaris.xtra.S99ntpd | 8 /usr/local/bin/tickadj -s
|
| H A D | decosf1 | 11 I have run xntpd, xntpdc, xntpres, ntpq, ntpdate, and tickadj under
|
| /netbsd-src/external/bsd/ntp/dist/html/scripts/ |
| H A D | manual.txt | 8 <li class='inline'><a href='tickadj.html'><tt>tickadj</tt> - set time-related kernel variables</a><…
|
| /netbsd-src/sys/kern/ |
| H A D | kern_clock.c | 248 tickadj = (240000 / (60 * hz)) ? (240000 / (60 * hz)) : 1; in initclocks() 544 clkinfo.tickadj = tickadj;
|
| /netbsd-src/sys/sys/ |
| H A D | kernel.h | 59 extern int tickadj; /* "standard" clock skew, us./tick */
|
| H A D | sysctl.h | 285 int tickadj; /* clock skew rate for adjtime() */ member
|
| /netbsd-src/external/bsd/ntp/dist/sntp/loc/ |
| H A D | redhat | 16 tickadj,sbin,8
|
| H A D | legacy | 16 tickadj,bin,1
|
| H A D | debian | 16 tickadj,sbin,8
|
| H A D | solaris | 16 tickadj,sbin,1m
|
| /netbsd-src/sys/conf/ |
| H A D | param.c | 116 int tickadj = (240000 / (60 * HZ)) ? (240000 / (60 * HZ)) : 1; variable
|
| /netbsd-src/external/bsd/ntp/dist/scripts/calc_tickadj/ |
| H A D | calc_tickadj-opts.def | 57 @code{tickadj} program from ntp package. If this doesn't work you can specify
|
| /netbsd-src/external/bsd/ntp/html/ |
| H A D | Makefile | 108 tickadj.html \
|
| /netbsd-src/external/bsd/ntp/dist/ |
| H A D | TODO | 102 --enable-tickadj=80
|
| H A D | CommitLog-4.1.0 | 760 * html/tickadj.htm: 912 * util/tickadj.c: 3258 * html/tickadj.htm: 3734 * configure.in (ac_cv_make_tickadj): Don't make tickadj starting 3782 * util/tickadj.c 4344 * ntpdc/ntpdc.c, ntpq/ntpq.c, ntptrace/ntptrace.c, util/tickadj.c, 4467 * util/ntptime.c, til/tickadj.c: Likewise. 4520 * util/tickadj.c: Linux Patches 4594 * util/tickadj.c (getoffsets): Define kernels[] only if used. 4683 html/refclock.htm, html/release.htm, html/tickadj.htm, [all …]
|
| /netbsd-src/share/man/man9/ |
| H A D | Makefile | 396 hz.9 tickadj.9
|
| /netbsd-src/sbin/sysctl/ |
| H A D | sysctl.c | 2179 clkinfo.tick, clkinfo.tickadj, in kern_clockrate()
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 4106 tickadj
|
| /netbsd-src/distrib/sets/lists/misc/ |
| H A D | mi | 277 ./usr/share/doc/html/ntp/tickadj.htm misc-obsolete obsolete 278 ./usr/share/doc/html/ntp/tickadj.html misc-obsolete obsolete 900 ./usr/share/doc/reference/ref8/ntp/tickadj.html misc-ntp-htmldoc doc
|