Searched refs:ttydisc_rint (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ttydisc.h | 56 int ttydisc_rint(struct tty *tp, char c, int flags);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_terminal.c | 329 ttydisc_rint(tp, c, 0); in terminal_input_char() 369 ttydisc_rint(tp, c, 0); in terminal_input_raw()
|
| H A D | tty_ttydisc.c | 855 ttydisc_rint(struct tty *tp, char c, int flags) in ttydisc_rint() function 1106 if (ttydisc_rint(tp, *cbuf, 0) != 0) in ttydisc_rint_simple()
|
| H A D | tty.c | 1972 ttydisc_rint(tp, *(char *)data, 0); in tty_generic_ioctl()
|