Searched refs:oflag (Results 1 - 1 of 1) sorted by path

/arch/mips/include/asm/
H A Dtermios.h32 unsigned short iflag, oflag, cflag, lflag; local
40 err |=__get_user(oflag, &termio->c_oflag);
41 termios->c_oflag = (termios->c_oflag & 0xffff0000) | oflag;

Completed in 68 milliseconds