Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ntptime.c161 long time_esterror = MAXPHASE / 1000; /* estimated error (us) */ variable
266 ntvp->esterror = time_esterror; in ntp_gettime1()
370 time_esterror = ntv->esterror; in kern_ntp_adjtime()
446 ntv->esterror = time_esterror; in kern_ntp_adjtime()
H A Dkern_tc.c1041 extern long time_esterror;
1092 bt.sec = time_esterror / 1000000; in sysclock_getsnapshot()
1093 bt.frac = ((time_esterror - bt.sec) * 1000000) * in sysclock_getsnapshot()
/freebsd/contrib/ntp/util/
H A Dkern.c53 long time_esterror = MAXPHASE; /* estimated error (us) */ variable