Lines Matching refs:copy_to_user
138 copy_to_user(dirent->d_name, name, namlen) || in osf_filldir()
300 return copy_to_user(osf_stat, &tmp, sizeof(tmp)) ? -EFAULT : 0; in linux_to_osf_stat()
321 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs()
341 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0; in linux_to_osf_statfs64()
543 if (copy_to_user(name, tmp, sizeof(tmp))) in SYSCALL_DEFINE1()
577 if (copy_to_user(name, tmp, len)) in SYSCALL_DEFINE2()
757 if (copy_to_user(buf, tmp, len)) in SYSCALL_DEFINE3()
808 if (copy_to_user(buffer, hwrpb, nbytes) != 0) in SYSCALL_DEFINE5()
960 return copy_to_user(o, &(struct timeval32){ in put_tv32()
969 return copy_to_user(o, &(struct timeval32){ in put_tv_to_tv32()
993 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in SYSCALL_DEFINE2()
1107 return copy_to_user(ru, &r, sizeof(r)) ? -EFAULT : 0; in SYSCALL_DEFINE2()
1123 if (copy_to_user(&ur->ru_maxrss, &r.ru_maxrss, in SYSCALL_DEFINE4()
1204 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1()
1205 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) - in SYSCALL_DEFINE1()