Searched refs:RTSXOFF (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | termiox.h | 44 #define RTSXOFF 0000001 /* Enable RTS hardware flow control on input */ macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 298 "-rtsxoff", 0, RTSXOFF, 299 "rtsxoff", RTSXOFF, 0,
|
H A D | stty.c | 445 if (m & RTSXOFF) in prmodes() 642 (void) printf("-rtsxoff "+((m&RTSXOFF) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 305 "-rtsxoff", 0, RTSXOFF, 306 "rtsxoff", RTSXOFF, 0,
|
H A D | stty.c | 403 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 D | keyspan_dsd.c | 2968 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 D | uftdi_dsd.c | 741 if (pe->val.ui & (RTSXOFF | CTSXON)) { in uftdi_param2regs()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 3142 flow_ctl |= RTSXOFF; in usbser_port_program()
|