Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h102 #define MAXTC 6 /* maximum time constant (shift) */ macro
124 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_timex.h96 #define MAXTC 6 /* maximum time constant (shift) */ macro
118 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
/netbsd-src/sys/sys/
H A Dtimex.h120 #define MAXTC 10 /* max time constant */ macro
/netbsd-src/sys/kern/
H A Dkern_ntptime.c320 else if (ntv->constant > MAXTC) in ntp_adjtime1()
321 time_constant = MAXTC; in ntp_adjtime1()
/netbsd-src/external/bsd/ntp/dist/util/
H A Dntptime.c212 MAXTC); in main()
/netbsd-src/external/bsd/ntp/dist/
H A DCommitLog-4.1.06029 MAXTC, and log error returns from ntp_adjtime.