Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dtty.c524 !ISSET(tp->t_state, TS_TBLOCK)) { in ttyinput()
1848 if (ISSET(tp->t_state, TS_TBLOCK)) { in ttyflush()
1861 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1880 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1918 SET(tp->t_state, TS_TBLOCK); in ttyblock()
1921 CLR(tp->t_state, TS_TBLOCK); /* try again later */ in ttyblock()
1939 CLR(tp->t_state, TS_TBLOCK); in ttyunblock()
1942 SET(tp->t_state, TS_TBLOCK); /* try again later */ in ttyunblock()
2400 if (ISSET(tp->t_state, TS_TBLOCK) && in ttread()
/xnu-10063.141.1/bsd/sys/
H A Dtty.h200 #define TS_TBLOCK 0x00040 /* Further input blocked. */ macro