| /openbsd/src/sys/kern/ |
| D | tty_nmea.c | 208 linesw[TTYDISC].l_rint('[', tp); in nmeainput() 209 linesw[TTYDISC].l_rint('0' + np->gapno++, tp); in nmeainput() 210 linesw[TTYDISC].l_rint(']', tp); in nmeainput() 251 return (linesw[TTYDISC].l_rint(c, tp)); in nmeainput() 368 linesw[TTYDISC].l_rint('[', tp); in nmea_gprmc() 369 linesw[TTYDISC].l_rint('C', tp); in nmea_gprmc() 370 linesw[TTYDISC].l_rint(']', tp); in nmea_gprmc() 472 linesw[TTYDISC].l_rint('[', tp); in nmea_decode_gga() 473 linesw[TTYDISC].l_rint('C', tp); in nmea_decode_gga() 474 linesw[TTYDISC].l_rint(']', tp); in nmea_decode_gga()
|
| D | tty_msts.c | 203 return linesw[TTYDISC].l_rint(c, tp); in mstsinput()
|
| D | tty_endrun.c | 244 return linesw[TTYDISC].l_rint(c, tp); in endruninput()
|
| D | tty_pty.c | 566 if ((*linesw[tp->t_line].l_rint)(*cp++, tp) == 1 && in ptcwrite()
|
| /openbsd/src/sys/dev/fdt/ |
| D | amluart.c | 288 (*linesw[tp->t_line].l_rint)(27, tp); in amluart_softintr() 291 (*linesw[tp->t_line].l_rint)(i, tp); in amluart_softintr()
|
| D | cduart.c | 351 (*linesw[tp->t_line].l_rint)(*ibufp++, tp); in cduart_softintr()
|
| D | mvuart.c | 379 (*linesw[tp->t_line].l_rint)(c, tp); in mvuart_softint()
|
| D | imxuart.c | 473 (*linesw[tp->t_line].l_rint)(c, tp); in imxuart_softint()
|
| D | exuart.c | 655 (*linesw[tp->t_line].l_rint)(c, tp); in exuart_softint()
|
| /openbsd/src/sys/arch/riscv64/dev/ |
| D | sfuart.c | 274 (*linesw[tp->t_line].l_rint)(27, tp); in sfuart_softintr() 277 (*linesw[tp->t_line].l_rint)(i, tp); in sfuart_softintr()
|
| /openbsd/src/sys/arch/powerpc64/dev/ |
| D | opalcons.c | 308 (*linesw[tp->t_line].l_rint)(c, tp); in opalcons_softintr()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | vcons.c | 358 (*linesw[tp->t_line].l_rint)(c, tp); in vcons_softintr()
|
| D | vcctty.c | 237 (*linesw[tp->t_line].l_rint)(msg->data[i], tp); in vcctty_rx_intr()
|
| D | pcons.c | 360 (*linesw[tp->t_line].l_rint)(ch, tp); in pcons_poll()
|
| D | sbbc.c | 447 (*linesw[tp->t_line].l_rint)(c, tp); in sbbc_softintr_cons()
|
| /openbsd/src/sys/arch/hppa/dev/ |
| D | pdc.c | 371 (*linesw[tp->t_line].l_rint)(c, tp);
|
| /openbsd/src/sys/dev/pci/ |
| D | cz.c | 789 (*linesw[tp->t_line].l_rint)(TTY_FE, tp); in cz_intr() 1607 (*linesw[tp->t_line].l_rint)(ch, tp); in cztty_receive()
|
| /openbsd/src/sys/dev/pv/ |
| D | viocon.c | 389 (*linesw[tp->t_line].l_rint)(*p++, tp); in viocon_rx_soft()
|
| /openbsd/src/sys/dev/wscons/ |
| D | wsdisplay.c | 1592 (*linesw[tp->t_line].l_rint)(*data++, tp); in wsdisplay_emulinput() 1618 (*linesw[tp->t_line].l_rint)(*dp++, tp); in wsdisplay_kbdinput() 1636 (*linesw[tp->t_line].l_rint)(*buf++, tp); in wsdisplay_rawkbdinput() 3430 (*linesw[tp->t_line].l_rint)(*current++, tp); in mouse_paste()
|
| /openbsd/src/sys/arch/luna88k/dev/ |
| D | siotty.c | 279 (*linesw[tp->t_line].l_rint)(code, tp); in siotty_rxsoft()
|
| /openbsd/src/sys/dev/ic/ |
| D | pluart.c | 548 (*linesw[tp->t_line].l_rint)(c, tp); in pluart_softint()
|
| D | cy.c | 942 (*linesw[tp->t_line].l_rint)(chr, tp); in cy_poll()
|
| /openbsd/src/sys/arch/sh/dev/ |
| D | scif.c | 943 int (*rint)(int, struct tty *) = *linesw[tp->t_line].l_rint; in scif_rxsoft()
|
| /openbsd/src/sys/sys/ |
| D | conf.h | 511 int (*l_rint)(int c, struct tty *tp); member
|
| /openbsd/src/sys/dev/sbus/ |
| D | spif.c | 912 (*linesw[tp->t_line].l_rint)(data, tp); in spifsoftintr()
|