Searched refs:ttyhook_rint_bypass (Results 1 – 3 of 3) sorted by relevance
88 ttyhook_rint_bypass(struct tty *tp, const void *buf, size_t len) in ttyhook_rint_bypass() function
1125 return ttyhook_rint_bypass(tp, buf, len); in ttydisc_rint_bypass()
2070 if (ttyhook_rint_bypass(tp, &c, 1) != 1) in ttyhook_defrint()