Home
last modified time | relevance | path

Searched refs:TS_TBLOCK (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dtty.c463 !ISSET(tp->t_state, TS_TBLOCK)) { in ttyinput()
1741 if (ISSET(tp->t_state, TS_TBLOCK)) { in ttyflush()
1754 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1773 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1811 SET(tp->t_state, TS_TBLOCK); in ttyblock()
1814 CLR(tp->t_state, TS_TBLOCK); /* try again later */ in ttyblock()
1832 CLR(tp->t_state, TS_TBLOCK); in ttyunblock()
1835 SET(tp->t_state, TS_TBLOCK); /* try again later */ in ttyunblock()
2293 if (ISSET(tp->t_state, TS_TBLOCK) && in ttread()
/xnu-8019.80.24/bsd/sys/
H A Dtty.h199 #define TS_TBLOCK 0x00040 /* Further input blocked. */ macro