taglinefilesource code
c_cflag1340drivers/char/cyclades.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
c_cflag1382drivers/char/cyclades.ccflag = info->tty->termios->c_cflag;
c_cflag1405drivers/char/cyclades.cinfo->tty->termios->c_cflag &= ~CBAUDEX;
c_cflag2254drivers/char/cyclades.ctty->termios->c_cflag =
c_cflag2255drivers/char/cyclades.c((tty->termios->c_cflag & ~CLOCAL) |
c_cflag2304drivers/char/cyclades.cif (tty->termios->c_cflag == old_termios->c_cflag)
c_cflag2308drivers/char/cyclades.cif ((old_termios->c_cflag & CRTSCTS) &&
c_cflag2309drivers/char/cyclades.c!(tty->termios->c_cflag & CRTSCTS)) {
c_cflag2314drivers/char/cyclades.cif (!(old_termios->c_cflag & CLOCAL) &&
c_cflag2315drivers/char/cyclades.c(tty->termios->c_cflag & CLOCAL))
c_cflag2792drivers/char/cyclades.ccy_serial_driver.init_termios.c_cflag =
c_cflag927drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
c_cflag1275drivers/char/istallion.cif (portp->normaltermios.c_cflag & CLOCAL)
c_cflag1278drivers/char/istallion.cif (portp->tty->termios->c_cflag & CLOCAL)
c_cflag1793drivers/char/istallion.cput_fs_long(((tty->termios->c_cflag & CLOCAL) ? 1 : 0), (unsigned long *) arg);
c_cflag1798drivers/char/istallion.ctty->termios->c_cflag = (tty->termios->c_cflag & ~CLOCAL) | (arg ? CLOCAL : 0);
c_cflag1901drivers/char/istallion.cif ((tiosp->c_cflag == old->c_cflag) && (tiosp->c_iflag == old->c_iflag))
c_cflag1906drivers/char/istallion.cstli_mkasysigs(&portp->asig, ((tiosp->c_cflag & CBAUD) ? 1 : 0), -1);
c_cflag1908drivers/char/istallion.cif ((old->c_cflag & CRTSCTS) && ((tiosp->c_cflag & CRTSCTS) == 0))
c_cflag1910drivers/char/istallion.cif (((old->c_cflag & CLOCAL) == 0) && (tiosp->c_cflag & CLOCAL))
c_cflag2100drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
c_cflag2615drivers/char/istallion.cpp->baudout = tiosp->c_cflag & CBAUD;
c_cflag2619drivers/char/istallion.ctiosp->c_cflag &= ~CBAUDEX;
c_cflag2624drivers/char/istallion.cif ((tiosp->c_cflag & CBAUD) == B38400) {
c_cflag2636drivers/char/istallion.cswitch (tiosp->c_cflag & CSIZE) {
c_cflag2651drivers/char/istallion.cif (tiosp->c_cflag & CSTOPB)
c_cflag2656drivers/char/istallion.cif (tiosp->c_cflag & PARENB) {
c_cflag2657drivers/char/istallion.cif (tiosp->c_cflag & PARODD)
c_cflag2673drivers/char/istallion.cif (tiosp->c_cflag & CRTSCTS)
c_cflag2701drivers/char/istallion.cif (tiosp->c_cflag & CLOCAL)
c_cflag4246drivers/char/istallion.cstli_comstats.cflags = portp->tty->termios->c_cflag;
c_cflag238drivers/char/pcxx.cif (info->normal_termios.c_cflag & CLOCAL)
c_cflag241drivers/char/pcxx.cif (tty->termios->c_cflag & CLOCAL)
c_cflag442drivers/char/pcxx.cif(tty->termios->c_cflag & HUPCL) {
c_cflag1028drivers/char/pcxx.cpcxe_driver.init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
c_cflag1056drivers/char/pcxx.cpcxe_callout.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
c_cflag1664drivers/char/pcxx.cif((ts->c_cflag & CBAUD) == 0) {
c_cflag1672drivers/char/pcxx.ccflag = termios2digi_c(ch, ts->c_cflag);
c_cflag1696drivers/char/pcxx.cif((ts->c_cflag & CLOCAL) || (ch->digiext.digi_flags & DIGI_FORCEDCD))
c_cflag1702drivers/char/pcxx.chflow = termios2digi_h(ch, ts->c_cflag);
c_cflag1772drivers/char/pcxx.cif(!tty || !ts || !(ts->c_cflag & CREAD)) {
c_cflag1872drivers/char/pcxx.ctty->termios->c_cflag =  ((tty->termios->c_cflag & ~CLOCAL) | (arg ? CLOCAL : 0));
c_cflag2079drivers/char/pcxx.cif ((old_termios->c_cflag & CRTSCTS) &&
c_cflag2080drivers/char/pcxx.c((tty->termios->c_cflag & CRTSCTS) == 0))
c_cflag2082drivers/char/pcxx.cif(!(old_termios->c_cflag & CLOCAL) &&
c_cflag2083drivers/char/pcxx.c(tty->termios->c_cflag & CLOCAL))
c_cflag123drivers/char/pcxx.hulong            c_cflag;
c_cflag253drivers/char/pty.cpty_driver.init_termios.c_cflag = B38400 | CS8 | CREAD;
c_cflag276drivers/char/pty.cpty_slave_driver.init_termios.c_cflag = B38400 | CS8 | CREAD;
c_cflag698drivers/char/riscom8.cport->tty->termios->c_cflag &= ~CBAUDEX;
c_cflag997drivers/char/riscom8.cif (port->normal_termios.c_cflag & CLOCAL) 
c_cflag1532drivers/char/riscom8.ctty->termios->c_cflag =
c_cflag1533drivers/char/riscom8.c((tty->termios->c_cflag & ~CLOCAL) |
c_cflag1687drivers/char/riscom8.cif (tty->termios->c_cflag == old_termios->c_cflag &&
c_cflag1695drivers/char/riscom8.cif ((old_termios->c_cflag & CRTSCTS) &&
c_cflag1696drivers/char/riscom8.c!(tty->termios->c_cflag & CRTSCTS)) {
c_cflag1743drivers/char/riscom8.criscom_driver.init_termios.c_cflag =
c_cflag1975drivers/char/scc.ctty->termios->c_cflag &= ~CBAUD;
c_cflag2064drivers/char/scc.cspeed = baud_table[scc->tty->termios->c_cflag & CBAUD];
c_cflag2644drivers/char/scc.cif (old_termios && (tty->termios->c_cflag == old_termios->c_cflag)) 
c_cflag2680drivers/char/scc.cscc_driver.init_termios.c_cflag = B9600  | CREAD | CS8 | HUPCL | CLOCAL;
c_cflag1139drivers/char/serial.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
c_cflag1170drivers/char/serial.ccflag = info->tty->termios->c_cflag;
c_cflag1177drivers/char/serial.cinfo->tty->termios->c_cflag &= ~CBAUDEX;
c_cflag1936drivers/char/serial.ctty->termios->c_cflag =
c_cflag1937drivers/char/serial.c((tty->termios->c_cflag & ~CLOCAL) |
c_cflag2068drivers/char/serial.cif (tty->termios->c_cflag == old_termios->c_cflag)
c_cflag2073drivers/char/serial.cif ((old_termios->c_cflag & CRTSCTS) &&
c_cflag2074drivers/char/serial.c!(tty->termios->c_cflag & CRTSCTS)) {
c_cflag2086drivers/char/serial.cif (!(old_termios->c_cflag & CLOCAL) &&
c_cflag2087drivers/char/serial.c(tty->termios->c_cflag & CLOCAL))
c_cflag2290drivers/char/serial.cif (info->normal_termios.c_cflag & CLOCAL)
c_cflag2293drivers/char/serial.cif (tty->termios->c_cflag & CLOCAL)
c_cflag2730drivers/char/serial.cserial_driver.init_termios.c_cflag =
c_cflag705drivers/char/stallion.cif (portp->normaltermios.c_cflag & CLOCAL)
c_cflag708drivers/char/stallion.cif (portp->tty->termios->c_cflag & CLOCAL)
c_cflag795drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
c_cflag1156drivers/char/stallion.cput_fs_long(((tty->termios->c_cflag & CLOCAL) ? 1 : 0), (unsigned long *) arg);
c_cflag1161drivers/char/stallion.ctty->termios->c_cflag = (tty->termios->c_cflag & ~CLOCAL) | (arg ? CLOCAL : 0);
c_cflag1237drivers/char/stallion.cif ((tiosp->c_cflag == old->c_cflag) && (tiosp->c_iflag == old->c_iflag))
c_cflag1241drivers/char/stallion.cstl_setsignals(portp, ((tiosp->c_cflag & (CBAUD & ~CBAUDEX)) ? 1 : 0), -1);
c_cflag1242drivers/char/stallion.cif ((old->c_cflag & CRTSCTS) && ((tiosp->c_cflag & CRTSCTS) == 0)) {
c_cflag1246drivers/char/stallion.cif (((old->c_cflag & CLOCAL) == 0) && (tiosp->c_cflag & CLOCAL))
c_cflag1282drivers/char/stallion.cif (tty->termios->c_cflag & CRTSCTS) {
c_cflag1328drivers/char/stallion.cif (tty->termios->c_cflag & CRTSCTS) {
c_cflag1408drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
c_cflag2006drivers/char/stallion.cswitch (tiosp->c_cflag & CSIZE) {
c_cflag2021drivers/char/stallion.cif (tiosp->c_cflag & CSTOPB)
c_cflag2026drivers/char/stallion.cif (tiosp->c_cflag & PARENB) {
c_cflag2027drivers/char/stallion.cif (tiosp->c_cflag & PARODD)
c_cflag2050drivers/char/stallion.cbaudrate = tiosp->c_cflag & CBAUD;
c_cflag2054drivers/char/stallion.ctiosp->c_cflag &= ~CBAUDEX;
c_cflag2059drivers/char/stallion.cif ((tiosp->c_cflag & CBAUD) == B38400) {
c_cflag2082drivers/char/stallion.cif ((tiosp->c_cflag & CLOCAL) == 0) {
c_cflag2104drivers/char/stallion.cif (tiosp->c_cflag & CRTSCTS) {
c_cflag2977drivers/char/stallion.cportp->stats.cflags = portp->tty->termios->c_cflag;
c_cflag1809drivers/char/tty_io.ctty_std_termios.c_cflag = B38400 | CS8 | CREAD;
c_cflag89drivers/char/tty_ioctl.cNOSET_MASK(termios->c_cflag, old->c_cflag, locked->c_cflag);
c_cflag250drivers/isdn/isdn_tty.ccflag = info->tty->termios->c_cflag;
c_cflag256drivers/isdn/isdn_tty.cinfo->tty->termios->c_cflag &= ~CBAUDEX;
c_cflag346drivers/isdn/isdn_tty.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
c_cflag674drivers/isdn/isdn_tty.ctty->termios->c_cflag =
c_cflag675drivers/isdn/isdn_tty.c((tty->termios->c_cflag & ~CLOCAL) |
c_cflag760drivers/isdn/isdn_tty.cif (tty->termios->c_cflag == old_termios->c_cflag)
c_cflag763drivers/isdn/isdn_tty.cif ((old_termios->c_cflag & CRTSCTS) &&
c_cflag764drivers/isdn/isdn_tty.c!(tty->termios->c_cflag & CRTSCTS)) {
c_cflag827drivers/isdn/isdn_tty.cif (info->normal_termios.c_cflag & CLOCAL)
c_cflag830drivers/isdn/isdn_tty.cif (tty->termios->c_cflag & CLOCAL)
c_cflag1147drivers/isdn/isdn_tty.cm->tty_modem.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
c_cflag1340drivers/net/strip.ctty->termios->c_cflag |= CLOCAL;  /* Ignore modem control signals. */
c_cflag1341drivers/net/strip.ctty->termios->c_cflag &= ~HUPCL;  /* Don't close on hup */
c_cflag20include/asm-alpha/termbits.htcflag_t c_cflag;    /* control mode flags */
c_cflag44include/asm-alpha/termios.hunsigned short c_cflag;    /* control mode flags */
c_cflag93include/asm-alpha/termios.hSET_LOW_BITS(termios->c_cflag, termio->c_cflag);
c_cflag118include/asm-alpha/termios.htermio->c_cflag = termios->c_cflag;
c_cflag14include/asm-i386/termbits.htcflag_t c_cflag;    /* control mode flags */
c_cflag18include/asm-i386/termios.hunsigned short c_cflag;    /* control mode flags */
c_cflag69include/asm-i386/termios.hSET_LOW_BITS(termios->c_cflag, termio->c_cflag);
c_cflag83include/asm-i386/termios.htermio->c_cflag = termios->c_cflag;
c_cflag14include/asm-m68k/termbits.htcflag_t c_cflag;    /* control mode flags */
c_cflag18include/asm-m68k/termios.hunsigned short c_cflag;    /* control mode flags */
c_cflag67include/asm-m68k/termios.hSET_LOW_BITS(termios->c_cflag, termio->c_cflag);
c_cflag81include/asm-m68k/termios.htermio->c_cflag = termios->c_cflag;
c_cflag17include/asm-mips/termbits.hunsigned short c_cflag;    /* control mode flags */
c_cflag26include/asm-mips/termbits.htcflag_t c_cflag;    /* control mode flags */
c_cflag27include/asm-mips/termios.hSET_LOW_BITS(termios->c_cflag, termio->c_cflag);
c_cflag41include/asm-mips/termios.htermio->c_cflag = termios->c_cflag;
c_cflag132include/asm-ppc/termios.hunsigned short c_cflag;    /* control mode flags */
c_cflag142include/asm-ppc/termios.htcflag_t c_cflag;    /* control mode flags */
c_cflag354include/asm-ppc/termios.hSET_LOW_BITS(termios->c_cflag, termio->c_cflag);
c_cflag379include/asm-ppc/termios.htermio->c_cflag = termios->c_cflag;
c_cflag14include/asm-sparc/termbits.hunsigned short c_cflag;    /* control mode flags */
c_cflag24include/asm-sparc/termbits.htcflag_t c_cflag;    /* control mode flags */
c_cflag78include/asm-sparc/termios.hSET_LOW_BITS(termios->c_cflag, termio->c_cflag);
c_cflag92include/asm-sparc/termios.htermio->c_cflag = termios->c_cflag;
c_cflag131include/linux/tty.h#define _C_FLAG(tty,f)  ((tty)->termios->c_cflag & (f))