Searched refs:l_modem (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/sys/kern/ |
| D | tty_pty.c | 415 (void)(*linesw[tp->t_line].l_modem)(tp, 1); in ptcopen() 429 (void)(*linesw[tp->t_line].l_modem)(tp, 0); in ptcclose()
|
| /openbsd/src/sys/dev/pci/ |
| D | cz.c | 752 (void) (*linesw[tp->t_line].l_modem)(tp, in cz_intr() 1433 (void) (*linesw[tp->t_line].l_modem)(tp, ISSET(rs_status, C_RS_DCD)); in czttyparam()
|
| /openbsd/src/sys/dev/usb/ |
| D | ucom.c | 874 (*LINESW(tp, l_modem))(tp, in ucom_status_change() 945 (void) (*LINESW(tp, l_modem))(tp, 1 /* XXX carrier */ ); in ucomparam()
|
| /openbsd/src/sys/dev/ic/ |
| D | com.c | 894 (*linesw[tp->t_line].l_modem)(tp, 0) == 0) { in comparam() 1119 (*linesw[tp->t_line].l_modem)(tp, ISSET(msr, MSR_DCD)) == 0) { in comintr()
|
| D | cy.c | 997 !(*linesw[tp->t_line].l_modem)(tp, carrier)) in cy_poll()
|
| D | z8530tty.c | 1586 (void)(*linesw[tp->t_line].l_modem)(tp, ISSET(rr0, ZSRR0_DCD)); in zstty_stsoft()
|
| /openbsd/src/sys/arch/sh/dev/ |
| D | scif.c | 1053 (void) (*linesw[tp->t_line].l_modem)(tp, ISSET(msr, MSR_DCD)); in scif_stsoft()
|
| /openbsd/src/sys/sys/ |
| D | conf.h | 513 int (*l_modem)(struct tty *tp, int flag); member
|
| /openbsd/src/sys/dev/sbus/ |
| D | spif.c | 929 (*linesw[tp->t_line].l_modem)(tp, in spifsoftintr()
|
| D | magma.c | 716 (*linesw[tp->t_line].l_modem)(tp, mp->mp_carrier); in magma_soft()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | sab.c | 617 (*linesw[tp->t_line].l_modem)(tp, r); in sabtty_softintr()
|
| /openbsd/src/sys/dev/wscons/ |
| D | wsdisplay.c | 453 (*linesw[tp->t_line].l_modem)(tp, 0); in wsdisplay_closescreen()
|