Searched refs:copyin (Results 51 - 75 of 349) sorted by relevance

1234567891011>>

/freebsd-10.1-release/sys/dev/ofw/
H A Dopenpromio.c115 error = copyin(&oprom->oprom_size, &len, sizeof(len));
122 error = copyin(&oprom->oprom_array, &node, sizeof(node));
146 error = copyin(&oprom->oprom_size, &len, sizeof(len));
/freebsd-10.1-release/sys/ia64/ia64/
H A Dunaligned.c140 copyin((void*)va, (void*)&buf.i, 2);
147 copyin((void*)va, (void*)&buf.i, 4);
154 copyin((void*)va, (void*)&buf.i, 8);
161 copyin((void*)va, (void*)&buf.d, sizeof(buf.d));
169 copyin((void*)va, (void*)&buf.e, sizeof(buf.e));
177 copyin((void*)va, (void*)&buf.s, sizeof(buf.s));
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Apps/
H A Dhttpdstat.d101 this->str = (char *)copyin(self->buf, arg0);
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhttpdstat.d101 this->str = (char *)copyin(self->buf, arg0);
H A Dpathopens.d58 self->char0 = copyin(self->pathp, 1);
H A Dj_calldist.d69 this->class = (char *)copyin(arg1, arg2 + 1);
71 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_calltime.d70 this->class = (char *)copyin(arg1, arg2 + 1);
72 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_cpudist.d69 this->class = (char *)copyin(arg1, arg2 + 1);
71 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_cputime.d70 this->class = (char *)copyin(arg1, arg2 + 1);
72 this->method = (char *)copyin(arg3, arg4 + 1);
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Proc/
H A Dpathopens.d58 self->char0 = copyin(self->pathp, 1);
/freebsd-10.1-release/sys/amd64/amd64/
H A Dptrace_machdep.c65 error = copyin(addr, savefpu, data);
103 error = copyin(addr, fpstate, sizeof(*fpstate));
/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_sockio.c124 if ((error = copyin(data, &sr, sizeof(sr))) != 0)
147 if ((error = copyin(data, &sc, sizeof(sc))) != 0)
/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_context.c86 if (env->copyin == 0)
98 n = (*env->copyin)(UWX_COPYIN_RSTACK, (char *)valp,
122 if (env->copyin == 0)
124 n = (*env->copyin)(UWX_COPYIN_REG, (char *)valp,
130 if (env->copyin == 0)
132 n = (*env->copyin)(UWX_COPYIN_REG, (char *)valp,
172 if (env->copyin == 0)
183 n = (*env->copyin)(UWX_COPYIN_RSTACK, (char *)&natcoll,
H A Duwx_env.c120 env->copyin = 0;
190 copyin_cb copyin,
196 env->copyin = copyin;
187 uwx_register_callbacks( struct uwx_env *env, intptr_t tok, copyin_cb copyin, lookupip_cb lookupip) argument
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_arm.c143 if (copyin((void *)r, &pc, sizeof(pc)) != 0)
153 if (copyin((void *)r, &fp, sizeof(fp)) != 0)
/freebsd-10.1-release/sys/kern/
H A Dkern_context.c90 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE);
118 ret = copyin(uap->ucp, &uc, UC_COPY_SIZE);
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_calldist.d69 this->class = (char *)copyin(arg1, arg2 + 1);
71 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_calltime.d70 this->class = (char *)copyin(arg1, arg2 + 1);
72 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_cpudist.d69 this->class = (char *)copyin(arg1, arg2 + 1);
71 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_cputime.d70 this->class = (char *)copyin(arg1, arg2 + 1);
72 this->method = (char *)copyin(arg3, arg4 + 1);
/freebsd-10.1-release/sys/amd64/ia32/
H A Dia32_misc.c57 if ((error = copyin(uap->parms, &uapl32, sizeof(uapl32))) != 0)
/freebsd-10.1-release/sys/boot/userboot/userboot/
H A Dbootinfo64.c61 CALLBACK(copyin, &x, a, sizeof(x)); \
69 CALLBACK(copyin, s, a, strlen(s) + 1); \
81 CALLBACK(copyin, &s, a, sizeof(s)); \
92 CALLBACK(copyin, mm->md_data, a, mm->md_size); \
/freebsd-10.1-release/sys/boot/userboot/
H A Duserboot.h127 int (*copyin)(void *arg, const void *from, member in struct:loader_callbacks
/freebsd-10.1-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_uio.c70 error = copyin(iov->iov_base, p, cnt);
/freebsd-10.1-release/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h41 (copyin((from), (to), (size)), 0)

Completed in 94 milliseconds

1234567891011>>