Home
last modified time | relevance | path

Searched refs:ttydisc_rint (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dttydisc.h56 int ttydisc_rint(struct tty *tp, char c, int flags);
/f-stack/freebsd/kern/
H A Dsubr_terminal.c329 ttydisc_rint(tp, c, 0); in terminal_input_char()
369 ttydisc_rint(tp, c, 0); in terminal_input_raw()
H A Dtty_ttydisc.c855 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 Dtty.c1972 ttydisc_rint(tp, *(char *)data, 0); in tty_generic_ioctl()