Searched refs:CRTSCTS (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c76 #ifndef CRTSCTS
77 #define CRTSCTS 0x80000000 macro
79 "crtscts", CRTSCTS, 0,
80 "-crtscts", 0, CRTSCTS,
/illumos-gate/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));
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h184 #define CRTSCTS 0x80000000 macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h184 #define CRTSCTS 0x80000000 macro
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c508 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF);
521 buf.c_cflag |= (CRTSCTS|CRTSXOFF);
H A Dcmds.c829 rmtty.c_cflag |= (CRTSCTS|CRTSXOFF);
831 rmtty.c_cflag &= ~(CRTSCTS|CRTSXOFF);
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h275 #define CRTSCTS 020000000000 macro
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c1649 if ((za->za_ttycommon.t_cflag & CRTSCTS) &&
1677 if ((za->za_ttycommon.t_cflag & CRTSCTS) &&
1819 if ((za->za_ttycommon.t_cflag & CRTSCTS) &&
2248 if ((za->za_ttycommon.t_cflag & CRTSCTS) &&
2367 if (za->za_ttycommon.t_cflag & CRTSCTS) {
2383 if (za->za_ttycommon.t_cflag & CRTSCTS) {
2519 if (za->za_ttycommon.t_cflag & CRTSCTS) {
3075 if (za->za_ttycommon.t_cflag & CRTSCTS)
3078 if (za->za_ttycommon.t_cflag & CRTSCTS)
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c512 tip->c_cflag &= ~(CRTSXOFF|CRTSCTS);
517 tip->c_cflag |= (in == 1 ? CRTSXOFF : CRTSCTS);
/illumos-gate/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") },
218 #endif /* CRTSCTS */
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c2075 if ((CRTSCTS & async->async_ttycommon.t_cflag) && !(flush_reg & CTS)) {
2080 * here, because if CRTSCTS is clear, we need clear
2183 "asy%d_program: c_flag & CLOCAL = %x t_cflag & CRTSCTS = %x\n",
2185 async->async_ttycommon.t_cflag & CRTSCTS);
2187 if ((c_flag & CLOCAL) && !(async->async_ttycommon.t_cflag & CRTSCTS))
2589 if ((t_cflag & CRTSCTS) && (((asy->asy_msr ^ msr) & CTS) != 0))
4541 asy->asy_cflag |= CRTSCTS;
4773 if (!(async->async_ttycommon.t_cflag & CRTSCTS))
H A Dttcompat.c1141 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD;
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1495 if ((c_flag & CLOCAL) && !(async->async_ttycommon.t_cflag & CRTSCTS))
1997 if (async->async_ttycommon.t_cflag & CRTSCTS && !(msr & CTS)) {
2104 if (async->async_ttycommon.t_cflag & CRTSCTS) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1315 tios.c_cflag |= CRTSCTS | CRTSXOFF;
1317 tios.c_cflag &= ~CRTSCTS & ~CRTSXOFF;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2375 if (tp->t_cflag & CRTSCTS) {
3137 if (c_flag & CRTSCTS) {
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c104 static ulong_t sm_cmask = (ulong_t)(CRTSXOFF|CRTSCTS);
2180 * RCV1EN,XMT1EN,LOBLK,XCLUDE,CRTSXOFF,CRTSCTS,

Completed in 127 milliseconds