Searched refs:copy_to_user (Results 1 – 5 of 5) sorted by relevance
/include/asm-generic/ |
D | termios.h | 63 copy_to_user(termio->c_cc, termios->c_cc, NCC) != 0) in kernel_termios_to_user_termio() 79 return copy_to_user(u, k, sizeof(struct termios2)); in kernel_termios_to_user_termios() 91 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios_1() 103 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios()
|
D | termios-base.h | 58 copy_to_user(termio->c_cc, termios->c_cc, NCC) != 0) in kernel_termios_to_user_termio() 69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) 73 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))
|
D | uaccess.h | 273 static inline long copy_to_user(void __user *to, in copy_to_user() function
|
/include/net/ |
D | checksum.h | 50 if (copy_to_user(dst, src, len) == 0) in csum_and_copy_to_user()
|
/include/rdma/ |
D | ib_verbs.h | 1665 return copy_to_user(udata->outbuf, src, len) ? -EFAULT : 0; in ib_copy_to_udata()
|