tag | line | file | source code |
c_iflag | 174 | drivers/char/pty.c | pty_driver.init_termios.c_iflag = 0; |
c_iflag | 1556 | drivers/char/tty_io.c | tty_std_termios.c_iflag = ICRNL | IXON; |
c_iflag | 75 | drivers/char/tty_ioctl.c | NOSET_MASK(termios->c_iflag, old->c_iflag, locked->c_iflag); |
c_iflag | 108 | drivers/char/tty_ioctl.c | int old_flow = ((old_termios.c_iflag & IXON) && |
c_iflag | 149 | drivers/char/tty_ioctl.c | tmp_termio.c_iflag = tty->termios->c_iflag; |
c_iflag | 170 | drivers/char/tty_ioctl.c | SET_LOW_BITS(tmp_termios.c_iflag, tmp_termio.c_iflag); |
c_iflag | 780 | drivers/net/ppp.c | (unsigned int) tty->termios->c_iflag)) |
c_iflag | 73 | include/linux/termios.h | unsigned short c_iflag; /* input mode flags */ |
c_iflag | 83 | include/linux/termios.h | tcflag_t c_iflag; /* input mode flags */ |
c_iflag | 110 | include/linux/tty.h | #define _I_FLAG(tty,f) ((tty)->termios->c_iflag & (f)) |