Searched refs:lflag (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 73 milliseconds