Searched refs:TS_ZOMBIE (Results 1 – 4 of 4) sorted by relevance
502 CLR(tp->t_state, TS_ZOMBIE); in ptcopen()556 tp->t_state |= TS_ZOMBIE; in ptcclose()739 if (ISSET(tp->t_state, TS_ZOMBIE)) {752 if (ISSET(tp->t_state, TS_ZOMBIE)) {
1230 CLR(tp->t_state, TS_ZOMBIE); in ttioctl_locked()1238 !ISSET(tp->t_state, TS_ZOMBIE)) { in ttioctl_locked()1549 if (tp->t_state & TS_ZOMBIE) { in ttyselect()1929 SET(tp->t_state, TS_ZOMBIE); in ttymodem()1943 if (!ISSET(tp->t_state, TS_ZOMBIE)) { in ttymodem()2057 if (ISSET(tp->t_state, TS_ZOMBIE)) { in ttread()2372 if (ISSET(tp->t_state, TS_ZOMBIE)) { in ttwrite()3322 if (tp->t_state & TS_ZOMBIE) { in filt_tty_common()
598 if (tp->t_state & TS_ZOMBIE) { in ptsd_kqops_common()883 if (!(tp->t_state & TS_CONNECTED) || (tp->t_state & TS_ZOMBIE)) { in ptmx_kqops_common()
220 #define TS_ZOMBIE 0x100000 /* Connection lost. */ macro