Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtime_impl.h107 #define ITIMERSPEC_TO_ITIMERSPEC32(it32, it) { \ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c239 ITIMERSPEC_TO_ITIMERSPEC32(&src32, src); in timerfd_copyout()
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c829 ITIMERSPEC_TO_ITIMERSPEC32(&w32, &when) in timer_gettime()