Searched refs:copyin (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.copyin.d31 * This D ditty tests the ability to perform both copyin and copyinstr. We
35 * SECTION: Actions and Subroutines/copyin();
37 * User Process Tracing/copyin() and copyinstr()
43 envp = *(uint32_t *)copyin(curpsinfo->pr_envp, sizeof (uint32_t));
51 envp = *(uint64_t *)copyin(curpsinfo->pr_envp, sizeof (uint64_t));
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyin.d30 * between user-level and kernel-level. copyin()/copyinstr() and
33 * to perform an illegal copyin() from a kernel address. It asserts that
35 * the kernel address from which the copyin() was attempted.
37 * SECTION: Actions and Subroutines/copyin();
38 * Actions and Subroutines/copyin();
39 * User Process Tracing/copyin() and copyinstr()
44 dtrace_zero = copyin((uintptr_t)&`dtrace_zero, sizeof (int));
/freebsd-9.3-release/sys/ofed/include/linux/
H A Duaccess.h31 #define get_user(_x, _p) -copyin((_p), &(_x), sizeof(*(_p)))
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.copyin.d37 * SECTION: Actions and Subroutines/copyin();
51 trace(copyin(rand(), 1));
56 trace(copyin(rand() | 1, 1));
61 trace(copyin(NULL, 1));
H A Dtst.copyin2.d30 * Test that there is no value of 'size' which can be passed to copyin
54 tracemem(copyin(curthread->t_procp->p_user.u_envp, size), 10);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_calls.d57 this->class = (char *)copyin(arg1, arg2 + 1);
59 this->method = (char *)copyin(arg3, arg4 + 1);
68 this->class = (char *)copyin(arg1, arg2 + 1);
75 this->class = (char *)copyin(arg0, arg1 + 1);
82 this->thread = (char *)copyin(arg0, arg1 + 1);
89 this->class = (char *)copyin(arg0, arg1 + 1);
91 this->method = (char *)copyin(arg2, arg3 + 1);
100 this->class = (char *)copyin(arg0, arg1 + 1);
102 this->method = (char *)copyin(arg2, arg3 + 1);
H A Dj_flow.d65 this->class = (char *)copyin(arg1, arg2 + 1);
67 this->method = (char *)copyin(arg3, arg4 + 1);
78 this->class = (char *)copyin(arg1, arg2 + 1);
80 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_methodcalls.d47 this->class = (char *)copyin(arg1, arg2 + 1);
49 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_syscalls.d48 this->class = (char *)copyin(arg1, arg2 + 1);
50 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_thread.d52 this->thread = (char *)copyin(arg0, arg1 + 1);
60 this->thread = (char *)copyin(arg0, arg1 + 1);
H A Dkstat_types.d54 self->uk = (kstat32_t *)copyin((uintptr_t)arg1, sizeof (kstat32_t));
56 self->uk = (kstat_t *)copyin((uintptr_t)arg1, sizeof (kstat_t));
H A Dj_classflow.d74 this->class = stringof((char *)copyin(arg1, arg2 + 1));
81 this->method = (char *)copyin(arg3, arg4 + 1);
93 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_flowtime.d76 this->class = (char *)copyin(arg1, arg2 + 1);
78 this->method = (char *)copyin(arg3, arg4 + 1);
91 this->class = (char *)copyin(arg1, arg2 + 1);
93 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_package.d46 this->class = (char *)copyin(arg0, arg1 + 1);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_calls.d57 this->class = (char *)copyin(arg1, arg2 + 1);
59 this->method = (char *)copyin(arg3, arg4 + 1);
68 this->class = (char *)copyin(arg1, arg2 + 1);
75 this->class = (char *)copyin(arg0, arg1 + 1);
82 this->thread = (char *)copyin(arg0, arg1 + 1);
89 this->class = (char *)copyin(arg0, arg1 + 1);
91 this->method = (char *)copyin(arg2, arg3 + 1);
100 this->class = (char *)copyin(arg0, arg1 + 1);
102 this->method = (char *)copyin(arg2, arg3 + 1);
H A Dj_flow.d65 this->class = (char *)copyin(arg1, arg2 + 1);
67 this->method = (char *)copyin(arg3, arg4 + 1);
78 this->class = (char *)copyin(arg1, arg2 + 1);
80 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_methodcalls.d47 this->class = (char *)copyin(arg1, arg2 + 1);
49 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_syscalls.d48 this->class = (char *)copyin(arg1, arg2 + 1);
50 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_thread.d52 this->thread = (char *)copyin(arg0, arg1 + 1);
60 this->thread = (char *)copyin(arg0, arg1 + 1);
H A Dj_classflow.d74 this->class = stringof((char *)copyin(arg1, arg2 + 1));
81 this->method = (char *)copyin(arg3, arg4 + 1);
93 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_flowtime.d76 this->class = (char *)copyin(arg1, arg2 + 1);
78 this->method = (char *)copyin(arg3, arg4 + 1);
91 this->class = (char *)copyin(arg1, arg2 + 1);
93 this->method = (char *)copyin(arg3, arg4 + 1);
H A Dj_package.d46 this->class = (char *)copyin(arg0, arg1 + 1);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Kernel/
H A Dkstat_types.d54 self->uk = (kstat32_t *)copyin((uintptr_t)arg1, sizeof (kstat32_t));
56 self->uk = (kstat_t *)copyin((uintptr_t)arg1, sizeof (kstat_t));
/freebsd-9.3-release/sys/ofed/include/asm/
H A Duaccess.h44 if (copyin(from, to, n) != 0)
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dcopy.c38 CALLBACK(copyin, src, va, len);
67 CALLBACK(copyin, buf, va, s);

Completed in 134 milliseconds

1234567891011>>