Searched refs:copyin (Results 176 - 200 of 349) sorted by relevance

1234567891011>>

/freebsd-10.1-release/sys/kern/
H A Dkern_time.c389 if ((error = copyin(uap->tp, &ats, sizeof(ats))) != 0)
539 error = copyin(uap->rqtp, &rqt, sizeof(rqt));
598 error = copyin(uap->tv, &atv, sizeof(atv));
605 error = copyin(uap->tzp, &atz, sizeof(atz));
725 if ((error = copyin(uap->itv, &aitv, sizeof(struct itimerval))))
1082 error = copyin(uap->evp, &ev, sizeof(ev));
1282 error = copyin(uap->value, &val, sizeof(val));
H A Dsys_generic.c688 error = copyin(uap->data, data, (u_int)size);
837 error = copyin(uap->ts, &ts, sizeof(ts));
845 error = copyin(uap->sm, &set, sizeof(set));
894 error = copyin(uap->tv, &tv, sizeof(tv));
1023 error = copyin(name, ibits[x], ncpubytes); \
1313 error = copyin(uap->fds, bits, ni);
H A Dkern_ntptime.c339 error = copyin((caddr_t)uap->tp, (caddr_t)&ntv, sizeof(ntv));
952 error = copyin(uap->delta, &delta, sizeof(delta));
H A Dkern_ffclock.c421 if ((error = copyin(uap->cest, &cest, sizeof(struct ffclock_estimate)))
H A Dkern_resource.c301 /* Perform copyin before acquiring locks if needed. */
303 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio));
385 /* Perform copyin before acquiring locks if needed. */
387 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio));
552 if ((error = copyin(uap->rlp, &olim, sizeof(struct orlimit))))
613 if ((error = copyin(uap->rlp, &alim, sizeof(struct rlimit))))
H A Dkern_xxx.c315 if ((error = copyin(uap->size, &size, sizeof(size))) != 0)
H A Dsys_process.c502 * copyin(uap->addr, &r.reg, sizeof r.reg);
504 * copyin(uap->addr, &r.reg32, sizeof r.reg32);
508 copyin(u, k ## 32, s ## 32) : \
509 copyin(u, k, s)
514 #define COPYIN(u, k, s) copyin(u, k, s)
1336 error = copyin(uap->data, &flags, sizeof(flags));
H A Dsysv_shm.c578 /* IPC_SET needs to copyin the buffer before calling kern_shmctl */
580 if ((error = copyin(uap->buf, &buf, sizeof(struct shmid_ds))))
1141 if ((error = copyin(uap->buf, &u32.shmid_ds32,
1226 if ((error = copyin(uap->buf, &u32.shmid_ds32,
1326 /* IPC_SET needs to copyin the buffer before calling kern_shmctl */
1328 if ((error = copyin(uap->buf, &old, sizeof(old))))
/freebsd-10.1-release/sys/i386/ibcs2/
H A Dibcs2_misc.c282 if (error = copyin(uap->data, &sna, sizeof sna))
284 if (error = copyin(sna.addr, &sain, sizeof sain))
708 error = copyin(uap->gidset, iset, sizeof(ibcs2_gid_t) *
912 error = copyin(uap->timep, &secs, sizeof(long));
934 error = copyin(uap->buf, &ubuf, sizeof(ubuf));
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c2833 if ((error = copyin(arg, &cl, sizeof(cl))) != 0)
2953 if ((error = copyin(&gei->pm_class, &cl, sizeof(cl))) != 0)
3008 if ((error = copyin(arg, &cv, sizeof(uint32_t))) != 0)
3042 if ((error = copyin(&gpi->pm_cpu, &cpu, sizeof(cpu))) != 0)
3138 if ((error = copyin(arg, &pma, sizeof(pma))) != 0)
3228 if ((error = copyin(arg, &pa, sizeof(pa))) != 0)
3467 if ((error = copyin(arg, &a, sizeof(a))) != 0)
3533 if ((error = copyin(arg, &a, sizeof(a))) != 0)
3583 if ((error = copyin(arg, &gm, sizeof(gm))) != 0)
3671 if ((error = copyin(ar
[all...]
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_file.c1357 error = copyin((void *)args->arg, &linux_flock,
1370 error = copyin((void *)args->arg, &linux_flock,
1379 error = copyin((void *)args->arg, &linux_flock,
1443 error = copyin((void *)args->arg, &linux_flock,
1456 error = copyin((void *)args->arg, &linux_flock,
1465 error = copyin((void *)args->arg, &linux_flock,
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf_ioctl.c2520 error = copyin(io->pfrio_buffer, pfrts, totlen);
2544 error = copyin(io->pfrio_buffer, pfrts, totlen);
2610 error = copyin(io->pfrio_buffer, pfrts, totlen);
2634 error = copyin(io->pfrio_buffer, pfrts, totlen);
2673 error = copyin(io->pfrio_buffer, pfras, totlen);
2700 error = copyin(io->pfrio_buffer, pfras, totlen);
2728 error = copyin(io->pfrio_buffer, pfras, totlen);
2798 error = copyin(io->pfrio_buffer, pfras, totlen);
2825 error = copyin(io->pfrio_buffer, pfras, totlen);
2852 error = copyin(i
[all...]
/freebsd-10.1-release/sys/amd64/amd64/
H A Dsupport.S269 * copyin(from_user, to_kernel, len) - MP SAFE
272 ENTRY(copyin) function
312 END(copyin)
/freebsd-10.1-release/sys/arm/arm/
H A Dbcopyinout.S90 ENTRY(copyin) function
315 END(copyin)
/freebsd-10.1-release/sys/i386/i386/
H A Dsupport.s344 * copyin(from_user, to_kernel, len) - MP SAFE
346 ENTRY(copyin) function
380 END(copyin)
/freebsd-10.1-release/sys/ia64/ia64/
H A Dtrap.c507 error = copyin((void*)tf->tf_scratch.gr8,
590 /* Check for copyin/copyout fault. */
683 /* Check for copyin/copyout fault. */
717 error = copyin(ip, &bundle, sizeof(bundle));
/freebsd-10.1-release/sys/powerpc/aim/
H A Dtrap.c491 error = copyin(MOREARGS(frame->fixreg[1]), sa->args + n,
527 * invalid already, since we are likely to do copyin()/copyout().
730 if (copyin((void *)frame->cpu.aim.dar, fpr,
/freebsd-10.1-release/sys/boot/userboot/test/
H A Dtest.c395 .copyin = test_copyin,
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c729 ret = -copyin(user_relocs, reloc + total,
1238 ret = -copyin((void *)(uintptr_t)args->cliprects_ptr, cliprects,
1448 ret = -copyin((void *)(uintptr_t)args->buffers_ptr, exec_list,
1521 ret = -copyin((void *)(uintptr_t)args->buffers_ptr, exec2_list,
/freebsd-10.1-release/sys/dev/netmap/
H A Dnetmap_offloadings.c354 if (copyin(src, dst, src_len)) {
/freebsd-10.1-release/sys/dev/speaker/
H A Dspkr.c511 error = copyin(tp, &ttp, sizeof(tone_t));
/freebsd-10.1-release/sys/security/mac/
H A Dmac_process.c150 error = copyin(mac_p, &mac, sizeof(mac));
/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_termios.c539 if ((error = copyin(data, &st, sizeof(st))) != 0)
547 if ((error = copyin(data, &t, sizeof(t))) != 0)
602 if ((error = copyin(data, &ws, sizeof(ws))) != 0)
/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_step.c81 if (env->copyin == 0 || env->lookupip == 0)
711 (*env->copyin)(UWX_COPYIN_MSTACK, (dest), (src), \
759 (*env->copyin)(UWX_COPYIN_MSTACK, (dest), (src), \
/freebsd-10.1-release/sys/dev/ipmi/
H A Dipmi.c340 error = copyin(req->addr, &addr, sizeof(addr));
358 error = copyin(req->msg.data, kreq->ir_request,
377 error = copyin(recv->addr, &addr, sizeof(addr));

Completed in 297 milliseconds

1234567891011>>