Searched refs:ttydisc_rint_bypass (Results 1 – 3 of 3) sorted by relevance
58 size_t ttydisc_rint_bypass(struct tty *tp, const void *buf, size_t len);
1260 return (ttydisc_rint_bypass(tp, buf, len)); in ttydisc_rint_simple()1271 ttydisc_rint_bypass(struct tty *tp, const void *buf, size_t len) in ttydisc_rint_bypass() function
1590 if (ttydisc_rint_bypass(tp, buf, cnt) != cnt) { in ucom_put_data()