Searched refs:TF_HIWAT_IN (Results 1 – 3 of 3) sorted by relevance
129 #define TF_HIWAT_IN 0x00400 /* We've reached the input watermark. */ macro131 #define TF_HIWAT (TF_HIWAT_IN | TF_HIWAT_OUT)331 if (tp->t_flags & TF_HIWAT_IN) in ttydevsw_inwakeup()
1408 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()
1366 if (l == 0 && (tp->t_flags & TF_HIWAT_IN) == 0) in ttydisc_rint_poll()
Completed in 11 milliseconds