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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h194 #define TS_TBLOCK 0x00040 /* Further input blocked. */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c81 * o Send STOP if IXOFF is toggled off while TS_TBLOCK is set.
533 !ISSET(tp->t_state, TS_TBLOCK))
1696 if (ISSET(tp->t_state, TS_TBLOCK)) {
1708 CLR(tp->t_state, TS_TBLOCK);
1727 CLR(tp->t_state, TS_TBLOCK);
1765 SET(tp->t_state, TS_TBLOCK);
1768 CLR(tp->t_state, TS_TBLOCK); /* try again later */
1785 CLR(tp->t_state, TS_TBLOCK);
1788 SET(tp->t_state, TS_TBLOCK); /* try again later */
2225 if (ISSET(tp->t_state, TS_TBLOCK)
[all...]

Completed in 95 milliseconds