Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dtty.c464 !ISSET(tp->t_state, TS_TBLOCK)) { in ttyinput()
1742 if (ISSET(tp->t_state, TS_TBLOCK)) { in ttyflush()
1755 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1774 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1812 SET(tp->t_state, TS_TBLOCK); in ttyblock()
1815 CLR(tp->t_state, TS_TBLOCK); /* try again later */ in ttyblock()
1833 CLR(tp->t_state, TS_TBLOCK); in ttyunblock()
1836 SET(tp->t_state, TS_TBLOCK); /* try again later */ in ttyunblock()
2294 if (ISSET(tp->t_state, TS_TBLOCK) && in ttread()
/xnu-8796.121.2/bsd/sys/
H A Dtty.h199 #define TS_TBLOCK 0x00040 /* Further input blocked. */ macro