Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dtty.c524 !ISSET(tp->t_state, TS_TBLOCK)) { in ttyinput()
1852 if (ISSET(tp->t_state, TS_TBLOCK)) { in ttyflush()
1865 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1884 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1922 SET(tp->t_state, TS_TBLOCK); in ttyblock()
1925 CLR(tp->t_state, TS_TBLOCK); /* try again later */ in ttyblock()
1943 CLR(tp->t_state, TS_TBLOCK); in ttyunblock()
1946 SET(tp->t_state, TS_TBLOCK); /* try again later */ in ttyunblock()
2404 if (ISSET(tp->t_state, TS_TBLOCK) && in ttread()
/xnu-12377.41.6/bsd/sys/
H A Dtty.h200 #define TS_TBLOCK 0x00040 /* Further input blocked. */ macro