Home
last modified time | relevance | path

Searched refs:TF_BYPASS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dtty_ttydisc.c675 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()
677 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()
683 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()
685 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()
1025 if (tp->t_flags & TF_BYPASS) in ttydisc_rint()
1277 MPASS(tp->t_flags & TF_BYPASS); in ttydisc_rint_bypass()
H A Dtty.c2315 { TF_BYPASS, 'l' },
/freebsd/sys/sys/
H A Dttydisc.h55 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS)
H A Dtty.h84 #define TF_BYPASS 0x04000 /* Optimized input path. */ macro
/freebsd/usr.sbin/pstat/
H A Dpstat.c314 { TF_BYPASS, 'l' },