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

/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c83 ntv.maxerror = time_maxerror;
165 time_maxerror = ntv.maxerror;
183 ntv.maxerror = time_maxerror;
/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.c132 * time_maxerror is initialized by a ntp_adjtime() call and increased by
145 int32_t time_maxerror = MAXPHASE; /* maximum error (us) */ variable
167 * and to increase the time_maxerror as the time since last update
656 time_maxerror += time_tolerance / SCALE_USEC;

Completed in 65 milliseconds