Searched refs:copyin (Results 251 - 275 of 360) sorted by relevance

<<1112131415

/freebsd-10.3-release/sys/dev/hptmv/
H A Dhptproc.c305 copyin((void*)(ULONG_PTR)piop->lpInBuffer, ke_area, piop->nInBufferSize);
/freebsd-10.3-release/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c301 copyin(CAST_USER_ADDR_T(uiocp), NFSMTOD(mp, caddr_t)
/freebsd-10.3-release/sys/geom/
H A Dgeom_bsd.c358 error = copyin(p, buf, BBSIZE);
/freebsd-10.3-release/sys/kern/
H A Dsubr_prof.c450 * an AST that will vector us to trap() with a context in which copyin
522 if (copyin(addr, &v, sizeof(v)) == 0) {
H A Dsubr_sbuf.c418 ("Nonsensical copyin to sbuf %p with a drain", s));
429 if (copyin(uaddr, s->s_buf + s->s_len, len) != 0)
484 ("Nonsensical copyin to sbuf %p with a drain", s));
H A Dvfs_syscalls.c668 error = copyin(uap->u_fhp, &fh, sizeof(fhandle_t));
3101 if ((error = copyin(usrtvp, tv, sizeof(tv))) != 0)
3138 } else if ((error = copyin(usrtsp, tsp, sizeof(*tsp) * 2)) != 0)
4485 error = copyin(uap->u_fhp, &fhp, sizeof(fhp));
4563 error = copyin(uap->u_fhp, &fh, sizeof(fh));
4614 error = copyin(uap->u_fhp, &fh, sizeof(fhandle_t));
H A Dkern_jail.c318 error = copyin(uap->jail, &version, sizeof(uint32_t));
329 error = copyin(uap->jail, &j0, sizeof(struct jail_v0));
348 error = copyin(uap->jail, &j, sizeof(struct jail));
488 error = copyin(j->ip4, u_ip4, optiov[opt.uio_iovcnt].iov_len);
502 error = copyin(j->ip6, u_ip6, optiov[opt.uio_iovcnt].iov_len);
/freebsd-10.3-release/sys/mips/mips/
H A Dpm_machdep.c215 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
H A Dsupport.S226 * copyin(from, to, len)
231 NON_LEAF(copyin, CALLFRAME_SIZ, ra)
248 END(copyin)
H A Dtrap.c475 error = copyin((caddr_t)(intptr_t)(locr0->sp +
484 error = copyin((caddr_t)(intptr_t)(locr0->sp +
679 * through the copyin/copyout routines.
/freebsd-10.3-release/sys/i386/svr4/
H A Dsvr4_machdep.c548 if ((error = copyin(uap->a1, &ssd,
/freebsd-10.3-release/sys/dev/ksyms/
H A Dksyms.c490 if (copyin((void *)ubase, buf, sz))
/freebsd-10.3-release/sys/arm/at91/
H A Dat91_pio.c460 err = copyin(walker, many, num);
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_stat.c573 error = copyin(uap->ubuf, &ub, sizeof(ub));
/freebsd-10.3-release/sys/amd64/amd64/
H A Dtrap.c926 KASSERT(params != NULL, ("copyin args with no params!"));
927 error = copyin(params, &sa->args[regcnt],
/freebsd-10.3-release/usr.sbin/bhyveload/
H A Dbhyveload.c561 .copyin = cb_copyin,
/freebsd-10.3-release/sys/dev/drm2/
H A DdrmP.h1639 copyin(user, kern, size)
1641 copyin(arg2, arg1, arg3)
/freebsd-10.3-release/sys/net/
H A Dif_vlan.c885 error = copyin(params, &vlr, sizeof(vlr));
1655 error = copyin(ifr->ifr_data, &vlr, sizeof(vlr));
/freebsd-10.3-release/sys/i386/linux/
H A Dlinux_sysvec.c695 if (copyin(args->sfp, &frame, sizeof(frame)) != 0)
782 if (copyin(args->ucp, &uc, sizeof(uc)) != 0)
/freebsd-10.3-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c567 if (copyin(args->sfp, &frame, sizeof(frame)) != 0)
656 if (copyin(args->ucp, &uc, sizeof(uc)) != 0)
/freebsd-10.3-release/sys/arm/arm/
H A Dbcopyinout_xscale.S65 ENTRY(copyin)
498 END(copyin)
/freebsd-10.3-release/sys/dev/if_ndis/
H A Dif_ndis.c2898 error = copyin(ifr->ifr_data, &oid, sizeof(oid));
2906 error = copyin(ifr->ifr_data + sizeof(oid), oidbuf, oid.len);
2927 error = copyin(ifr->ifr_data, &oid, sizeof(oid));
2935 error = copyin(ifr->ifr_data + sizeof(oid), oidbuf, oid.len);
2962 error = copyin(ifr->ifr_data, &evt, sizeof(evt));
/freebsd-10.3-release/sys/i386/i386/
H A Dmachdep.c826 error = copyin(uap->sigcntxp, &sc, sizeof(sc));
940 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
1048 error = copyin(uap->sigcntxp, &uc, sizeof(uc));
1137 error = copyin((const void *)uc.uc_mcontext.mc_xfpustate,
3867 ret = copyin((void *)mcp->mc_xfpustate, xfpustate,
/freebsd-10.3-release/sys/dev/oce/
H A Doce_if.c1846 if (copyin(priv_data, cookie, strlen(IOCTL_COOKIE)))
1853 if (copyin(ioctl_ptr, &req, sizeof(struct mbx_hdr)))
1865 if (copyin(ioctl_ptr, OCE_DMAPTR(&dma_mem,char), req_size)) {
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2281 if (copyin(&uprobe->ftps_noffs, &noffs,
2299 if (copyin(uprobe, probe, size) != 0 ||
2383 if (copyin((void *)arg, &instr, sizeof (instr)) != 0)

Completed in 463 milliseconds

<<1112131415