Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty.c430 !ISSET(tp->t_state, TS_TBLOCK)) in ttyinput()
1450 if (ISSET(tp->t_state, TS_TBLOCK)) { in ttyflush()
1462 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1481 CLR(tp->t_state, TS_TBLOCK); in ttyflush()
1523 SET(tp->t_state, TS_TBLOCK); in ttyblock()
1526 CLR(tp->t_state, TS_TBLOCK); /* try again later */ in ttyblock()
1540 CLR(tp->t_state, TS_TBLOCK); in ttyunblock()
1543 SET(tp->t_state, TS_TBLOCK); /* try again later */ in ttyunblock()
1936 if (ISSET(tp->t_state, TS_TBLOCK) && in ttread()
/dragonfly/sys/sys/
H A Dtty.h154 #define TS_TBLOCK 0x00040 /* Further input blocked. */ macro
/dragonfly/usr.sbin/pstat/
H A Dpstat.c796 { TS_TBLOCK, 'K'},
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c1743 if (tp->t_state & TS_TBLOCK) { in ucom_start()
2027 && !(tp->t_state & TS_TBLOCK)) in ucom_put_data()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1719 !(tp->t_state & TS_TBLOCK)) { in sioinput()
2529 if (tp->t_state & TS_TBLOCK) { in comstart()