Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dntptime.c83 ntv.maxerror = time_maxerror; in ntp_gettime()
165 time_maxerror = ntv.maxerror; in ntp_adjtime()
183 ntv.maxerror = time_maxerror; in ntp_adjtime()
/titanic_44/usr/src/uts/common/sys/
H A Dtimex.h252 extern int32_t time_maxerror; /* maximum error (us) */
/titanic_44/usr/src/uts/common/os/
H A Dclock.c145 int32_t time_maxerror = MAXPHASE; /* maximum error (us) */ variable
656 time_maxerror += time_tolerance / SCALE_USEC; in clock()