Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dtimers.c243 case ITIMER_REALPROF: in xgetitimer()
354 if (which == ITIMER_REALPROF) { in xsetitimer()
406 case ITIMER_REALPROF: in xsetitimer()
/titanic_41/usr/src/uts/common/sys/
H A Dtime.h198 #define ITIMER_REALPROF 3 /* Decrements in real time for real- */ macro
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1085 #ifdef ITIMER_REALPROF in prt_itm()
1086 case ITIMER_REALPROF: s = "ITIMER_REALPROF"; break; in prt_itm()