Home
last modified time | relevance | path

Searched refs:sys_precision (Results 1 – 18 of 18) sorted by relevance

/trueos/contrib/ntp/ntpd/
HDrefclock_local.c108 extern s_char sys_precision;
160 peer->precision = sys_precision; in local_start()
HDntp_proto.c40 s_char sys_precision; /* local clock precision (log2 s) */ variable
1254 p_disp = LOGTOD(sys_precision) + in process_packet()
1257 p_del = max(p_del, LOGTOD(sys_precision)); in process_packet()
1579 peer->jitter = LOGTOD(sys_precision);
1685 LOGTOD(sys_precision)) {
1745 peer->jitter = max(SQRT(peer->jitter), LOGTOD(sys_precision));
2157 f = max(f, LOGTOD(sys_precision));
2242 sys_jitter = LOGTOD(sys_precision);
2443 xpkt.precision = sys_precision;
2917 xpkt.precision = sys_precision;
[all …]
HDntp_loopfilter.c194 clock_jitter = LOGTOD(sys_precision); in init_loopfilter()
411 clock_jitter = LOGTOD(sys_precision); in local_clock()
429 LOGTOD(sys_precision))); in local_clock()
HDntp_peer.c513 peer->precision = sys_precision; in peer_config()
808 peer->precision = sys_precision; in newpeer()
HDntp_refclock.c568 pp->jitter = max(SQRT(pp->jitter / m), LOGTOD(sys_precision)); in refclock_sample()
HDntp_io.c2946 if (sys_precision != 0) in fetch_timestamp()
2948 -sys_precision); in fetch_timestamp()
HDrefclock_msfees.c578 peer->precision = sys_precision; in msfees_start()
HDntp_control.c1254 ctl_putint(sys_var[CS_PRECISION].text, sys_precision); in ctl_putsys()
HDntp_request.c1096 is->precision = sys_precision; in sys_info()
HDrefclock_parse.c2896 peer->precision = sys_precision; in parse_start()
/trueos/contrib/ntp/libntp/
HDsystime.c95 if (sys_precision != 0) in get_systime()
97 -sys_precision); in get_systime()
/trueos/contrib/bsnmp/snmp_ntp/
HDsnmp_ntp.c94 static int32_t sys_precision; variable
817 sysb_precision = val_parse_int32(val, &sys_precision, in fetch_sysinfo()
1142 value->v.integer = sys_precision; in op_ntpSystem()
/trueos/contrib/ntp/include/
HDntpd.h385 extern s_char sys_precision; /* local clock precision */
/trueos/contrib/ntp/ntpdc/
HDntpdc.c70 s_char sys_precision; /* local clock precision (log2 s) */ variable
/trueos/contrib/ntp/ntpdate/
HDntpdate.c118 s_char sys_precision; /* local clock precision (log2 s) */ variable
/trueos/contrib/ntp/ntpq/
HDntpq.c60 s_char sys_precision; /* local clock precision (log2 s) */ variable
/trueos/contrib/ntp/
HDCommitLog15424 Let there be fuzz. Make sure sys_precision is visible and present.
15427 Let there be fuzz. Make sure sys_precision is visible and present.
15430 Let there be fuzz. Make sure sys_precision is visible and present.
15433 Let there be fuzz. Make sure sys_precision is visible and present.
15436 Let there be fuzz. Make sure sys_precision is visible and present.
15487 Only fuzz the time after we know sys_precision (gettimeofday only)
15490 Only fuzz the time after we know sys_precision (gettimeofday only)
HDCommitLog-4.1.01145 (clock_filter): Initialize jit to f(sys_precision)