Home
last modified time | relevance | path

Searched refs:TIOCM_RTS (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h91 #define TIOCM_RTS 0004 /* request to send */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h466 #define TIOCM_RTS 0004 /* request to send */ macro
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1837 (void) USBSER_DS_SET_MODEM_CTL(pp, TIOCM_RTS | TIOCM_DTR, 0); in usbser_close_hangup()
3178 ctl_val = TIOCM_DTR | TIOCM_RTS; in usbser_port_program()
3183 ctl_val &= ~TIOCM_RTS; in usbser_port_program()
3195 err = USBSER_DS_SET_MODEM_CTL(pp, TIOCM_DTR | TIOCM_RTS, ctl_val); in usbser_port_program()
3228 rts = TIOCM_RTS; in usbser_inbound_flow_ctl()
3250 (void) USBSER_DS_SET_MODEM_CTL(pp, TIOCM_RTS, rts); in usbser_inbound_flow_ctl()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c1004 if (mask & TIOCM_RTS) { in keyspan_set_modem_ctl()
1008 if (val & TIOCM_RTS) { in keyspan_set_modem_ctl()
1036 if (mask & TIOCM_RTS) { in keyspan_set_modem_ctl()
1040 if (val & TIOCM_RTS) { in keyspan_set_modem_ctl()
1105 val |= TIOCM_RTS; in keyspan_get_modem_ctl()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c871 if (mask & TIOCM_RTS) { in uftdi_set_modem_ctl()
872 mctl = (val & TIOCM_RTS) ? in uftdi_set_modem_ctl()
922 val |= TIOCM_RTS; in uftdi_get_modem_ctl()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c2119 if (mask & TIOCM_RTS) { in pl2303_mctl2reg()
2120 if (val & TIOCM_RTS) { in pl2303_mctl2reg()
2145 val |= TIOCM_RTS; in pl2303_reg2mctl()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c2632 if (mask & TIOCM_RTS) { in usbsacm_mctl2reg()
2633 if (val & TIOCM_RTS) { in usbsacm_mctl2reg()
2659 val |= TIOCM_RTS; in usbsacm_reg2mctl()
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c2941 if (bits & TIOCM_RTS) in dmtozs()
2959 b |= TIOCM_RTS; in zstodm()
/titanic_41/usr/src/uts/sun4/io/
H A Dsu_driver.c3638 b |= TIOCM_RTS; in asytodm()
3675 if (bits & TIOCM_RTS) in dmtoasy()
/titanic_41/usr/src/uts/common/io/
H A Dasy.c4308 b |= TIOCM_RTS; in asytodm()
4345 if (bits & TIOCM_RTS) { in dmtoasy()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c3542 { TIOCM_RTS, "rts", "RTS" },