Searched refs:CRTS_IFLOW (Results 1 – 11 of 11) sorted by relevance
/freebsd/bin/stty/ |
H A D | print.c | 166 switch(tmp & (CCTS_OFLOW | CRTS_IFLOW)) { in print() 170 case CRTS_IFLOW: in print() 174 put("-crtscts", CCTS_OFLOW | CRTS_IFLOW, 0); in print()
|
H A D | modes.c | 81 { "rtsflow", CRTS_IFLOW, 0 }, 82 { "-rtsflow", 0, CRTS_IFLOW },
|
/freebsd/sys/sys/ |
H A D | _termios.h | 139 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW) 140 #define CRTS_IFLOW 0x00020000 /* RTS flow control of input */ macro
|
/freebsd/sys/dev/uart/ |
H A D | uart_tty.c | 232 if ((tp->t_termios.c_cflag & CRTS_IFLOW) && !sc->sc_hwiflow) in uart_tty_inwakeup() 292 if ((t->c_cflag & CRTS_IFLOW) && sc->sc_isquelch) in uart_tty_param() 299 UART_IOCTL(sc, UART_IOCTL_IFLOW, (t->c_cflag & CRTS_IFLOW)); in uart_tty_param() 347 if ((tp->t_termios.c_cflag & CRTS_IFLOW) && in uart_tty_intr()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 84 { "rtsflow", CRTS_IFLOW, 0 }, 85 { "-rtsflow", 0, CRTS_IFLOW },
|
/freebsd/usr.sbin/ppp/ |
H A D | 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()
|
/freebsd/sys/dev/usb/serial/ |
H A D | ubser.c | 374 (CRTS_IFLOW | CDTR_IFLOW | CDSR_OFLOW | CCAR_OFLOW)) != 0) in ubser_pre_param()
|
H A D | usb_serial.c | 1383 if (t->c_cflag & CRTS_IFLOW) { in ucom_param()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 233 # ifdef CRTS_IFLOW 234 { "crts_iflow",CRTS_IFLOW,M_CONTROL },
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 301 #ifdef CRTS_IFLOW 302 {"crts_iflow", CRTS_IFLOW, MD_CTL},
|
/freebsd/sys/kern/ |
H A D | tty.c | 96 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\
|