tag | line | file | source code |
c_oflag | 66 | include/linux/termios.h | unsigned short c_oflag; /* output mode flags */ |
c_oflag | 76 | include/linux/termios.h | tcflag_t c_oflag; /* output mode flags */ |
c_oflag | 150 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & f) |
c_oflag | 1483 | kernel/chr_drv/tty_io.c | tp->c_oflag = OPOST | ONLCR; |
c_oflag | 1493 | kernel/chr_drv/tty_io.c | tp->c_oflag = OPOST | ONLCR; |
c_oflag | 185 | kernel/chr_drv/tty_ioctl.c | tmp_termio.c_oflag = tty->termios->c_oflag; |
c_oflag | 228 | kernel/chr_drv/tty_ioctl.c | *(unsigned short *)&tty->termios->c_oflag = tmp_termio.c_oflag; |