Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDttyhook.h113 ttyhook_getc_inject(struct tty *tp, void *buf, size_t len) in ttyhook_getc_inject() function
/freebsd-13-stable/sys/kern/
HDtty_ttydisc.c1362 return ttyhook_getc_inject(tp, buf, len); in ttydisc_getc()