Searched refs:l_rint (Results 1 – 15 of 15) sorted by relevance
| /mirbsd/src/sys/dev/wscons/ |
| D | wsdisplay.c | 1543 (*linesw[tp->t_line].l_rint)(*data++, tp); in wsdisplay_emulinput() 1568 (*linesw[tp->t_line].l_rint)(KS_VALUE(ks), tp); in wsdisplay_kbdinput() 1573 (*linesw[tp->t_line].l_rint)(*dp++, tp); in wsdisplay_kbdinput() 3173 (*linesw[sc->sc_focus->scr_tty->t_line].l_rint) in mouse_paste()
|
| /mirbsd/src/sys/dev/pci/ |
| D | cz.c | 801 (*linesw[tp->t_line].l_rint)(TTY_FE, tp); in cz_intr() 1645 (*linesw[tp->t_line].l_rint)(ch, tp); in cztty_receive()
|
| /mirbsd/src/sys/dev/ic/ |
| D | z8530tty.c | 1158 line->l_rint(c, tp);
|
| D | cy.c | 995 (*linesw[tp->t_line].l_rint)(chr, tp); in cy_poll()
|
| D | com.c | 1209 (*linesw[tp->t_line].l_rint)(c, tp);
|
| /mirbsd/src/sys/sys/ |
| D | conf.h | 482 int (*l_rint)(int c, struct tty *tp); member
|
| /mirbsd/src/sys/dev/usb/ |
| D | ucom.c | 1068 int (*rint)(int c, struct tty *tp) = LINESW(tp, l_rint); in ucomreadcb()
|
| /mirbsd/src/sys/kern/ |
| D | tty_pty.c | 604 (*linesw[tp->t_line].l_rint)(*cp++, tp);
|
| D | tty.c | 976 (*linesw[tp->t_line].l_rint)(*(u_char *)data, tp);
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | spif.c | 917 (*linesw[tp->t_line].l_rint)(data, tp);
|
| D | z8530tty.c | 1447 int (*rint)(int c, struct tty *tp) = linesw[tp->t_line].l_rint;
|
| D | magma.c | 745 (*linesw[tp->t_line].l_rint)(data, tp);
|
| /mirbsd/src/sys/dev/sbus/ |
| D | spif.c | 970 (*linesw[tp->t_line].l_rint)(data, tp);
|
| D | magma.c | 715 (*linesw[tp->t_line].l_rint)(data, tp); in magma_soft()
|
| /mirbsd/src/sys/arch/i386/isa/ |
| D | pccom.c | 1647 line->l_rint(c, tp); in comsoft()
|