Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c85 ntv.maxerror = time_maxerror; in ntp_gettime()
172 time_maxerror = ntv.maxerror; in ntp_adjtime()
203 ntv.maxerror = time_maxerror; in ntp_adjtime()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h252 extern int32_t time_maxerror; /* maximum error (us) */
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c147 int32_t time_maxerror = MAXPHASE; /* maximum error (us) */ variable
660 time_maxerror += time_tolerance / SCALE_USEC; in clock()