| /mirbsd/src/sys/sys/ |
| D | termios.h | 137 #define CRTSCTS 0x00010000 /* RTS/CTS full-duplex flow control */ macro 138 #define CRTS_IFLOW CRTSCTS /* XXX compat */ 139 #define CCTS_OFLOW CRTSCTS /* XXX compat */ 141 #define CHWFLOW (MDMBUF|CRTSCTS) /* all types of hw flow control */
|
| /mirbsd/src/sys/dev/ic/ |
| D | cy.c | 321 SET(tp->t_cflag, CRTSCTS); 783 (ISSET(t->c_cflag, CRTSCTS) ? CD1400_COR2_CCTS_OFLOW : 0)); 803 (ISSET(t->c_cflag, CRTSCTS) ? RX_DTR_THRESHOLD : 0)); 880 if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS)) 886 if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS)) 896 if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS) && 902 if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS) && 912 if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS) && 918 if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS) && 1014 if (ISSET(tp->t_cflag, CRTSCTS)) { in cy_poll() [all …]
|
| D | z8530tty.c | 367 tp->t_cflag |= CRTSCTS; 595 if (tp->t_cflag & CRTSCTS) 762 if (cflag & CRTSCTS) { 1063 if (((rr0 & ZSRR0_CTS) == 0) && (tp->t_cflag & CRTSCTS)) { 1200 if ((delta & ZSRR0_CTS) && (tp->t_cflag & CRTSCTS)) {
|
| D | com.c | 504 SET(tp->t_cflag, CRTSCTS); 1015 if (!ISSET(t->c_cflag, CRTSCTS)) { 1068 if (ISSET(tp->t_cflag, CRTSCTS) && !ISSET(sc->sc_msr, MSR_CTS)) 1190 if (ISSET(tp->t_cflag, CRTSCTS) && 1324 ISSET(tp->t_cflag, CRTSCTS)) { 1352 ISSET(tp->t_cflag, CRTSCTS)) {
|
| /mirbsd/src/usr.sbin/lpr/lpd/ |
| D | modes.c | 85 { "crtscts", CRTSCTS, 0 }, 86 { "-crtscts", 0, CRTSCTS },
|
| D | key.c | 237 ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS)); in f_sane()
|
| /mirbsd/src/bin/stty/ |
| D | modes.c | 84 { "crtscts", CRTSCTS, 0 }, 85 { "-crtscts", 0, CRTSCTS },
|
| D | print.c | 179 put("-crtscts", CRTSCTS, 0); in print()
|
| D | key.c | 285 ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS)); in f_sane()
|
| /mirbsd/src/lib/libsectok/ |
| D | scio.c | 267 #ifdef CRTSCTS in todos_scfdopen() 268 t.c_cflag &= ~CRTSCTS; in todos_scfdopen()
|
| /mirbsd/src/sys/dev/sbus/ |
| D | magma.c | 870 SET(tp->t_cflag, CRTSCTS); in mttyopen() 1195 if (!ISSET(tp->t_cflag, CRTSCTS)) in mtty_modem_control() 1205 if ((bits & TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS)) in mtty_modem_control() 1214 if ((bits & TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS)) in mtty_modem_control() 1309 if (ISSET(t->c_cflag, CRTSCTS)) in mtty_param() 1324 if (ISSET(t->c_cflag, CRTSCTS)) in mtty_param()
|
| D | spif.c | 375 SET(tp->t_cflag, CRTSCTS); 568 if (ISSET(bits, TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS)) 646 if (ISSET(t->c_cflag, CRTSCTS))
|
| /mirbsd/src/sbin/slattach/ |
| D | slattach.c | 100 cflag |= CRTSCTS; in main()
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | magma.c | 902 SET(tp->t_cflag, CRTSCTS); 1241 if( !ISSET(tp->t_cflag, CRTSCTS) ) 1249 if( (bits & TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS) ) 1258 if( (bits & TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS) ) 1352 if( ISSET(t->c_cflag, CRTSCTS) ) opt |= CD1400_COR2_CCTS_OFLOW; 1366 if( ISSET(t->c_cflag, CRTSCTS) )
|
| D | spif.c | 312 SET(tp->t_cflag, CRTSCTS); 511 if (ISSET(bits, TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS)) 589 if (ISSET(t->c_cflag, CRTSCTS))
|
| D | zs.c | 544 if ((cflag & CRTSCTS) != 0) {
|
| /mirbsd/src/sys/compat/linux/ |
| D | linux_termios.c | 135 bts->c_cflag |= cvtto_bsd_mask(lt->c_cflag, LINUX_CRTSCTS, CRTSCTS); 213 lt->c_cflag |= cvtto_linux_mask(bts->c_cflag, CRTSCTS, LINUX_CRTSCTS); 300 bts->c_cflag |= cvtto_bsd_mask(lts->c_cflag, LINUX_CRTSCTS, CRTSCTS); 391 lts->c_cflag |= cvtto_linux_mask(bts->c_cflag, CRTSCTS, LINUX_CRTSCTS);
|
| /mirbsd/src/sys/arch/i386/isa/ |
| D | pccom.c | 839 SET(tp->t_cflag, CRTSCTS); 1409 if (!ISSET(t->c_cflag, CRTSCTS)) { 1507 if (ISSET(tp->t_cflag, CRTSCTS) && !ISSET(sc->sc_msr, MSR_CTS)) 1679 ISSET(tp->t_cflag, CRTSCTS)) in comsoft() 1787 if (ISSET(tp->t_cflag, CRTSCTS) && ISSET(msr, MSR_DCTS)) {
|
| /mirbsd/src/usr.bin/tip/ |
| D | cmds.c | 856 rmtty.c_iflag |= CRTSCTS; 858 rmtty.c_iflag &= ~CRTSCTS;
|
| D | tip.c | 550 cntrl.c_cflag |= CRTSCTS;
|
| /mirbsd/src/sys/dev/usb/ |
| D | uslcom.c | 418 if (ISSET(t->c_cflag, CRTSCTS)) in uslcom_param()
|
| D | ubsa.c | 612 if (cflag & CRTSCTS) in ubsa_flow()
|
| /mirbsd/src/usr.sbin/pppd/ |
| D | sys-bsd.c | 546 tios.c_cflag |= CRTSCTS; 548 tios.c_cflag &= ~CRTSCTS;
|
| /mirbsd/src/sys/dev/pci/ |
| D | cz.c | 1009 SET(t.c_cflag, CRTSCTS); in czttyopen() 1409 if (ISSET(t->c_cflag, CRTSCTS)) { in czttyparam()
|
| /mirbsd/src/lib/libedit/ |
| D | tty.c | 285 #ifdef CRTSCTS 289 {"crtscts", CRTSCTS, MD_CTL},
|