Home
last modified time | relevance | path

Searched refs:MAXPHASE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/util/
H A Dkern.c26 #define MAXPHASE 512000 /* max phase error (us) */ macro
54 long time_maxerror = MAXPHASE; /* maximum error (us) */
55 long time_esterror = MAXPHASE; /* estimated error (us) */
80 timex.tv_usec = MAXPHASE; in main()
/netbsd-src/sys/kern/
H A Dkern_ntptime.c183 static long time_maxerror = MAXPHASE / 1000; /* maximum error (us) */
184 static long time_esterror = MAXPHASE / 1000; /* estimated error (us) */
370 offset = MIN(offset, MAXPHASE/1000); in ntp_adjtime1()
371 offset = MAX(offset, -MAXPHASE/1000); in ntp_adjtime1()
634 if (offset > MAXPHASE) in hardupdate()
635 time_monitor = MAXPHASE; in hardupdate()
636 else if (offset < -MAXPHASE) in hardupdate()
637 time_monitor = -MAXPHASE; in hardupdate()
/netbsd-src/sys/sys/
H A Dtimex.h114 #define MAXPHASE 500000000L /* max phase error (ns) */ macro
/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h159 #define MAXPHASE 512000L /* max phase error (us) */ macro
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_timex.h153 #define MAXPHASE 128000L /* max phase error (us) */ macro