Home
last modified time | relevance | path

Searched refs:ttyhook_rint (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dttyhook.h79 ttyhook_rint(struct tty *tp, char c, int flags) in ttyhook_rint() function
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c866 return ttyhook_rint(tp, c, flags); in ttydisc_rint()