Home
last modified time | relevance | path

Searched refs:time_esterror (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dkern_ntptime.c157 long time_esterror = MAXPHASE / 1000; /* estimated error (us) */ variable
263 ntvp->esterror = time_esterror; in ntp_gettime1()
367 time_esterror = ntv->esterror; in kern_ntp_adjtime()
443 ntv->esterror = time_esterror; in kern_ntp_adjtime()
H A Dkern_tc.c1035 extern long time_esterror;
1085 bt.sec = time_esterror / 1000000; in sysclock_getsnapshot()
1086 bt.frac = ((time_esterror - bt.sec) * 1000000) * in sysclock_getsnapshot()
/freebsd-13.1/contrib/ntp/util/
H A Dkern.c53 long time_esterror = MAXPHASE; /* estimated error (us) */ variable