Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dterminal.h130 #define TF_HIWAT_OUT 0x00800 /* We've reached the output watermark. */ macro
131 #define TF_HIWAT (TF_HIWAT_IN | TF_HIWAT_OUT)
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c578 tp->t_flags |= TF_HIWAT_OUT; in ttydisc_write()
592 if ((tp->t_flags & TF_HIWAT_OUT) == 0) in ttydisc_write()
1377 if (tp->t_flags & TF_HIWAT_OUT) in ttydisc_wakeup_watermark()
1384 tp->t_flags &= ~TF_HIWAT_OUT; in ttydisc_wakeup_watermark()
A Dtty.c1071 tp->t_flags &= ~TF_HIWAT_OUT; in tty_flush()

Completed in 16 milliseconds