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