Searched refs:TS_REVOKE (Results 1 – 2 of 2) sorted by relevance
231 #define TS_REVOKE 0x2000000 /* Terminal getting revoked */ macro
1609 SET(tp->t_state, TS_REVOKE); in ttioctl_locked()1619 CLR(tp->t_state, TS_REVOKE); in ttioctl_locked()2125 if (isbackground(p, tp) || ISSET(tp->t_state, TS_REVOKE)) { in ttread()3233 if (tp->t_state & TS_REVOKE) { in ttysleep()