Searched refs:ttydisc_rint_bypass (Results 1 – 2 of 2) sorted by relevance
58 size_t ttydisc_rint_bypass(struct tty *tp, const void *buf, size_t len);
1103 return (ttydisc_rint_bypass(tp, buf, len)); in ttydisc_rint_simple()1114 ttydisc_rint_bypass(struct tty *tp, const void *buf, size_t len) in ttydisc_rint_bypass() function