Searched refs:copy_struct_from_user (Results 1 – 11 of 11) sorted by relevance
/linux/lib/ |
A D | test_user_copy.c | 134 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize), in test_copy_struct_from_user() 147 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize), in test_copy_struct_from_user() 157 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize) != -E2BIG, in test_copy_struct_from_user() 169 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize), in test_copy_struct_from_user()
|
/linux/drivers/platform/surface/ |
A D | surface_aggregator_cdev.c | 266 ret = copy_struct_from_user(&rqst, sizeof(rqst), r, sizeof(*r)); in ssam_cdev_request() 378 ret = copy_struct_from_user(&desc, sizeof(desc), d, sizeof(*d)); in ssam_cdev_notif_register() 393 ret = copy_struct_from_user(&desc, sizeof(desc), d, sizeof(*d)); in ssam_cdev_notif_unregister() 411 ret = copy_struct_from_user(&desc, sizeof(desc), d, sizeof(*d)); in ssam_cdev_event_enable() 439 ret = copy_struct_from_user(&desc, sizeof(desc), d, sizeof(*d)); in ssam_cdev_event_disable()
|
/linux/security/landlock/ |
A D | syscalls.c | 64 return copy_struct_from_user(dst, ksize, src, usize); in copy_min_struct_from_user()
|
/linux/include/linux/ |
A D | uaccess.h | 335 copy_struct_from_user(void *dst, size_t ksize, const void __user *src, in copy_struct_from_user() function
|
/linux/fs/ |
A D | open.c | 1259 err = copy_struct_from_user(&tmp, sizeof(tmp), how, usize); in SYSCALL_DEFINE4()
|
A D | namespace.c | 4251 err = copy_struct_from_user(&attr, sizeof(attr), uattr, usize); in SYSCALL_DEFINE5()
|
A D | io_uring.c | 4256 ret = copy_struct_from_user(&req->open.how, sizeof(req->open.how), how, in io_openat2_prep()
|
/linux/kernel/ |
A D | seccomp.c | 1570 ret = copy_struct_from_user(&addfd, sizeof(addfd), uaddfd, size); in seccomp_notify_addfd()
|
A D | fork.c | 2726 err = copy_struct_from_user(&args, sizeof(args), uargs, usize); in copy_clone_args_from_user()
|
/linux/kernel/sched/ |
A D | core.c | 7621 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in sched_copy_attr()
|
/linux/kernel/events/ |
A D | core.c | 11728 ret = copy_struct_from_user(attr, sizeof(*attr), uattr, size); in perf_copy_attr()
|
Completed in 79 milliseconds