Searched refs:DTRXOFF (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | termiox.h | 46 #define DTRXOFF 0000004 /* Enable DTR hardware flow control on input */ macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 302 "-dtrxoff", 0, DTRXOFF, 303 "dtrxoff", DTRXOFF, 0,
|
H A D | stty.c | 449 if (m & DTRXOFF) in prmodes() 644 (void) printf("-dtrxoff "+((m&DTRXOFF) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 309 "-dterxoff", 0, DTRXOFF, 310 "dterxoff", DTRXOFF, 0,
|
H A D | stty.c | 407 if (m & DTRXOFF) in prmodes() 595 (void) fprintf(output, "-dterxoff " + ((m & DTRXOFF) != 0)); in pramodes()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
H A D | uftdi_dsd.c | 745 if (pe->val.ui & DTRXOFF) { in uftdi_param2regs()
|