Searched refs:TS_ZOMBIE (Results 1 – 4 of 4) sorted by relevance
515 CLR(tp->t_state, TS_ZOMBIE); in ptcopen()591 tp->t_state |= TS_ZOMBIE; in ptcclose()774 if (ISSET(tp->t_state, TS_ZOMBIE)) {787 if (ISSET(tp->t_state, TS_ZOMBIE)) {
1340 CLR(tp->t_state, TS_ZOMBIE); in ttioctl_locked()1348 !ISSET(tp->t_state, TS_ZOMBIE)) { in ttioctl_locked()1659 if (tp->t_state & TS_ZOMBIE) { in ttyselect()2039 SET(tp->t_state, TS_ZOMBIE); in ttymodem()2053 if (!ISSET(tp->t_state, TS_ZOMBIE)) { in ttymodem()2167 if (ISSET(tp->t_state, TS_ZOMBIE)) { in ttread()2482 if (ISSET(tp->t_state, TS_ZOMBIE)) { in ttwrite()3446 if (tp->t_state & TS_ZOMBIE) { in filt_tty_common()
605 if (tp->t_state & TS_ZOMBIE) { in ptsd_kqops_common()890 if (!(tp->t_state & TS_CONNECTED) || (tp->t_state & TS_ZOMBIE)) { in ptmx_kqops_common()
221 #define TS_ZOMBIE 0x100000 /* Connection lost. */ macro