__copy_to_user 23 include/asm-generic/uaccess-unaligned.h __copy_to_user((ptr), &__x, sizeof(*(ptr))) ? -EFAULT : 0; \ __copy_to_user 108 include/asm-generic/uaccess.h #ifndef __copy_to_user __copy_to_user 176 include/asm-generic/uaccess.h size = __copy_to_user(ptr, x, size); __copy_to_user 252 include/asm-generic/uaccess.h #define __copy_to_user_inatomic __copy_to_user __copy_to_user 270 include/asm-generic/uaccess.h return __copy_to_user(to, from, n); __copy_to_user 144 include/linux/poll.h return __copy_to_user(ufdset, fdset, FDS_BYTES(nr)); __copy_to_user 235 include/linux/regset.h } else if (__copy_to_user(*ubuf, data, copy))