Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtime_impl.h102 #define ITIMERSPEC32_TO_ITIMERSPEC(it, it32) { \ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c215 ITIMERSPEC32_TO_ITIMERSPEC(dest, &dest32); in timerfd_copyin()
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c861 ITIMERSPEC32_TO_ITIMERSPEC(&when, &w32); in timer_settime()