Lines Matching refs:copyin

246 		if ((error = copyin(args->timeout, &ltv, sizeof(ltv))))  in linux_select()
512 if ((error = copyin(args->times, &lut, sizeof lut)) != 0) in linux_utime()
536 if ((error = copyin(args->tptr, ltv, sizeof ltv)) != 0) in linux_utimes()
618 error = copyin(args->times, l_times, sizeof(l_times)); in linux_utimensat()
673 error = copyin(args->times64, l_times, sizeof(l_times)); in linux_utimensat_time64()
703 if ((error = copyin(args->utimes, ltv, sizeof ltv)) != 0) in linux_futimesat()
993 error = copyin(uap->itv, &ls, sizeof(ls)); in linux_setitimer()
1041 error = copyin(args->grouplist, linux_gidset, ngrp * sizeof(l_gid_t)); in linux_setgroups()
1185 error = copyin(args->rlim, &rlim, sizeof(rlim)); in linux_setrlimit()
1285 error = copyin(args->param, &sched_param, sizeof(sched_param)); in linux_sched_setscheduler()
1599 error = copyin(uap->hdrp, &luch, sizeof(luch)); in linux_capget()
1646 error = copyin(uap->hdrp, &luch, sizeof(luch)); in linux_capset()
1669 error = copyin(uap->datap, &lucd, u32s * sizeof(lucd[0])); in linux_capset()
1787 error = copyin((void *)(register_t)args->arg2, comm, in linux_prctl()
1857 error = copyin(uap->param, &sched_param, sizeof(sched_param)); in linux_sched_setparam()
2005 error = copyin(args->user_mask_ptr, mask, len); in linux_sched_setaffinity()
2058 error = copyin(args->new, &nrlim, sizeof(nrlim)); in linux_prlimit64()
2136 error = copyin(sig, &lpse6, sizeof(lpse6)); in linux_common_pselect6()
2305 error = copyin(ufds, fds, nfd * sizeof(*fds)); in linux_pollin()
2645 error = copyin(ptr++, &arg, sizeof(arg)); in linux_exec_copyin_args()
2672 error = copyin(ptr++, &arg, sizeof(arg)); in linux_exec_copyin_args()
2991 error = copyin(args->attr, &attr, sizeof(attr)); in linux_mq_open()
3059 error = copyin(args->sevp, &l_ev, sizeof(l_ev)); in linux_mq_notify()
3078 error = copyin(args->attr, &attr, sizeof(attr)); in linux_mq_getsetattr()