Searched refs:TF_BYPASS (Results 1 – 4 of 4) sorted by relevance
592 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()594 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()600 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()602 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()868 if (tp->t_flags & TF_BYPASS) in ttydisc_rint()1120 MPASS(tp->t_flags & TF_BYPASS); in ttydisc_rint_bypass()
2282 { TF_BYPASS, 'l' },
55 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS)
86 #define TF_BYPASS 0x04000 /* Optimized input path. */ macro