| /freebsd/contrib/ntp/scripts/calc_tickadj/ |
| H A D | calc_tickadj.in | 4 # drift of 104.8576 -> +1 tick. Base of 10000 ticks. 17 my $drift_file = $opts->{'drift-file'}; 32 my $drift = 0.; 36 $drift = <$dfh>; 39 die "Invalid drift file value <$drift>" if $drift !~ /[+-]?\d+\.?[0-9]+/; 41 while ($drift < 0) { 42 $drift += $cvt; 46 while ($drift > [all...] |
| H A D | calc_tickadj-opts.def | 7 prog-title = 'Calculates "optimal" value for tick given ntp drift file.'; 15 name = drift-file; 18 arg-default = '/etc/ntp/drift'; 19 descrip = 'Ntp drift file to use'; 20 doc = 'Use the specified drift file for calculations'; 35 The @code{calc_tickadj} script uses provided ntp drift file to generate optimal 36 tick value. Generally, ntpd can do better job if the drift value is the 42 81.699 (drift) 44 $ cat /etc/ntp/drift 49 we'll shift the box from its current drift of -23.159 to a drift of 81.699, and [all …]
|
| H A D | invoke-calc_tickadj.texi | 4 @cindex Calculates "optimal" value for tick given ntp drift file. 14 The @code{calc_tickadj} script uses provided ntp drift file to generate optimal 15 tick value. Generally, ntpd can do better job if the drift value is the 21 81.699 (drift) 23 $ cat /etc/ntp/drift 28 we'll shift the box from its current drift of -23.159 to a drift of 81.699, and 32 If 'tick' on that box is 10,000,000 then by setting it to 9999779 the drift 45 * calc_tickadj drift-file:: drift [all...] |
| H A D | calc_tickadj-opts | 32 'drift-file' => '/etc/ntp/drift', 38 'drift-file|d=s', 'tick|t=i', 42 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.8p15 45 -d, --drift-file=str Ntp drift file to use
|
| H A D | calc_tickadj.texi | 11 Project, that is used calculate optimal tick value based on given drift file. 15 * calc_tickadj: (calc_tickadj). Calculate optimal tick value from a drift file.
|
| /freebsd/contrib/libfido2/fuzz/ |
| H A D | clock.c | 27 long long drift; in tick() local 40 drift = usec * 1000LL + (long long)uniform_random(10000000); /* 10ms */ in tick() 41 if (LLONG_MAX - drift < (long long)fuzz_clock.tv_nsec) { in tick() 43 } else if (drift + (long long)fuzz_clock.tv_nsec < 1000000000) { in tick() 44 fuzz_clock.tv_nsec += (long)(drift); in tick() 46 fuzz_clock.tv_sec += (long)(drift / 1000000000); in tick() 47 fuzz_clock.tv_nsec += (long)(drift % 1000000000); in tick()
|
| /freebsd/contrib/ntp/scripts/deprecated/ |
| H A D | freq_adj.in | 60 $drift = $1; 67 print "NTP drift is <$drift>\n"; 70 $freq_adj = int ( $drift * ( 10 ** 6 / 2 ** 20) ); 93 where "drift_file" defaults to /etc/ntp.drift
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.c | 385 struct drift { struct 418 struct drift drift; argument 519 struct e3bstate *e3b, struct drift *drift); 523 static bool r_drift(struct drift *, mousestatus_t *); 1093 r_timestamp(&action0, &r->btstate, &r->e3b, &r->drift); in moused() 1121 if (r->drift.terminate) { in moused() 1124 r->drift.last_activity = r->drift.current_ts; in moused() 1126 if (r_drift (&r->drift, &action2)) in moused() 1824 r_init_drift(struct quirks *q, struct drift *d) in r_init_drift() 2061 r_init_drift(q, &r->drift); in r_init() [all …]
|
| H A D | moused.conf | 22 [Mouse drift termination]
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | solaris.xtra.4023118 | 14 This drift rate is so high, that the clock is close to being too broken 17 seconds; this particular 143 mHz Ultra will drift by nearly 9 ms in that
|
| H A D | bsdi | 44 the only thing I'll mention is that I put the drift file in 45 /var/log/ntp.drift, and the authdelay on my 486DX/50 system is
|
| /freebsd/contrib/ntp/conf/ |
| H A D | baldwin.conf | 10 driftfile /etc/ntp.drift # path for drift file
|
| H A D | malarky.conf | 13 driftfile /etc/ntp.drift # path for drift file
|
| H A D | beauregard.conf | 12 driftfile /etc/ntp.drift # path for drift file
|
| H A D | grundoon.conf | 34 driftfile /etc/ntp.drift # path for drift file
|
| H A D | pogo.conf | 41 driftfile /etc/ntp.drift # path for drift file
|
| H A D | rackety.conf | 51 driftfile /etc/ntp.drift # frequency offset
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.def | 180 is first started without a valid drift file 181 on a system with a large intrinsic drift 218 .Pa ntp.drift 265 .Pa ntp.drift 306 .Pa ntp.drift , 471 error is greater than this, the drift file 472 .Pa ntp.drift 476 Once this is done, the drift file is automatically 520 .Bl -tag -width /etc/ntp.drift -compact 523 .It Pa /etc/ntp.drift [all …]
|
| H A D | jupiter.h | 111 u_short drift[2]; member
|
| H A D | complete.conf.in | 2 driftfile "/etc/ntp.drift"
|
| /freebsd/contrib/ntp/scripts/monitoring/ |
| H A D | ntploopstat | 374 $drift = &lfptoa($drift_i, $drift_f); 376 &log($time,$offset,$drift,$compl) && ($fail = 0);;
|
| /freebsd/contrib/ntp/scripts/ |
| H A D | README | 7 calc_tickadj Calculates "optimal" value for tick given ntp.drift file
|
| /freebsd/contrib/ntp/ |
| H A D | results.y2kfixes | 55 driftfile drift.log
|
| H A D | TODO | 11 970318: in hourly_stats(?), squawk if the magnitude of the drift is,
|
| /freebsd/sys/tools/sound/ |
| H A D | feeder_rate_mkfilter.awk | 530 function init_drift(drift, xdrift) 532 xdrift = floor(drift);
|