Searched refs:drift (Results 1 – 25 of 41) sorted by relevance
12
| /freebsd-9-stable/contrib/ntp/scripts/calc_tickadj/ |
| D | calc_tickadj.in | 31 my $drift = 0.; 35 $drift = <$dfh>; 38 die "Invalid drift file value <$drift>" if $drift !~ /[+-]?\d+\.?[0-9]+/; 40 while ($drift < 0) { 41 $drift += $cvt; 45 while ($drift > $cvt) { 46 $drift -= $cvt; 50 printf "%.3f (drift)\n", $drift; 51 printf "%d usec; %d nsec\n", $tick, ($tick + ($drift/$cvt)) * 1000;
|
| 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 …]
|
| 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-file option (-d) 66 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.7p467 69 -d, --drift-file=str Ntp drift file to use [all …]
|
| 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.7p467 45 -d, --drift-file=str Ntp drift file to use
|
| 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-9-stable/contrib/ntp/scripts/deprecated/ |
| 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-9-stable/contrib/ntp/html/hints/ |
| 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
|
| 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-9-stable/contrib/ntp/ntpd/ |
| 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 …]
|
| D | jupiter.h | 111 u_short drift[2]; member
|
| D | complete.conf.in | 2 driftfile "/etc/ntp.drift" 1e-7
|
| D | ntpdbase-opts.def | 83 descrip = "frequency drift file name"; 86 @file{/etc/ntp.drift}
|
| /freebsd-9-stable/contrib/ntp/conf/ |
| D | baldwin.conf | 10 driftfile /etc/ntp.drift # path for drift file
|
| D | malarky.conf | 13 driftfile /etc/ntp.drift # path for drift file
|
| D | beauregard.conf | 12 driftfile /etc/ntp.drift # path for drift file
|
| D | grundoon.conf | 34 driftfile /etc/ntp.drift # path for drift file
|
| D | pogo.conf | 41 driftfile /etc/ntp.drift # path for drift file
|
| D | rackety.conf | 51 driftfile /etc/ntp.drift # frequency offset
|
| /freebsd-9-stable/contrib/ntp/scripts/monitoring/ |
| D | ntploopstat | 374 $drift = &lfptoa($drift_i, $drift_f); 376 &log($time,$offset,$drift,$compl) && ($fail = 0);;
|
| /freebsd-9-stable/etc/rc.d/ |
| D | ntpd | 54 ln -fs "${ntpd_chrootdir}/var/db/ntp.drift" /var/db/ntp.drift
|
| /freebsd-9-stable/contrib/ntp/scripts/ |
| D | README | 7 calc_tickadj Calculates "optimal" value for tick given ntp.drift file
|
| /freebsd-9-stable/contrib/ntp/ |
| D | results.y2kfixes | 55 driftfile drift.log
|
| D | TODO | 11 970318: in hourly_stats(?), squawk if the magnitude of the drift is,
|
| /freebsd-9-stable/sys/tools/sound/ |
| D | feeder_rate_mkfilter.awk | 529 function init_drift(drift, xdrift) 531 xdrift = floor(drift);
|
| /freebsd-9-stable/contrib/ipfilter/ |
| D | README | 26 drift on how it can be applied and used). I've also successfully
|
12