Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h127 extern int itimerspecfix(timespec_t *);
/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c218 if (itimerspecfix(&dest->it_value) || in timerfd_copyin()
219 (itimerspecfix(&dest->it_interval) && in timerfd_copyin()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigtimedwait.c125 if (itimerspecfix(&sig_timeout)) in sigtimedwait()
H A Dlwp_timer.c117 if (itimerspecfix(&lwptp->lwpt_rqtime)) { in lwp_timer_copyin()
H A Dlwpsys.c483 if (itimerspecfix(&rqtime)) { in lwp_park()
H A Dsem.c773 if (itimerspecfix(ts)) in compute_timeout()
H A Dpoll.c688 if (itimerspecfix(&ts)) in pollsys()
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c317 if (itimerspecfix(&t)) in clock_settime()
864 if (itimerspecfix(&when.it_value) || in timer_settime()
865 (itimerspecfix(&when.it_interval) && in timer_settime()
H A Dtimers.c758 itimerspecfix(timespec_t *tv) in itimerspecfix() function