tag | line | file | source code |
---|---|---|---|
c_lflag | 62 | include/linux/termios.h | unsigned short c_lflag; /* local mode flags */ |
c_lflag | 72 | include/linux/termios.h | tcflag_t c_lflag; /* local mode flags */ |
c_lflag | 115 | include/linux/tty.h | #define _L_FLAG(tty,f) ((tty)->termios.c_lflag & f) |
c_lflag | 153 | kernel/chr_drv/tty_ioctl.c | tmp_termio.c_lflag = tty->termios.c_lflag; |
c_lflag | 185 | kernel/chr_drv/tty_ioctl.c | *(unsigned short *)&tty->termios.c_lflag = tmp_termio.c_lflag; |