Searched refs:TS_TBLOCK (Results 1 – 2 of 2) sorted by relevance
193 #define TS_TBLOCK 0x00080 /* Further input blocked. */ macro
1677 CLR(tp->t_state, TS_TBLOCK); in ttyblock()1684 !ISSET(tp->t_state, TS_TBLOCK) && in ttyblock()1689 SET(tp->t_state, TS_TBLOCK); in ttyblock()1695 SET(tp->t_state, TS_TBLOCK); in ttyblock()2040 if (ISSET(tp->t_state, TS_TBLOCK) && tp->t_rawq.c_cc < TTYHOG / 5) { in ttread()2044 CLR(tp->t_state, TS_TBLOCK); in ttread()2050 CLR(tp->t_state, TS_TBLOCK); in ttread()