Home
last modified time | relevance | path

Searched refs:CRTSXOFF (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c79 #ifndef CRTSXOFF
80 #define CRTSXOFF 0x40000000 macro
82 "crtsxoff", CRTSXOFF, 0,
83 "-crtsxoff", 0, CRTSXOFF,
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c116 "crtsxoff", CRTSXOFF, 0,
117 "-crtsxoff", 0, CRTSXOFF,
H A Dstty.c582 (void) printf("-crtsxoff "+((m&CRTSXOFF) != 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/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/uts/common/sys/
H A Dtermios.h276 #define CRTSXOFF 010000000000 macro
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c243 if (za->za_ttycommon.t_cflag & CRTSXOFF) { \
270 if (za->za_ttycommon.t_cflag & CRTSXOFF) { \
1625 (za->za_ttycommon.t_cflag & CRTSXOFF)) { in zsa_rsrv()
2157 CRTSXOFF) { in zsa_softint()
2647 CRTSXOFF) { in zsa_kick_rcv()
/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.c3140 if (c_flag & CRTSXOFF) { in usbser_port_program()
3225 need_hw = (pp->port_ttycommon.t_cflag & CRTSXOFF); in usbser_inbound_flow_ctl()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1043 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
H A Dasy.c4581 asy->asy_cflag |= CRTSXOFF; in asy_parse_mode()
4758 if (!(async->async_ttycommon.t_cflag & CRTSXOFF)) in async_flowcontrol_hw_input()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1893 if ((async->async_ttycommon.t_cflag & CRTSXOFF) || in async_rxint()
3696 if (async->async_ttycommon.t_cflag & CRTSXOFF) { in asycheckflowcontrol_hw()