Home
last modified time | relevance | path

Searched refs:TF_HIWAT_IN (Results 1 – 3 of 3) sorted by relevance

/components/lwp/terminal/
A Dterminal.h129 #define TF_HIWAT_IN 0x00400 /* We've reached the input watermark. */ macro
131 #define TF_HIWAT (TF_HIWAT_IN | TF_HIWAT_OUT)
331 if (tp->t_flags & TF_HIWAT_IN) in ttydevsw_inwakeup()
/components/lwp/terminal/freebsd/
A Dtty.c1408 if ((tp->t_flags & TF_HIWAT_IN) == 0 && tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_block()
1417 tp->t_flags |= TF_HIWAT_IN; in tty_hiwat_in_block()
1422 tp->t_flags |= TF_HIWAT_IN; in tty_hiwat_in_block()
1428 if (tp->t_flags & TF_HIWAT_IN && tp->t_termios.c_iflag & IXOFF && in tty_hiwat_in_unblock()
1437 tp->t_flags &= ~TF_HIWAT_IN; in tty_hiwat_in_unblock()
1442 tp->t_flags &= ~TF_HIWAT_IN; in tty_hiwat_in_unblock()
A Dtty_ttydisc.c1366 if (l == 0 && (tp->t_flags & TF_HIWAT_IN) == 0) in ttydisc_rint_poll()

Completed in 11 milliseconds