Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDttydisc.h53 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS) macro
/NextBSD/sys/dev/usb/serial/
HDusb_serial.c799 if (ttydisc_can_bypass(tp) != 0 || in ucom_inwakeup()
1445 if (ttydisc_can_bypass(tp)) { in ucom_put_data()
/NextBSD/sys/kern/
HDtty_ttydisc.c1073 if (ttydisc_can_bypass(tp)) in ttydisc_rint_simple()
/NextBSD/sys/dev/si/
HDsi.c1317 if (0 && ttydisc_can_bypass(tp)) { in si_intr()