Searched refs:CRTS_IFLOW (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/sys/dev/uart/ |
| HD | uart_tty.c | 210 if ((tp->t_termios.c_cflag & CRTS_IFLOW) && !sc->sc_hwiflow) in uart_tty_inwakeup() 268 if ((t->c_cflag & CRTS_IFLOW) && sc->sc_isquelch) in uart_tty_param() 273 UART_IOCTL(sc, UART_IOCTL_IFLOW, (t->c_cflag & CRTS_IFLOW)); in uart_tty_param() 321 if ((tp->t_termios.c_cflag & CRTS_IFLOW) && in uart_tty_intr()
|
| /NextBSD/sys/sys/ |
| HD | _termios.h | 133 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW) 134 #define CRTS_IFLOW 0x00020000 /* RTS flow control of input */ macro
|
| /NextBSD/bin/stty/ |
| HD | print.c | 173 switch(tmp & (CCTS_OFLOW | CRTS_IFLOW)) { in print() 177 case CRTS_IFLOW: in print() 181 put("-crtscts", CCTS_OFLOW | CRTS_IFLOW, 0); in print()
|
| HD | modes.c | 90 { "rtsflow", CRTS_IFLOW, 0 }, 91 { "-rtsflow", 0, CRTS_IFLOW },
|
| /NextBSD/usr.sbin/lpr/lpd/ |
| HD | modes.c | 90 { "rtsflow", CRTS_IFLOW, 0 }, 91 { "-rtsflow", 0, CRTS_IFLOW },
|
| /NextBSD/usr.sbin/ppp/ |
| HD | tty.c | 79 #undef CRTS_IFLOW 81 #define CRTS_IFLOW CDTRCTS macro 452 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW; in tty_Raw() 723 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW; in tty_Create()
|
| /NextBSD/sys/dev/usb/serial/ |
| HD | ubser.c | 377 (CRTS_IFLOW | CDTR_IFLOW | CDSR_OFLOW | CCAR_OFLOW)) != 0) in ubser_pre_param()
|
| HD | usb_serial.c | 1264 if (t->c_cflag & CRTS_IFLOW) { in ucom_param()
|
| /NextBSD/sys/dev/rp/ |
| HD | rp.c | 1070 if(cflag & CRTS_IFLOW) { 1076 if(cflag & CRTS_IFLOW) {
|
| /NextBSD/contrib/tcsh/ |
| HD | ed.term.c | 236 # ifdef CRTS_IFLOW 237 { "crts_iflow",CRTS_IFLOW,M_CONTROL },
|
| /NextBSD/lib/libedit/ |
| HD | tty.c | 300 #ifdef CRTS_IFLOW 301 {"crts_iflow", CRTS_IFLOW, MD_CTL},
|
| /NextBSD/sys/dev/si/ |
| HD | si.c | 899 if (cflag & CRTS_IFLOW) in siparam()
|
| /NextBSD/sys/dev/rc/ |
| HD | rc.c | 969 if (cflag & CRTS_IFLOW) in rc_param()
|
| /NextBSD/sys/dev/digi/ |
| HD | digi.c | 1058 if (t->c_cflag & CRTS_IFLOW) in digiparam()
|
| /NextBSD/sys/dev/cy/ |
| HD | cy.c | 1514 if (cflag & CRTS_IFLOW) { in cyparam()
|
| /NextBSD/sys/kern/ |
| HD | tty.c | 93 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\
|
| /NextBSD/sys/dev/sio/ |
| HD | sio.c | 1876 if (cflag & CRTS_IFLOW) {
|
| /NextBSD/sys/dev/cx/ |
| HD | if_cx.c | 1989 && (d->tty->t_cflag & CRTS_IFLOW in cx_softintr()
|
| /NextBSD/sys/pc98/cbus/ |
| HD | sio.c | 2871 if (cflag & CRTS_IFLOW) {
|