Home
last modified time | relevance | path

Searched refs:CRTS_IFLOW (Results 1 – 11 of 11) sorted by relevance

/freebsd/bin/stty/
H A Dprint.c166 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 Dmodes.c81 { "rtsflow", CRTS_IFLOW, 0 },
82 { "-rtsflow", 0, CRTS_IFLOW },
/freebsd/sys/sys/
H A D_termios.h139 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW)
140 #define CRTS_IFLOW 0x00020000 /* RTS flow control of input */ macro
/freebsd/sys/dev/uart/
H A Duart_tty.c232 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 Dmodes.c84 { "rtsflow", CRTS_IFLOW, 0 },
85 { "-rtsflow", 0, CRTS_IFLOW },
/freebsd/usr.sbin/ppp/
H A Dtty.c79 #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 Dubser.c374 (CRTS_IFLOW | CDTR_IFLOW | CDSR_OFLOW | CCAR_OFLOW)) != 0) in ubser_pre_param()
H A Dusb_serial.c1383 if (t->c_cflag & CRTS_IFLOW) { in ucom_param()
/freebsd/contrib/tcsh/
H A Ded.term.c233 # ifdef CRTS_IFLOW
234 { "crts_iflow",CRTS_IFLOW,M_CONTROL },
/freebsd/contrib/libedit/
H A Dtty.c301 #ifdef CRTS_IFLOW
302 {"crts_iflow", CRTS_IFLOW, MD_CTL},
/freebsd/sys/kern/
H A Dtty.c96 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\