| tag | line | file | source code |
|---|---|---|---|
| c_iflag | 81 | include/linux/tty.h | #define _I_FLAG(tty,f) ((tty)->termios.c_iflag & f) |
| c_iflag | 48 | include/termios.h | unsigned short c_iflag; /* input mode flags */ |
| c_iflag | 58 | include/termios.h | tcflag_t c_iflag; /* input mode flags */ |
| c_iflag | 149 | kernel/chr_drv/tty_ioctl.c | tmp_termio.c_iflag = tty->termios.c_iflag; |
| c_iflag | 180 | kernel/chr_drv/tty_ioctl.c | *(unsigned short *)&tty->termios.c_iflag = tmp_termio.c_iflag; |