Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dttydisc.h55 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS) macro
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c914 if (ttydisc_can_bypass(tp) != 0 || in ucom_inwakeup()
1586 if (ttydisc_can_bypass(tp)) { in ucom_put_data()
/freebsd/sys/kern/
H A Dtty_ttydisc.c1259 if (ttydisc_can_bypass(tp)) in ttydisc_rint_simple()