taglinefilesource code
c_oflag82include/linux/tty.h#define _O_FLAG(tty,f)  ((tty)->termios.c_oflag & f)
c_oflag49include/termios.hunsigned short c_oflag;    /* output mode flags */
c_oflag59include/termios.htcflag_t c_oflag;    /* output mode flags */
c_oflag150kernel/chr_drv/tty_ioctl.ctmp_termio.c_oflag = tty->termios.c_oflag;
c_oflag181kernel/chr_drv/tty_ioctl.c*(unsigned short *)&tty->termios.c_oflag = tmp_termio.c_oflag;