Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dttyhook.h115 ttyhook_getc_inject(struct tty *tp, void *buf, size_t len) in ttyhook_getc_inject() function
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c1204 return ttyhook_getc_inject(tp, buf, len); in ttydisc_getc()