Searched refs:TS_ZOMBIE (Results 1 – 4 of 4) sorted by relevance
501 CLR(tp->t_state, TS_ZOMBIE); in ptcopen()544 tp->t_state |= TS_ZOMBIE; in ptcclose()731 if (ISSET(tp->t_state, TS_ZOMBIE)) {744 if (ISSET(tp->t_state, TS_ZOMBIE)) {
1229 CLR(tp->t_state, TS_ZOMBIE); in ttioctl_locked()1237 !ISSET(tp->t_state, TS_ZOMBIE)) { in ttioctl_locked()1548 if (tp->t_state & TS_ZOMBIE) { in ttyselect()1928 SET(tp->t_state, TS_ZOMBIE); in ttymodem()1942 if (!ISSET(tp->t_state, TS_ZOMBIE)) { in ttymodem()2056 if (ISSET(tp->t_state, TS_ZOMBIE)) { in ttread()2371 if (ISSET(tp->t_state, TS_ZOMBIE)) { in ttwrite()3324 if (tp->t_state & TS_ZOMBIE) { in filt_tty_common()
594 if (tp->t_state & TS_ZOMBIE) { in ptsd_kqops_common()875 if (!(tp->t_state & TS_CONNECTED) || (tp->t_state & TS_ZOMBIE)) { in ptmx_kqops_common()
220 #define TS_ZOMBIE 0x100000 /* Connection lost. */ macro