Searched refs:copy_from_user (Results 1 - 7 of 7) sorted by relevance

/include/asm-generic/
H A Dtermios-base.h38 if (copy_from_user(termios->c_cc, termio->c_cc, NCC) != 0)
65 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios))
72 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios))
H A Dtermios.h43 if (copy_from_user(termios->c_cc, termio->c_cc, NCC) != 0)
73 return copy_from_user(k, u, sizeof(struct termios2));
85 return copy_from_user(k, u, sizeof(struct termios));
97 return copy_from_user(k, u, sizeof(struct termios));
H A Duaccess.h255 static inline long copy_from_user(void *to, function
/include/linux/
H A Dpoll.h134 return copy_from_user(fdset, ufdset, nr) ? -EFAULT : 0;
H A Dskbuff.h2473 } else if (!copy_from_user(skb_put(skb, copy), from, copy))
/include/net/
H A Dsock.h1836 } else if (copy_from_user(to, from, copy))
1887 } else if (copy_from_user(page_address(page) + off, from, copy))
/include/rdma/
H A Dib_verbs.h1660 return copy_from_user(dest, udata->inbuf, len) ? -EFAULT : 0;

Completed in 150 milliseconds