Searched refs:oflag (Results 1 – 1 of 1) sorted by relevance
32 unsigned short iflag, oflag, cflag, lflag; in user_termio_to_kernel_termios() local40 err |=__get_user(oflag, &termio->c_oflag); in user_termio_to_kernel_termios()41 termios->c_oflag = (termios->c_oflag & 0xffff0000) | oflag; in user_termio_to_kernel_termios()