tag | line | file | source code |
c_oflag | 1773 | drivers/char/tty_io.c | tp->c_oflag = OPOST | ONLCR; |
c_oflag | 1779 | drivers/char/tty_io.c | tp->c_oflag = OPOST | ONLCR | XTABS; |
c_oflag | 150 | drivers/char/tty_ioctl.c | NOSET_MASK(termios->c_oflag, old->c_oflag, locked->c_oflag); |
c_oflag | 258 | drivers/char/tty_ioctl.c | tmp_termio.c_oflag = tty->termios->c_oflag; |
c_oflag | 280 | drivers/char/tty_ioctl.c | SET_LOW_BITS(tmp_termios.c_oflag, tmp_termio.c_oflag); |
c_oflag | 72 | include/linux/termios.h | unsigned short c_oflag; /* output mode flags */ |
c_oflag | 82 | include/linux/termios.h | tcflag_t c_oflag; /* output mode flags */ |
c_oflag | 167 | include/linux/tty.h | #define _O_FLAG(tty,f) ((tty)->termios->c_oflag & (f)) |