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

/include/asm-generic/
H A Dtermios-base.h53 if (put_user(termios->c_iflag, &termio->c_iflag) < 0 ||
54 put_user(termios->c_oflag, &termio->c_oflag) < 0 ||
55 put_user(termios->c_cflag, &termio->c_cflag) < 0 ||
56 put_user(termios->c_lflag, &termio->c_lflag) < 0 ||
57 put_user(termios->c_line, &termio->c_line) < 0 ||
H A Dtermios.h58 if (put_user(termios->c_iflag, &termio->c_iflag) < 0 ||
59 put_user(termios->c_oflag, &termio->c_oflag) < 0 ||
60 put_user(termios->c_cflag, &termio->c_cflag) < 0 ||
61 put_user(termios->c_lflag, &termio->c_lflag) < 0 ||
62 put_user(termios->c_line, &termio->c_line) < 0 ||
H A Duaccess.h164 #define put_user(x, ptr) \ macro

Completed in 36 milliseconds