| /freebsd/sys/dev/syscons/ |
| H A D | sysmouse.c | 321 ttydisc_rint(sysmouse_tty, buf[i], 0); in sysmouse_event() 330 ttydisc_rint(sysmouse_tty, buf[i], 0); in sysmouse_event()
|
| H A D | syscons.c | 855 ttydisc_rint(cur_tty, KEYCHAR(c), 0); in sckbdevent() 868 ttydisc_rint(cur_tty, 0x1b, 0); in sckbdevent() 869 ttydisc_rint(cur_tty, KEYCHAR(c), 0); in sckbdevent() 4244 ttydisc_rint(tp, rmap[*p++], 0); in sc_paste()
|
| /freebsd/sys/sys/ |
| H A D | ttydisc.h | 56 int ttydisc_rint(struct tty *tp, char c, int flags);
|
| /freebsd/sys/powerpc/mambo/ |
| H A D | mambo_console.c | 119 ttydisc_rint(tp, c, 0); in mambo_timeout()
|
| /freebsd/sys/dev/uart/ |
| H A D | uart_tty.c | 345 if (ttydisc_rint(tp, c, err) != 0) { in uart_tty_intr() 356 ttydisc_rint(tp, 0, TRE_BREAK); in uart_tty_intr()
|
| /freebsd/sys/riscv/riscv/ |
| H A D | riscv_console.c | 162 ttydisc_rint(tp, c, 0); in riscv_timeout()
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_console.c | 155 ttydisc_rint(tp, c, 0); in ofw_timeout()
|
| /freebsd/sys/dev/cfe/ |
| H A D | cfe_console.c | 144 ttydisc_rint(tp, c, 0); in cfe_timeout()
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | usb_serial.c | 929 if (ttydisc_rint(tp, c, 0) == -1) in ucom_inwakeup() 1264 ttydisc_rint(tp, 0, TRE_BREAK); in ucom_cfg_status_change() 1271 ttydisc_rint(tp, 0, TRE_FRAMING); in ucom_cfg_status_change() 1278 ttydisc_rint(tp, 0, TRE_PARITY); in ucom_cfg_status_change() 1599 ttydisc_rint(tp, buf[cnt], 0) == -1) { in ucom_put_data()
|
| /freebsd/sys/kern/ |
| H A D | subr_terminal.c | 324 ttydisc_rint(tp, c, 0); in terminal_input_char() 364 ttydisc_rint(tp, c, 0); in terminal_input_raw()
|
| H A D | tty_ttydisc.c | 1016 ttydisc_rint(struct tty *tp, char c, int flags) in ttydisc_rint() function 1267 if (ttydisc_rint(tp, *cbuf, 0) != 0) in ttydisc_rint_simple()
|
| H A D | tty.c | 2134 ttydisc_rint(tp, *(char *)data, 0); in tty_generic_ioctl()
|
| /freebsd/sys/dev/dcons/ |
| H A D | dcons_os.c | 238 ttydisc_rint(tp, c, 0); in dcons_timeout()
|
| /freebsd/sys/dev/nmdm/ |
| H A D | nmdm.c | 290 ttydisc_rint(otp, c, 0); in nmdm_task_tty()
|
| /freebsd/sys/powerpc/pseries/ |
| H A D | phyp_console.c | 452 ttydisc_rint(tp, c, 0); in uart_phyp_intr()
|
| /freebsd/sys/powerpc/powernv/ |
| H A D | opal_console.c | 533 ttydisc_rint(tp, c, 0); in uart_opal_intr()
|
| /freebsd/sys/dev/xen/console/ |
| H A D | xen_console.c | 564 ttydisc_rint(tp, ret, 0); in xencons_intr()
|
| /freebsd/sys/dev/virtio/console/ |
| H A D | virtio_console.c | 1322 ttydisc_rint(tp, buf[i], 0); in vtcon_port_in()
|