Home
last modified time | relevance | path

Searched refs:DTRXOFF (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dtermiox.h46 #define DTRXOFF 0000004 /* Enable DTR hardware flow control on input */ macro
/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c302 "-dtrxoff", 0, DTRXOFF,
303 "dtrxoff", DTRXOFF, 0,
H A Dstty.c449 if (m & DTRXOFF) in prmodes()
644 (void) printf("-dtrxoff "+((m&DTRXOFF) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c309 "-dterxoff", 0, DTRXOFF,
310 "dterxoff", DTRXOFF, 0,
H A Dstty.c407 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 Duftdi_dsd.c745 if (pe->val.ui & DTRXOFF) { in uftdi_param2regs()