Home
last modified time | relevance | path

Searched refs:CRTSCTS (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c74 #ifndef CRTSCTS
75 #define CRTSCTS 0x80000000 macro
77 "crtscts", CRTSCTS, 0,
78 "-crtscts", 0, CRTSCTS,
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c114 "crtscts", (long)CRTSCTS, 0,
115 "-crtscts", 0, (long)CRTSCTS,
H A Dstty.c581 (void) printf("-crtscts "+((m&CRTSCTS) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c513 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup()
526 buf.c_cflag |= (CRTSCTS|CRTSXOFF); in ttysetup()
H A Dcmds.c839 rmtty.c_cflag |= (CRTSCTS|CRTSXOFF); in hardwareflow()
841 rmtty.c_cflag &= ~(CRTSCTS|CRTSXOFF); in hardwareflow()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c1652 if ((za->za_ttycommon.t_cflag & CRTSCTS) && in zsa_txint()
1680 if ((za->za_ttycommon.t_cflag & CRTSCTS) && in zsa_txint()
1822 if ((za->za_ttycommon.t_cflag & CRTSCTS) && in zsa_xsint()
2251 if ((za->za_ttycommon.t_cflag & CRTSCTS) && in zsa_softint()
2370 if (za->za_ttycommon.t_cflag & CRTSCTS) { in zsa_start()
2386 if (za->za_ttycommon.t_cflag & CRTSCTS) { in zsa_start()
2522 if (za->za_ttycommon.t_cflag & CRTSCTS) { in zsa_start()
3078 if (za->za_ttycommon.t_cflag & CRTSCTS) in zsa_program()
3081 if (za->za_ttycommon.t_cflag & CRTSCTS) in zsa_program()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c514 tip->c_cflag &= ~(CRTSXOFF|CRTSCTS); in kmdb_parse_mode()
519 tip->c_cflag |= (in == 1 ? CRTSXOFF : CRTSCTS); in kmdb_parse_mode()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c218 #ifdef CRTSCTS
219 { "crtscts", BIT, C_FLAG, 0, CRTSCTS, CRTSCTS, C("Enable (disable) RTS/CTS handshaking") },
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h277 #define CRTSCTS 020000000000 macro
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c2077 if ((CRTSCTS & async->async_ttycommon.t_cflag) && !(flush_reg & CTS)) { in asy_program()
2187 async->async_ttycommon.t_cflag & CRTSCTS); in asy_program()
2189 if ((c_flag & CLOCAL) && !(async->async_ttycommon.t_cflag & CRTSCTS)) in asy_program()
2620 if ((t_cflag & CRTSCTS) && (((asy->asy_msr ^ msr) & CTS) != 0)) in async_msint()
4579 asy->asy_cflag |= CRTSCTS; in asy_parse_mode()
4811 if (!(async->async_ttycommon.t_cflag & CRTSCTS)) in async_flowcontrol_hw_output()
H A Dttcompat.c1043 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1495 if ((c_flag & CLOCAL) && !(async->async_ttycommon.t_cflag & CRTSCTS)) in asy_program()
1997 if (async->async_ttycommon.t_cflag & CRTSCTS && !(msr & CTS)) { in async_msint()
2104 if (async->async_ttycommon.t_cflag & CRTSCTS) { in async_softint()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1256 tios.c_cflag |= CRTSCTS | CRTSXOFF;
1258 tios.c_cflag &= ~CRTSCTS & ~CRTSXOFF;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2375 if (tp->t_cflag & CRTSCTS) { in usbser_status_proc_cb()
3137 if (c_flag & CRTSCTS) { in usbser_port_program()
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src6136 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
H A Dterminfo.src6936 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also