Searched refs:TF_HIWAT_IN (Results 1 – 4 of 4) sorted by relevance
81 #define TF_HIWAT_IN 0x00400 /* We've reached the input watermark. */ macro83 #define TF_HIWAT (TF_HIWAT_IN|TF_HIWAT_OUT)
127 if (tp->t_flags & TF_HIWAT_IN) in ttydevsw_inwakeup()
2023 if ((tp->t_flags & TF_HIWAT_IN) == 0 && in tty_hiwat_in_block()2032 tp->t_flags |= TF_HIWAT_IN; in tty_hiwat_in_block()2035 tp->t_flags |= TF_HIWAT_IN; in tty_hiwat_in_block()2043 if (tp->t_flags & TF_HIWAT_IN && in tty_hiwat_in_unblock()2052 tp->t_flags &= ~TF_HIWAT_IN; in tty_hiwat_in_unblock()2055 tp->t_flags &= ~TF_HIWAT_IN; in tty_hiwat_in_unblock()2277 { TF_HIWAT_IN, 'i' },
1167 if (l == 0 && (tp->t_flags & TF_HIWAT_IN) == 0) in ttydisc_rint_poll()