Searched refs:CRTSXOFF (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | setmode.c | 79 #ifndef CRTSXOFF 80 #define CRTSXOFF 0x40000000 macro 82 "crtsxoff", CRTSXOFF, 0, 83 "-crtsxoff", 0, CRTSXOFF,
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 116 "crtsxoff", CRTSXOFF, 0, 117 "-crtsxoff", 0, CRTSXOFF,
|
H A D | stty.c | 582 (void) printf("-crtsxoff "+((m&CRTSXOFF) != 0)); in pramodes()
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.c | 513 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup() 526 buf.c_cflag |= (CRTSCTS|CRTSXOFF); in ttysetup()
|
H A D | cmds.c | 839 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 D | kmdb_promif.c | 514 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 D | termios.h | 276 #define CRTSXOFF 010000000000 macro
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | zs_async.c | 243 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 D | sys-solaris.c | 1256 tios.c_cflag |= CRTSCTS | CRTSXOFF; 1258 tios.c_cflag &= ~CRTSCTS & ~CRTSXOFF;
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 3140 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 D | ttcompat.c | 1043 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
|
H A D | asy.c | 5149 asy->asy_cflag |= CRTSXOFF; in asy_parse_mode() 5320 if (!(async->async_ttycommon.t_cflag & CRTSXOFF)) in async_flowcontrol_hw_input()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1893 if ((async->async_ttycommon.t_cflag & CRTSXOFF) || in async_rxint() 3696 if (async->async_ttycommon.t_cflag & CRTSXOFF) { in asycheckflowcontrol_hw()
|