/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 76 #ifndef CRTSCTS 77 #define CRTSCTS 0x80000000 macro 79 "crtscts", CRTSCTS, 0, 80 "-crtscts", 0, CRTSCTS,
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 106 "crtscts", (long)CRTSCTS, 0, 107 "-crtscts", 0, (long)CRTSCTS,
|
H A D | stty.c | 574 (void) printf("-crtscts "+((m&CRTSCTS) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/tip/ |
H A D | tip.c | 508 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup() 521 buf.c_cflag |= (CRTSCTS|CRTSXOFF); in ttysetup()
|
H A D | cmds.c | 829 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 D | termios.h | 184 #define CRTSCTS 0x80000000 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 184 #define CRTSCTS 0x80000000 macro
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | zs_async.c | 1649 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 D | kmdb_promif.c | 512 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 D | stty.c | 216 #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 D | termios.h | 275 #define CRTSCTS 020000000000 macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | asy.c | 2075 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 D | ttcompat.c | 1141 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1495 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 D | sys-solaris.c | 1315 tios.c_cflag |= CRTSCTS | CRTSXOFF; 1317 tios.c_cflag &= ~CRTSCTS & ~CRTSXOFF;
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 2376 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 D | ttymux.c | 104 static ulong_t sm_cmask = (ulong_t)(CRTSXOFF|CRTSCTS);
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 6136 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
|
H A D | terminfo.src | 6934 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
|