Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/util/
H A Dkern.c24 #define MAXPHASE 512000 /* max phase error (us) */ macro
52 long time_maxerror = MAXPHASE; /* maximum error (us) */
53 long time_esterror = MAXPHASE; /* estimated error (us) */
78 timex.tv_usec = MAXPHASE; in main()
/freebsd/sys/kern/
H A Dkern_ntptime.c160 static long time_maxerror = MAXPHASE / 1000; /* maximum error (us) */
161 long time_esterror = MAXPHASE / 1000; /* estimated error (us) */
677 if (offset > MAXPHASE) in hardupdate()
678 time_monitor = MAXPHASE; in hardupdate()
679 else if (offset < -MAXPHASE) in hardupdate()
680 time_monitor = -MAXPHASE; in hardupdate()
/freebsd/sys/sys/
H A Dtimex.h52 #define MAXPHASE 500000000L /* max phase error (ns) */ macro
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h157 #define MAXPHASE 512000L /* max phase error (us) */ macro