Home
last modified time | relevance | path

Searched refs:MAXTC (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h100 #define MAXTC 6 /* maximum time constant (shift) */ macro
122 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
/freebsd/contrib/ntp/ntpd/
H A Drefclock_irig.c163 #define MAXTC 10 /* max PLL time constant max */ macro
769 if (up->tc > MAXTC) in irig_baud()
770 up->tc = MAXTC; in irig_baud()
938 if (up->errflg == 0 && up->tc == MAXTC) { in irig_decode()
/freebsd/sys/sys/
H A Dtimex.h58 #define MAXTC 10 /* max time constant */ macro
/freebsd/sys/kern/
H A Dkern_ntptime.c385 else if (ntv->constant > MAXTC) in kern_ntp_adjtime()
386 time_constant = MAXTC; in kern_ntp_adjtime()
/freebsd/contrib/ntp/util/
H A Dntptime.c210 MAXTC); in main()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.06029 MAXTC, and log error returns from ntp_adjtime.