Home
last modified time | relevance | path

Searched refs:RTSXOFF (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtermiox.h42 #define RTSXOFF 0000001 /* Enable RTS hardware flow control on input */ macro
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c306 "-rtsxoff", 0, RTSXOFF,
307 "rtsxoff", RTSXOFF, 0,
H A Dstty.c450 if (m & RTSXOFF) in prmodes()
649 (void) printf("-rtsxoff "+((m&RTSXOFF) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c313 "-rtsxoff", 0, RTSXOFF,
314 "rtsxoff", RTSXOFF, 0,
H A Dstty.c404 if (m & RTSXOFF) in prmodes()
594 (void) fprintf(output, "-rtsxoff " + ((m & RTSXOFF) != 0)); in pramodes()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c2968 if (pe->val.ui & RTSXOFF) { in keyspan_build_cmd_msg_usa19hs()
3169 if (pe->val.ui & RTSXOFF) { in keyspan_build_cmd_msg_usa49()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c749 if (pe->val.ui & (RTSXOFF | CTSXON)) { in uftdi_param2regs()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3141 flow_ctl |= RTSXOFF; in usbser_port_program()