Home
last modified time | relevance | path

Searched refs:l_rint (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/sys/kern/
Dtty_nmea.c208 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()
Dtty_msts.c203 return linesw[TTYDISC].l_rint(c, tp); in mstsinput()
Dtty_endrun.c244 return linesw[TTYDISC].l_rint(c, tp); in endruninput()
Dtty_pty.c566 if ((*linesw[tp->t_line].l_rint)(*cp++, tp) == 1 && in ptcwrite()
/openbsd/src/sys/dev/fdt/
Damluart.c288 (*linesw[tp->t_line].l_rint)(27, tp); in amluart_softintr()
291 (*linesw[tp->t_line].l_rint)(i, tp); in amluart_softintr()
Dcduart.c351 (*linesw[tp->t_line].l_rint)(*ibufp++, tp); in cduart_softintr()
Dmvuart.c379 (*linesw[tp->t_line].l_rint)(c, tp); in mvuart_softint()
Dimxuart.c473 (*linesw[tp->t_line].l_rint)(c, tp); in imxuart_softint()
Dexuart.c655 (*linesw[tp->t_line].l_rint)(c, tp); in exuart_softint()
/openbsd/src/sys/arch/riscv64/dev/
Dsfuart.c274 (*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/
Dopalcons.c308 (*linesw[tp->t_line].l_rint)(c, tp); in opalcons_softintr()
/openbsd/src/sys/arch/sparc64/dev/
Dvcons.c358 (*linesw[tp->t_line].l_rint)(c, tp); in vcons_softintr()
Dvcctty.c237 (*linesw[tp->t_line].l_rint)(msg->data[i], tp); in vcctty_rx_intr()
Dpcons.c360 (*linesw[tp->t_line].l_rint)(ch, tp); in pcons_poll()
Dsbbc.c447 (*linesw[tp->t_line].l_rint)(c, tp); in sbbc_softintr_cons()
/openbsd/src/sys/arch/hppa/dev/
Dpdc.c371 (*linesw[tp->t_line].l_rint)(c, tp);
/openbsd/src/sys/dev/pci/
Dcz.c789 (*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/
Dviocon.c389 (*linesw[tp->t_line].l_rint)(*p++, tp); in viocon_rx_soft()
/openbsd/src/sys/dev/wscons/
Dwsdisplay.c1592 (*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/
Dsiotty.c279 (*linesw[tp->t_line].l_rint)(code, tp); in siotty_rxsoft()
/openbsd/src/sys/dev/ic/
Dpluart.c548 (*linesw[tp->t_line].l_rint)(c, tp); in pluart_softint()
Dcy.c942 (*linesw[tp->t_line].l_rint)(chr, tp); in cy_poll()
/openbsd/src/sys/arch/sh/dev/
Dscif.c943 int (*rint)(int, struct tty *) = *linesw[tp->t_line].l_rint; in scif_rxsoft()
/openbsd/src/sys/sys/
Dconf.h511 int (*l_rint)(int c, struct tty *tp); member
/openbsd/src/sys/dev/sbus/
Dspif.c912 (*linesw[tp->t_line].l_rint)(data, tp); in spifsoftintr()

12