Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsession.c261 sp->s_sighuped = B_FALSE; in sess_ctty_clear()
496 if (sp->s_sighuped) in freectty_signal()
499 sp->s_sighuped = B_TRUE; in freectty_signal()
707 curproc->p_sessp->s_sighuped = B_FALSE; in ctty_clear_sighuped()
/titanic_41/usr/src/uts/common/sys/
H A Dsession.h90 boolean_t s_sighuped; /* ctty had sighup sent to it */ member