Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtermiox.h44 #define RTSXOFF 0000001 /* Enable RTS hardware flow control on input */ macro
/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c298 "-rtsxoff", 0, RTSXOFF,
299 "rtsxoff", RTSXOFF, 0,
H A Dstty.c445 if (m & RTSXOFF) in prmodes()
642 (void) printf("-rtsxoff "+((m&RTSXOFF) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c305 "-rtsxoff", 0, RTSXOFF,
306 "rtsxoff", RTSXOFF, 0,
H A Dstty.c403 if (m & RTSXOFF) in prmodes()
593 (void) fprintf(output, "-rtsxoff " + ((m & RTSXOFF) != 0)); in pramodes()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c741 if (pe->val.ui & (RTSXOFF | CTSXON)) { in uftdi_param2regs()
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3142 flow_ctl |= RTSXOFF; in usbser_port_program()