Searched refs:CTSXON (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | termiox.h | 45 #define CTSXON 0000002 /* Enable CTS hardware flow control on output */ macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 300 "-ctsxon", 0, CTSXON, 301 "ctsxon", CTSXON, 0,
|
H A D | stty.c | 447 if (m & CTSXON) in prmodes() 643 (void) printf("-ctsxon "+((m&CTSXON) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 307 "-ctsxon", 0, CTSXON, 308 "ctsxon", CTSXON, 0,
|
H A D | stty.c | 405 if (m & CTSXON) in prmodes() 594 (void) fprintf(output, "-ctsxon " + ((m & CTSXON) != 0)); in pramodes()
|
/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() 2020 { DS_PARAM_FLOW_CTL, .val.ui = CTSXON } in uftdi_open_hw_port()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_dsd.c | 2960 if (pe->val.ui & CTSXON) { in keyspan_build_cmd_msg_usa19hs() 3162 if (pe->val.ui & CTSXON) { in keyspan_build_cmd_msg_usa49()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
H A D | pl2303_dsd.c | 789 if (pe->val.ui & CTSXON) { in pl2303_set_port_params()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 3139 flow_ctl |= CTSXON; in usbser_port_program()
|