/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_refclock.c | 566 return refclock_process_f(pp, pp->fudgetime1); in refclock_process() 576 * fudgetime1 can be added to the final offset to compensate for various 707 pp->fudgetime1 -= pp->offset * FUDGEFAC; in refclock_receive() 1284 pp->fudgetime1 = in->fudgetime1; in refclock_control() 1318 out->fudgetime1 = pp->fudgetime1; in refclock_control() 1319 if (0.0 != out->fudgetime1) in refclock_control() 1578 dcorr = modf((pp->fudgetime1 - dtemp), &trash); in refclock_pps() 1605 dcorr, pp->fudgetime1); in refclock_pps() [all...] |
H A D | refclock_neoclock4x.c | 309 pp->fudgetime1 = (NEOCLOCK4X_TIMECODELEN * 11) / 2400.0; in neoclock4x_start() 706 pp->fudgetime1 = in->fudgetime1; in neoclock4x_control() 708 msyslog(LOG_NOTICE, "NeoClock4X(%d): using fudgetime1 with %0.5fs from ntp.conf.", in neoclock4x_control() 709 unit, pp->fudgetime1); in neoclock4x_control()
|
H A D | refclock_pcf.c | 102 pp->fudgetime1 = 0.1725; in pcf_start()
|
H A D | refclock_zyfer.c | 306 refclock_process_offset(pp, tfrac, pp->lastrec, pp->fudgetime1); in zyfer_receive()
|
H A D | refclock_true.c | 435 dtemp = pp->fudgetime1; in true_receive() 436 pp->fudgetime1 = pp->fudgetime2; in true_receive()
|
H A D | refclock_shm.c | 637 refclock_process_offset(pp, tsref, tsrcv, pp->fudgetime1); in shm_timer()
|
H A D | refclock_tsyncpci.c | 647 pp->fudgetime1); in tsync_poll()
|
H A D | refclock_parse.c | 3082 parse->generic->fudgetime1 = parse->parse_type->cl_basedelay; in parse_start() 3366 parse->generic->fudgetime1, in parse_start() 3412 parse->generic->fudgetime1 = in->fudgetime1; in parse_ctl() 3415 parse->generic->fudgetime1); in parse_ctl() 4003 fudge = parse->generic->fudgetime1; /* standard RS232 Fudgefactor */ in parse_process()
|
H A D | refclock_gpsdjson.c | 809 DTOLFP(pp->fudgetime1, &up->pps_fudge2); in gpsd_control() 814 DTOLFP(pp->fudgetime1, &up->pps_fudge); in gpsd_control()
|
H A D | refclock_jupiter.c | 332 refclock_process_offset(pp, tstamp, up->rcv_pps, pp->fudgetime1); in jupiter_checkpps()
|
H A D | ntp_request.c | 2543 DTOLFP(clock_stat.fudgetime1, <mp); in get_clock_info() 2544 HTONL_FP(<mp, &ic->fudgetime1); in get_clock_info() 2604 LFPTOD(<mp, clock_stat.fudgetime1); in set_clock_fudge()
|
H A D | refclock_wwv.c | 1123 wwv_qrz(peer, sp, (int)(pp->fudgetime1 * WWV_SEC)); in wwv_rf() 2456 up->pdelay = pp->fudgetime1; in wwv_newchan()
|
H A D | refclock_nmea.c | 897 pp->fudgetime2, pp->fudgetime1); in nmea_procrec()
|
H A D | refclock_chu.c | 1402 pp->fudgetime1); in chu_second()
|
H A D | ntp_config.c | 3976 clock_stat.fudgetime1 = 0.0; in config_fudge() 3984 clock_stat.fudgetime1 = curr_opt->value.d; in config_fudge()
|
H A D | refclock_oncore.c | 4088 refclock_process_offset(pp, fp, pp->lastrec, pp->fudgetime1); in oncore_feed_clockproc()
|
H A D | ntp_control.c | 622 { CC_FUDGETIME1, RO, "fudgetime1" }, /* 7 */ 2951 pcs->fudgetime1 * 1e3); in ctl_putclock()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_refclock.h | 77 double fudgetime1; /* configure fudge time1 */ member 174 double fudgetime1; /* fudge time1 */ member
|
H A D | ntp_request.h | 845 l_fp fudgetime1; member
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 388 offsetof(fudgetime1) = 28
|
H A D | ntpdc_ops.c | 2717 NTOHL_FP(&cl->fudgetime1, &ts); in clockstat()
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 766 (int) offsetof(struct info_clock, fudgetime1));
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.texi | 824 @item @code{fudgetime1}
|
H A D | ntpq-opts.def | 1020 .It Cm fudgetime1
|
H A D | invoke-ntpq.texi | 900 @item @code{fudgetime1}
|