Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dttyhook.h113 ttyhook_getc_inject(struct tty *tp, void *buf, size_t len) in ttyhook_getc_inject() function
/freebsd/sys/kern/
H A Dtty_ttydisc.c1361 return ttyhook_getc_inject(tp, buf, len); in ttydisc_getc()