Searched refs:drift (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in3 # drift of 104.8576 -> +1 tick. Base of 10000 ticks.
16 my $drift_file = $opts->{'drift-file'};
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 >
[all...]
/freebsd-12-stable/contrib/ntp/conf/
H A Dbaldwin.conf10 driftfile /etc/ntp.drift # path for drift file
H A Dbeauregard.conf12 driftfile /etc/ntp.drift # path for drift file
H A Dmalarky.conf13 driftfile /etc/ntp.drift # path for drift file
H A Dgrundoon.conf34 driftfile /etc/ntp.drift # path for drift file
H A Dpogo.conf41 driftfile /etc/ntp.drift # path for drift file
H A Drackety.conf51 driftfile /etc/ntp.drift # frequency offset
/freebsd-12-stable/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in13 $driftfile = "/etc/ntp.drift";
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-12-stable/contrib/ntp/scripts/monitoring/
H A Dntploopstat374 $drift = &lfptoa($drift_i, $drift_f);
376 &log($time,$offset,$drift,$compl) && ($fail = 0);;
417 ;# MJD seconds offset drift compliance
/freebsd-12-stable/contrib/ntp/ntpd/
H A Djupiter.h111 u_short drift[2]; member in struct:jgpos
H A Drefclock_ripencc.c355 unsigned char *dim_mode, short *utc_offset, double *bias, double *drift,
2857 double *drift,
2879 *drift = bGetDouble(&buf[26]);
4488 drift, local
4507 &drift,
4533 pbuf += sprintf(pbuf, "\nFreq bias : %6.2f m/s", drift);
2847 rpt_0x8F0B( TSIPPKT *rpt, unsigned short *event, double *tow, unsigned char *date, unsigned char *month, short *year, unsigned char *dim_mode, short *utc_offset, double *bias, double *drift, float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt, char sv_id[8] ) argument
/freebsd-12-stable/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk340 printf(" * drift = %d\n", num);
531 function init_drift(drift, xdrift)
533 xdrift = floor(drift);

Completed in 256 milliseconds