Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dtty.c524 !ISSET(tp->t_state, TS_TBLOCK)) { in ttyinput()
1846 if (ISSET(tp->t_state, TS_TBLOCK)) { in ttyflush()
1859 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1878 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1916 SET(tp->t_state, TS_TBLOCK); in ttyblock()
1919 CLR(tp->t_state, TS_TBLOCK); /* try again later */ in ttyblock()
1937 CLR(tp->t_state, TS_TBLOCK); in ttyunblock()
1940 SET(tp->t_state, TS_TBLOCK); /* try again later */ in ttyunblock()
2398 if (ISSET(tp->t_state, TS_TBLOCK) && in ttread()
/xnu-10002.81.5/bsd/sys/
H A Dtty.h200 #define TS_TBLOCK 0x00040 /* Further input blocked. */ macro