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

/freebsd-11-stable/sys/sys/
H A Dttydisc.h53 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS)
H A Dtty.h84 #define TF_BYPASS 0x04000 /* Optimized input path. */ macro
/freebsd-11-stable/sys/kern/
H A Dtty_ttydisc.c577 tp->t_flags |= TF_BYPASS;
579 tp->t_flags &= ~TF_BYPASS;
585 tp->t_flags |= TF_BYPASS;
587 tp->t_flags &= ~TF_BYPASS;
850 if (tp->t_flags & TF_BYPASS)
1088 MPASS(tp->t_flags & TF_BYPASS);
H A Dtty.c2242 { TF_BYPASS, 'l' },
/freebsd-11-stable/usr.sbin/pstat/
H A Dpstat.c324 { TF_BYPASS, 'l' },

Completed in 116 milliseconds