Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dadjtime.c48 struct timeval atv, oatv; in adjtime() local
90 oatv.tv_sec = old_delta / NANOSEC; in adjtime()
91 oatv.tv_usec = (old_delta % NANOSEC) / 1000; in adjtime()
93 if (copyout(&oatv, olddelta, sizeof (oatv))) in adjtime()
98 if (TIMEVAL_OVERFLOW(&oatv)) in adjtime()
101 TIMEVAL_TO_TIMEVAL32(&oatv32, &oatv); in adjtime()