Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsysmouse.c321 ttydisc_rint(sysmouse_tty, buf[i], 0); in sysmouse_event()
330 ttydisc_rint(sysmouse_tty, buf[i], 0); in sysmouse_event()
H A Dsyscons.c855 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 Dttydisc.h56 int ttydisc_rint(struct tty *tp, char c, int flags);
/freebsd/sys/powerpc/mambo/
H A Dmambo_console.c119 ttydisc_rint(tp, c, 0); in mambo_timeout()
/freebsd/sys/dev/uart/
H A Duart_tty.c345 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 Driscv_console.c162 ttydisc_rint(tp, c, 0); in riscv_timeout()
/freebsd/sys/dev/ofw/
H A Dofw_console.c155 ttydisc_rint(tp, c, 0); in ofw_timeout()
/freebsd/sys/dev/cfe/
H A Dcfe_console.c144 ttydisc_rint(tp, c, 0); in cfe_timeout()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c929 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 Dsubr_terminal.c324 ttydisc_rint(tp, c, 0); in terminal_input_char()
364 ttydisc_rint(tp, c, 0); in terminal_input_raw()
H A Dtty_ttydisc.c1016 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 Dtty.c2134 ttydisc_rint(tp, *(char *)data, 0); in tty_generic_ioctl()
/freebsd/sys/dev/dcons/
H A Ddcons_os.c238 ttydisc_rint(tp, c, 0); in dcons_timeout()
/freebsd/sys/dev/nmdm/
H A Dnmdm.c290 ttydisc_rint(otp, c, 0); in nmdm_task_tty()
/freebsd/sys/powerpc/pseries/
H A Dphyp_console.c452 ttydisc_rint(tp, c, 0); in uart_phyp_intr()
/freebsd/sys/powerpc/powernv/
H A Dopal_console.c533 ttydisc_rint(tp, c, 0); in uart_opal_intr()
/freebsd/sys/dev/xen/console/
H A Dxen_console.c564 ttydisc_rint(tp, ret, 0); in xencons_intr()
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c1322 ttydisc_rint(tp, buf[i], 0); in vtcon_port_in()