Searched refs:c_oflag (Results 1 – 4 of 4) sorted by relevance
280 tcflag_t oflag = tp->t_termios.c_oflag; in ttcompatgetflags()340 tcflag_t oflag = t->c_oflag; in ttcompatsetflags()407 t->c_oflag = oflag; in ttcompatsetflags()417 tcflag_t oflag = t->c_oflag; in ttcompatsetlflags()483 t->c_oflag = oflag; in ttcompatsetlflags()
626 new->c_oflag = (old->c_oflag & lock->c_oflag) | in ttydev_ioctl()627 (new->c_oflag & ~lock->c_oflag); in ttydev_ioctl()910 t->c_oflag = TTYDEF_OFLAG; in tty_init_termios()1717 t->c_oflag &= TTYSUP_OFLAG; in tty_generic_ioctl()1757 tp->t_termios.c_oflag = t->c_oflag; in tty_generic_ioctl()2350 t->c_iflag, t->c_oflag, t->c_cflag, t->c_lflag, in _db_show_termios()
222 tcflag_t c_oflag; /* output flags */ member
233 raw.c_oflag &= ~(OPOST); in enableRawMode()