Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h76 #define TIMEVAL_OVERFLOW(tv) \ macro
232 (TIMEVAL_OVERFLOW(&(itv)->it_interval) || \
233 TIMEVAL_OVERFLOW(&(itv)->it_value))
/illumos-gate/usr/src/uts/common/syscall/
H A Dadjtime.c96 if (TIMEVAL_OVERFLOW(&oatv)) in adjtime()
H A Dntptime.c94 if (TIMEVAL_OVERFLOW(&ntv.time)) in ntp_gettime()
/illumos-gate/usr/src/uts/sun4/io/
H A Dtod.c351 if (TIMEVAL_OVERFLOW(&ts)) { in tod_ioctl()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c245 if (TIMEVAL_OVERFLOW(&tv64)) in ufs_fiosatime()
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c177 if (TIMEVAL_OVERFLOW(&atv)) in gettimeofday()