tag | line | file | source code |
c_oflag | 175 | drivers/char/pty.c | pty_driver.init_termios.c_oflag = 0; |
c_oflag | 1557 | drivers/char/tty_io.c | tty_std_termios.c_oflag = OPOST | ONLCR; |
c_oflag | 76 | drivers/char/tty_ioctl.c | NOSET_MASK(termios->c_oflag, old->c_oflag, locked->c_oflag); |
c_oflag | 150 | drivers/char/tty_ioctl.c | tmp_termio.c_oflag = tty->termios->c_oflag; |
c_oflag | 171 | drivers/char/tty_ioctl.c | SET_LOW_BITS(tmp_termios.c_oflag, tmp_termio.c_oflag); |
c_oflag | 74 | include/linux/termios.h | unsigned short c_oflag; /* output mode flags */ |
c_oflag | 84 | include/linux/termios.h | tcflag_t c_oflag; /* output mode flags */ |
c_oflag | 111 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & (f)) |