Home
last modified time | relevance | path

Searched refs:it_flags (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dtimer.c149 it->it_flags &= ~IT_PORT; in timer_delete_locked()
407 if (it->it_flags & IT_SIGNAL) { in timer_fire()
443 if (it->it_flags & IT_PORT) { in timer_fire()
447 } else if (it->it_flags & IT_SIGNAL) { in timer_fire()
631 it->it_flags |= IT_PORT; in timer_create()
666 it->it_flags |= IT_SIGNAL; in timer_create()
977 it->it_flags &= ~IT_PORT; in timer_close_port()
/titanic_41/usr/src/uts/common/sys/
H A Dtimer.h61 ushort_t it_flags; member