Searched refs:c_oflag (Results 1 – 12 of 12) sorted by relevance
21 v.c_oflag = termios->c_oflag; in kernel_termios_to_user_termio()38 err |= get_user(k->c_oflag, &u->c_oflag); in user_termios_to_kernel_termios()60 err |= put_user(k->c_oflag, &u->c_oflag); in kernel_termios_to_user_termios()82 err |= get_user(k->c_oflag, &u->c_oflag); in user_termios_to_kernel_termios_1()102 err |= put_user(k->c_oflag, &u->c_oflag); in kernel_termios_to_user_termios_1()
14 termios->c_oflag = (0xffff0000 & termios->c_oflag) | v.c_oflag; in user_termio_to_kernel_termios()40 v.c_oflag = termios->c_oflag; in kernel_termios_to_user_termio()
12 tcflag_t c_oflag; /* output mode flags */ member21 tcflag_t c_oflag; /* output mode flags */ member32 tcflag_t c_oflag; /* output mode flags */ member
25 tcflag_t c_oflag; /* output mode flags */ member34 tcflag_t c_oflag; /* output mode flags */ member45 tcflag_t c_oflag; /* output mode flags */ member
56 unsigned short c_oflag; /* output mode flags */ member
18 tcflag_t c_oflag; /* output mode flags */ member31 tcflag_t c_oflag; /* output mode flags */ member44 tcflag_t c_oflag; /* output mode flags */ member
44 unsigned short c_oflag; /* output mode flags */ member
16 tcflag_t c_oflag; /* output mode flags */ member30 tcflag_t c_oflag; /* output mode flags */ member41 tcflag_t c_oflag; /* output mode flags */ member
46 unsigned short c_oflag; /* output mode flags */ member
25 tcflag_t c_oflag; /* output mode flags */ member38 tcflag_t c_oflag; /* output mode flags */ member
107 new.c_oflag |= OPOST; in generic_console_write()
Completed in 27 milliseconds