Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dttyhook.h88 ttyhook_rint_bypass(struct tty *tp, const void *buf, size_t len) in ttyhook_rint_bypass() function
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c1125 return ttyhook_rint_bypass(tp, buf, len); in ttydisc_rint_bypass()
H A Dtty.c2070 if (ttyhook_rint_bypass(tp, &c, 1) != 1) in ttyhook_defrint()