HomeSort by: relevance | last modified time | path
    Searched refs:TS_TBLOCK (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
tty.h 194 #define TS_TBLOCK 0x00080 /* Further input blocked. */
  /src/sys/kern/
tty.c 1803 CLR(tp->t_state, TS_TBLOCK);
1810 !ISSET(tp->t_state, TS_TBLOCK) &&
1815 SET(tp->t_state, TS_TBLOCK);
1821 SET(tp->t_state, TS_TBLOCK);
2166 if (ISSET(tp->t_state, TS_TBLOCK) && tp->t_rawq.c_cc < TTYHOG / 5) {
2170 CLR(tp->t_state, TS_TBLOCK);
2176 CLR(tp->t_state, TS_TBLOCK);
  /src/sys/arch/amiga/dev/
ser.c 547 while (sbcnt > 0 && (tp->t_state & TS_TBLOCK) == 0) {
569 if (sbcnt == 0 && (tp->t_state & TS_TBLOCK) == 0)
mfc.c 1059 while (sc->incnt && (tp->t_state & TS_TBLOCK) == 0) {
1080 if (sc->incnt == 0 && (tp->t_state & TS_TBLOCK) == 0) {
msc.c 696 if (tp->t_state & TS_TBLOCK) {
  /src/sys/arch/sgimips/dev/
scn.c 1279 * if this function returns non-zero, the TS_TBLOCK flag will
1514 if (tp == NULL || tp->t_state & TS_TBLOCK) {
1542 if (tp->t_state & TS_TBLOCK) {
  /src/usr.sbin/pstat/
pstat.c 824 { TS_TBLOCK, 'K'},
  /src/sys/arch/atari/dev/
ser.c 1114 if (sc->sc_rx_blocked && !ISSET(tp->t_state, TS_TBLOCK)) {

Completed in 18 milliseconds