Searched refs:TS_ZOMBIE (Results 1 – 4 of 4) sorted by relevance
510 CLR(tp->t_state, TS_ZOMBIE); in ptcopen()586 tp->t_state |= TS_ZOMBIE; in ptcclose()769 if (ISSET(tp->t_state, TS_ZOMBIE)) {782 if (ISSET(tp->t_state, TS_ZOMBIE)) {
1334 CLR(tp->t_state, TS_ZOMBIE); in ttioctl_locked()1342 !ISSET(tp->t_state, TS_ZOMBIE)) { in ttioctl_locked()1653 if (tp->t_state & TS_ZOMBIE) { in ttyselect()2033 SET(tp->t_state, TS_ZOMBIE); in ttymodem()2047 if (!ISSET(tp->t_state, TS_ZOMBIE)) { in ttymodem()2161 if (ISSET(tp->t_state, TS_ZOMBIE)) { in ttread()2476 if (ISSET(tp->t_state, TS_ZOMBIE)) { in ttwrite()3440 if (tp->t_state & TS_ZOMBIE) { in filt_tty_common()
601 if (tp->t_state & TS_ZOMBIE) { in ptsd_kqops_common()886 if (!(tp->t_state & TS_CONNECTED) || (tp->t_state & TS_ZOMBIE)) { in ptmx_kqops_common()
221 #define TS_ZOMBIE 0x100000 /* Connection lost. */ macro