Searched refs:TIMER_RELTIME (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c63 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) {
/illumos-gate/usr/src/uts/common/sys/
H A Dtime_impl.h133 #define TIMER_RELTIME 0x0 /* set timer relative */ macro
/illumos-gate/usr/src/boot/include/
H A Dtime.h120 #define TIMER_RELTIME 0x0 /* relative timer */ macro
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c549 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1)
579 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1)
/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c373 TIMER_ABSTIME : TIMER_RELTIME, &when);
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h356 #define TIMER_RELTIME 0x0 /* relative timer */ macro
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c319 if (timer_settime(g_tid, TIMER_RELTIME, &ts, NULL) == -1)
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c828 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1786 if (timer_settime(timer, TIMER_RELTIME, &it, NULL) != 0) {

Completed in 136 milliseconds