t_cflag 520 arch/i386/isa/pccom.c tp->t_cflag = comconscflag; t_cflag 522 arch/i386/isa/pccom.c tp->t_cflag = TTYDEF_CFLAG; t_cflag 524 arch/i386/isa/pccom.c SET(tp->t_cflag, CLOCAL); t_cflag 526 arch/i386/isa/pccom.c SET(tp->t_cflag, CRTSCTS); t_cflag 528 arch/i386/isa/pccom.c SET(tp->t_cflag, MDMBUF); t_cflag 639 arch/i386/isa/pccom.c ISSET(sc->sc_msr, MSR_DCD) || ISSET(tp->t_cflag, MDMBUF)) t_cflag 665 arch/i386/isa/pccom.c (!ISSET(tp->t_cflag, CLOCAL) && t_cflag 737 arch/i386/isa/pccom.c if (ISSET(tp->t_cflag, HUPCL) && t_cflag 1075 arch/i386/isa/pccom.c oldcflag = tp->t_cflag; t_cflag 1076 arch/i386/isa/pccom.c tp->t_cflag = t->c_cflag; t_cflag 1084 arch/i386/isa/pccom.c ISSET(oldcflag, MDMBUF) != ISSET(tp->t_cflag, MDMBUF) && t_cflag 1114 arch/i386/isa/pccom.c if (ISSET(tp->t_cflag, MDMBUF)) { t_cflag 1125 arch/i386/isa/pccom.c if (ISSET(tp->t_cflag, MDMBUF)) { t_cflag 1151 arch/i386/isa/pccom.c if (ISSET(tp->t_cflag, CRTSCTS) && !ISSET(sc->sc_msr, MSR_CTS)) t_cflag 1308 arch/i386/isa/pccom.c ISSET(tp->t_cflag, CRTSCTS)) t_cflag 1430 arch/i386/isa/pccom.c if (ISSET(tp->t_cflag, CRTSCTS) && ISSET(msr, MSR_DCTS)) { t_cflag 236 compat/common/tty_43.c SET(tp->t_cflag, HUPCL); t_cflag 262 compat/common/tty_43.c register tcflag_t cflag = tp->t_cflag; t_cflag 308 dev/ic/com.c tp->t_cflag = comconscflag; t_cflag 311 dev/ic/com.c tp->t_cflag = TTYDEF_CFLAG; t_cflag 313 dev/ic/com.c SET(tp->t_cflag, CLOCAL); t_cflag 315 dev/ic/com.c SET(tp->t_cflag, CRTSCTS); t_cflag 317 dev/ic/com.c SET(tp->t_cflag, MDMBUF); t_cflag 416 dev/ic/com.c ISSET(sc->sc_msr, MSR_DCD) || ISSET(tp->t_cflag, MDMBUF)) t_cflag 451 dev/ic/com.c (!ISSET(tp->t_cflag, CLOCAL) && t_cflag 534 dev/ic/com.c if (ISSET(tp->t_cflag, HUPCL) && t_cflag 857 dev/ic/com.c oldcflag = tp->t_cflag; t_cflag 858 dev/ic/com.c tp->t_cflag = t->c_cflag; t_cflag 866 dev/ic/com.c ISSET(oldcflag, MDMBUF) != ISSET(tp->t_cflag, MDMBUF) && t_cflag 890 dev/ic/com.c if (ISSET(tp->t_cflag, CRTSCTS) && !ISSET(sc->sc_msr, MSR_CTS)) t_cflag 1030 dev/ic/com.c if (ISSET(tp->t_cflag, CRTSCTS) && t_cflag 1162 dev/ic/com.c ISSET(tp->t_cflag, CRTSCTS)) { t_cflag 1194 dev/ic/com.c ISSET(tp->t_cflag, CRTSCTS)) { t_cflag 317 dev/ic/cy.c tp->t_cflag = TTYDEF_CFLAG; t_cflag 319 dev/ic/cy.c SET(tp->t_cflag, CLOCAL); t_cflag 321 dev/ic/cy.c SET(tp->t_cflag, CRTSCTS); t_cflag 323 dev/ic/cy.c SET(tp->t_cflag, MDMBUF); t_cflag 375 dev/ic/cy.c ISSET(tp->t_cflag, MDMBUF) || t_cflag 388 dev/ic/cy.c while (!ISSET(tp->t_cflag, CLOCAL) && t_cflag 430 dev/ic/cy.c if (ISSET(tp->t_cflag, HUPCL) && t_cflag 880 dev/ic/cy.c if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS)) t_cflag 886 dev/ic/cy.c if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS)) t_cflag 896 dev/ic/cy.c if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS) && t_cflag 902 dev/ic/cy.c if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS) && t_cflag 912 dev/ic/cy.c if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS) && t_cflag 918 dev/ic/cy.c if (!ISSET(cy->cy_tty->t_cflag, CRTSCTS) && t_cflag 1014 dev/ic/cy.c if (ISSET(tp->t_cflag, CRTSCTS)) { t_cflag 1206 dev/ic/cy.c if (ISSET(cy->cy_tty->t_cflag, CRTSCTS)) { t_cflag 279 dev/ic/z8530tty.c tp->t_cflag = ZSTTY_DEF_CFLAG; t_cflag 363 dev/ic/z8530tty.c tp->t_cflag = ZSTTY_DEF_CFLAG; t_cflag 365 dev/ic/z8530tty.c tp->t_cflag |= CLOCAL; t_cflag 367 dev/ic/z8530tty.c tp->t_cflag |= CRTSCTS; t_cflag 369 dev/ic/z8530tty.c tp->t_cflag |= MDMBUF; t_cflag 396 dev/ic/z8530tty.c (tp->t_cflag & CLOCAL) || t_cflag 448 dev/ic/z8530tty.c hup = tp->t_cflag & HUPCL; t_cflag 595 dev/ic/z8530tty.c if (tp->t_cflag & CRTSCTS) t_cflag 709 dev/ic/z8530tty.c tp->t_cflag = cflag; t_cflag 1063 dev/ic/z8530tty.c if (((rr0 & ZSRR0_CTS) == 0) && (tp->t_cflag & CRTSCTS)) { t_cflag 1204 dev/ic/z8530tty.c if ((delta & ZSRR0_CTS) && (tp->t_cflag & CRTSCTS)) { t_cflag 924 dev/pci/cz.c if (ISSET(tp->t_cflag, HUPCL)) { t_cflag 1364 dev/pci/cz.c tp->t_cflag == cflag) t_cflag 1435 dev/pci/cz.c tp->t_cflag = t->c_cflag; t_cflag 864 dev/sbus/magma.c tp->t_cflag = TTYDEF_CFLAG; t_cflag 866 dev/sbus/magma.c SET(tp->t_cflag, CLOCAL); t_cflag 868 dev/sbus/magma.c SET(tp->t_cflag, CRTSCTS); t_cflag 870 dev/sbus/magma.c SET(tp->t_cflag, MDMBUF); t_cflag 909 dev/sbus/magma.c while (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON)) { t_cflag 944 dev/sbus/magma.c if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) { t_cflag 1193 dev/sbus/magma.c if (!ISSET(tp->t_cflag, CRTSCTS)) t_cflag 1203 dev/sbus/magma.c if ((bits & TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS)) t_cflag 1212 dev/sbus/magma.c if ((bits & TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS)) t_cflag 364 dev/sbus/spif.c tp->t_cflag = TTYDEF_CFLAG; t_cflag 366 dev/sbus/spif.c SET(tp->t_cflag, CLOCAL); t_cflag 368 dev/sbus/spif.c SET(tp->t_cflag, CRTSCTS); t_cflag 370 dev/sbus/spif.c SET(tp->t_cflag, MDMBUF); t_cflag 400 dev/sbus/spif.c while (!ISSET(tp->t_cflag, CLOCAL) && t_cflag 437 dev/sbus/spif.c if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) { t_cflag 561 dev/sbus/spif.c if (ISSET(bits, TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS)) t_cflag 247 dev/usb/ucom.c CLR(tp->t_cflag, CLOCAL | MDMBUF); t_cflag 303 dev/usb/ucom.c if (ISSET(tp->t_cflag, HUPCL)) { t_cflag 468 dev/usb/ucom.c ISSET(sc->sc_msr, UMSR_DCD) || ISSET(tp->t_cflag, MDMBUF)) t_cflag 493 dev/usb/ucom.c while (sc->sc_cua || (!ISSET(tp->t_cflag, CLOCAL) && t_cflag 867 dev/usb/ucom.c tp->t_cflag == t->c_cflag) t_cflag 875 dev/usb/ucom.c tp->t_cflag = t->c_cflag; t_cflag 846 dev/wscons/wsdisplay.c tp->t_cflag = TTYDEF_CFLAG; t_cflag 1502 dev/wscons/wsdisplay.c tp->t_cflag = t->c_cflag; t_cflag 243 kern/tty.c if (!ISSET(tp->t_cflag, CREAD)) t_cflag 301 kern/tty.c if (ISSET(iflag, IXOFF) || ISSET(tp->t_cflag, CHWFLOW)) t_cflag 851 kern/tty.c SET(tp->t_cflag, HUPCL); t_cflag 886 kern/tty.c ISSET(tp->t_cflag, CLOCAL) && t_cflag 892 kern/tty.c tp->t_cflag = t->c_cflag; t_cflag 1054 kern/tty.c if (ttnread(tp) > 0 || (!ISSET(tp->t_cflag, CLOCAL) && t_cflag 1127 kern/tty.c if (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON)) { t_cflag 1184 kern/tty.c (ISSET(tp->t_state, TS_CARR_ON) || ISSET(tp->t_cflag, CLOCAL)) && t_cflag 1188 kern/tty.c (ISSET(tp->t_state, TS_CARR_ON) || ISSET(tp->t_cflag, CLOCAL)) t_cflag 1279 kern/tty.c if (ISSET(tp->t_cflag, CHWFLOW) && tp->t_hwiflow && t_cflag 1336 kern/tty.c if (!ISSET(tp->t_state, TS_WOPEN) && ISSET(tp->t_cflag, MDMBUF)) { t_cflag 1353 kern/tty.c !ISSET(tp->t_cflag, CLOCAL)) { t_cflag 1382 kern/tty.c !ISSET(tp->t_cflag, CLOCAL)) { t_cflag 1524 kern/tty.c ISSET(tp->t_cflag, CLOCAL); t_cflag 1626 kern/tty.c if (ISSET(tp->t_cflag, CHWFLOW) && tp->t_hwiflow && t_cflag 1680 kern/tty.c !ISSET(tp->t_cflag, CLOCAL)) { t_cflag 257 kern/tty_pty.c tp->t_cflag = TTYDEF_CFLAG; t_cflag 438 net/if_sl.c (sc->sc_ttyp->t_cflag & CLOCAL) == 0) { t_cflag 745 net/if_sl.c (tp->t_cflag & CLOCAL) == 0)) { t_cflag 723 net/if_strip.c (sc->sc_ttyp->t_cflag & CLOCAL) == 0) { t_cflag 909 net/if_strip.c if (((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0) t_cflag 1132 net/if_strip.c (tp->t_cflag & CLOCAL) == 0)) { t_cflag 316 net/ppp_tty.c if ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0 t_cflag 360 net/ppp_tty.c if ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0) t_cflag 751 net/ppp_tty.c && !((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0)