Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c76 #ifndef CRTSCTS
77 #define CRTSCTS 0x80000000 macro
79 "crtscts", CRTSCTS, 0,
80 "-crtscts", 0, CRTSCTS,
/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c106 "crtscts", (long)CRTSCTS, 0,
107 "-crtscts", 0, (long)CRTSCTS,
H A Dstty.c574 (void) printf("-crtscts "+((m&CRTSCTS) != 0)); in pramodes()
/titanic_44/usr/src/cmd/tip/
H A Dtip.c508 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup()
521 buf.c_cflag |= (CRTSCTS|CRTSXOFF); in ttysetup()
H A Dcmds.c829 rmtty.c_cflag |= (CRTSCTS|CRTSXOFF); in hardwareflow()
831 rmtty.c_cflag &= ~(CRTSCTS|CRTSXOFF); in hardwareflow()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h184 #define CRTSCTS 0x80000000 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h184 #define CRTSCTS 0x80000000 macro
/titanic_44/usr/src/uts/sun/io/
H A Dzs_async.c1649 if ((za->za_ttycommon.t_cflag & CRTSCTS) && in zsa_txint()
1677 if ((za->za_ttycommon.t_cflag & CRTSCTS) && in zsa_txint()
1819 if ((za->za_ttycommon.t_cflag & CRTSCTS) && in zsa_xsint()
2248 if ((za->za_ttycommon.t_cflag & CRTSCTS) && in zsa_softint()
2367 if (za->za_ttycommon.t_cflag & CRTSCTS) { in zsa_start()
2383 if (za->za_ttycommon.t_cflag & CRTSCTS) { in zsa_start()
2519 if (za->za_ttycommon.t_cflag & CRTSCTS) { in zsa_start()
3075 if (za->za_ttycommon.t_cflag & CRTSCTS) in zsa_program()
3078 if (za->za_ttycommon.t_cflag & CRTSCTS) in zsa_program()
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c512 tip->c_cflag &= ~(CRTSXOFF|CRTSCTS); in kmdb_parse_mode()
517 tip->c_cflag |= (in == 1 ? CRTSXOFF : CRTSCTS); in kmdb_parse_mode()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c216 #ifdef CRTSCTS
217 { "crtscts", BIT, C_FLAG, 0, CRTSCTS, CRTSCTS, C("Enable (disable) RTS/CTS handshaking") },
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h275 #define CRTSCTS 020000000000 macro
/titanic_44/usr/src/uts/common/io/
H A Dasy.c2075 if ((CRTSCTS & async->async_ttycommon.t_cflag) && !(flush_reg & CTS)) { in asy_program()
2185 async->async_ttycommon.t_cflag & CRTSCTS); in asy_program()
2187 if ((c_flag & CLOCAL) && !(async->async_ttycommon.t_cflag & CRTSCTS)) in asy_program()
2589 if ((t_cflag & CRTSCTS) && (((asy->asy_msr ^ msr) & CTS) != 0)) in async_msint()
4541 asy->asy_cflag |= CRTSCTS; in asy_parse_mode()
4773 if (!(async->async_ttycommon.t_cflag & CRTSCTS)) in async_flowcontrol_hw_output()
H A Dttcompat.c1141 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
/titanic_44/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()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1315 tios.c_cflag |= CRTSCTS | CRTSXOFF;
1317 tios.c_cflag &= ~CRTSCTS & ~CRTSXOFF;
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2376 if (tp->t_cflag & CRTSCTS) { in usbser_status_proc_cb()
3138 if (c_flag & CRTSCTS) { in usbser_port_program()
/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux.c104 static ulong_t sm_cmask = (ulong_t)(CRTSXOFF|CRTSCTS);
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src6136 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
H A Dterminfo.src6934 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also