/src/usr.sbin/btattach/ |
btattach.c | 83 .cflag = CRTSCTS | PARENB, 91 .cflag = CRTSCTS, 104 .cflag = CRTSCTS, 112 .cflag = CRTSCTS, 120 .cflag = CRTSCTS, 128 .cflag = CRTSCTS, 135 .cflag = CRTSCTS, 143 .cflag = CRTSCTS, 150 .cflag = CRTSCTS, 158 .cflag = CRTSCTS, [all...] |
/src/sys/sys/ |
termios.h | 143 #define CRTSCTS 0x00010000U /* RTS/CTS full-duplex flow control */ 144 #define CRTS_IFLOW CRTSCTS /* XXX compat */ 145 #define CCTS_OFLOW CRTSCTS /* XXX compat */ 148 #define CHWFLOW (MDMBUF|CRTSCTS|CDTRCTS) /* all types of hw flow control */
|
/src/usr.sbin/lpr/lpd/ |
modes.c | 85 { "crtscts", CRTSCTS, 0 }, 86 { "-crtscts", 0, CRTSCTS },
|
key.c | 238 ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS|CDTRCTS));
|
/src/sbin/slattach/ |
slattach.c | 90 cflag |= CRTSCTS;
|
/src/usr.sbin/irdaattach/ |
irdaattach.c | 76 cflag |= CRTSCTS;
|
/src/sys/dev/fdt/ |
fdt_console.c | 167 case 'r': flags |= CRTSCTS; break;
|
/src/sys/dev/ic/ |
clmpcc.c | 507 SET(tp->t_cflag, CRTSCTS); 518 CLR(tp->t_cflag, CRTSCTS); 745 if ( ISCLR(tp->t_cflag, CRTSCTS) ) 751 if ( ISCLR(tp->t_cflag, CRTSCTS) ) 761 if ( ISCLR(tp->t_cflag, CRTSCTS) && ISSET(bits, TIOCM_RTS) ) 766 if ( ISCLR(tp->t_cflag, CRTSCTS) && ISSET(bits, TIOCM_RTS) ) 775 if ( ISCLR(tp->t_cflag, CRTSCTS) && ISCLR(bits, TIOCM_RTS) ) 780 if ( ISCLR(tp->t_cflag, CRTSCTS) && ISCLR(bits, TIOCM_RTS) ) 878 ch->ch_cor2 = ISSET(t->c_cflag, CRTSCTS) ? CLMPCC_COR2_CtsAE : 0; 899 if ( sc->sc_swaprtsdtr && ISSET(t->c_cflag, CRTSCTS) ) [all...] |
cy.c | 321 SET(tp->t_cflag, CRTSCTS); 720 * use the CD1400 automatic CTS flow control if CRTSCTS is set 727 (ISSET(t->c_cflag, CRTSCTS) ? CD1400_COR2_CCTS_OFLOW : 0)); 746 (ISSET(t->c_cflag, CRTSCTS) ? CY_RX_DTR_THRESHOLD : 0)); 820 if (!ISSET(tp->t_cflag, CRTSCTS)) 826 if (!ISSET(tp->t_cflag, CRTSCTS)) 836 if (!ISSET(tp->t_cflag, CRTSCTS) && 844 if (!ISSET(tp->t_cflag, CRTSCTS) && 856 if (!ISSET(tp->t_cflag, CRTSCTS) && (bits & TIOCM_RTS)) 861 if (!ISSET(tp->t_cflag, CRTSCTS) && (bits & TIOCM_RTS) [all...] |
/src/bin/stty/ |
modes.c | 73 { "crtscts", CRTSCTS },
|
key.c | 285 ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS|CDTRCTS));
|
print.c | 161 put("-crtscts", CRTSCTS, 0);
|
/src/sys/arch/ews4800mips/dev/ |
zs.c | 162 if ((cflag & CRTSCTS) != 0) {
|
/src/sys/arch/newsmips/dev/ |
zs.c | 169 if ((cflag & CRTSCTS) != 0) {
|
/src/sys/arch/mac68k/dev/ |
zs.c | 280 /* Make these correspond to cs_defcflag (-crtscts) */ 647 * As we enable CTS interrupts only if we have CRTSCTS or CDTRCTS, 657 if ((cflag & CDTRCTS) && (cflag & (CRTSCTS | MDMBUF))) 673 if ((xcs->cs_hwflags & ZS_HWFLAG_NO_CTS) && (cflag & (CRTSCTS | CDTRCTS))) 694 * CRTSCTS we use CTS as an input which tells us when to shut up. 701 if ((cflag & CRTSCTS) != 0) {
|
/src/sys/compat/linux/common/ |
linux_termios.h | 241 bts->c_cflag |= cvtto_bsd_mask(lt->c_cflag, LINUX_CRTSCTS, CRTSCTS); 324 lt->c_cflag |= cvtto_linux_mask(bts->c_cflag, CRTSCTS, LINUX_CRTSCTS); 415 bts->c_cflag |= cvtto_bsd_mask(lts->c_cflag, LINUX_CRTSCTS, CRTSCTS); 516 lts->c_cflag |= cvtto_linux_mask(bts->c_cflag, CRTSCTS, LINUX_CRTSCTS);
|
/src/sys/dev/usb/ |
uxrcom.c | 288 if (ISSET(t->c_cflag, CRTSCTS)) {
|
uark.c | 299 if (ISSET(t->c_cflag, CRTSCTS)) {
|
ubsa_common.c | 317 if (cflag & CRTSCTS)
|
/src/sys/dev/sbus/ |
magma.c | 924 SET(tp->t_cflag, CRTSCTS); 1213 * only let them fiddle with RTS if CRTSCTS is not enabled 1245 if( !ISSET(tp->t_cflag, CRTSCTS) ) 1253 if( (bits & TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS) ) 1262 if( (bits & TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS) ) 1352 * use the CD1400 automatic CTS flow control if CRTSCTS is set 1355 if( ISSET(t->c_cflag, CRTSCTS) ) opt |= CD1400_COR2_CCTS_OFLOW; 1369 if( ISSET(t->c_cflag, CRTSCTS) )
|
/src/usr.bin/tip/ |
cmds.c | 815 rmtty.c_cflag |= CRTSCTS; 817 rmtty.c_cflag &= ~CRTSCTS;
|
/src/sys/arch/cesfic/dev/ |
zs.c | 143 /* Make these correspond to cs_defcflag (-crtscts) */ 316 if (cflag & CRTSCTS) {
|
/src/sys/arch/cobalt/dev/ |
zs.c | 204 /* Make these correspond to cs_defcflag (-crtscts) */ 361 if ((cflag & CRTSCTS) != 0) {
|
/src/sys/arch/mips/sibyte/dev/ |
sbjcn.c | 414 ISSET(tp->t_cflag, CRTSCTS) ? "+" : "-", 561 SET(t.c_cflag, CRTSCTS); 885 if (ISSET(cflag, CRTSCTS)) { 954 if (ISSET(t->c_cflag, CRTSCTS)) {
|
/src/sys/arch/news68k/dev/ |
zs.c | 236 /* Make these correspond to cs_defcflag (-crtscts) */ 392 if ((cflag & CRTSCTS) != 0) {
|