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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/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));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/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));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/
H A Dtst.copyin.d35 * SECTION: Actions and Subroutines/copyin();
49 trace(copyin(rand(), 1));
54 trace(copyin(rand() | 1, 1));
59 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);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/struct/
H A Dkstat.d35 this->ksp = (kstat_named_t *) copyin(arg1, sizeof (kstat_named_t));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/types/
H A Dtst.struct.d31 * Declare a dynamic type and then use it to copyin the first 3 environment
35 * Actions and Subroutines/copyin();
40 * This test program declares a dynamic type and then uses it to copyin the
42 * then use the dynamic type to access the result of our copyin(). The
64 copyin(curpsinfo->pr_envp, sizeof (struct D`env_vars_32));
77 copyin(curpsinfo->pr_envp, sizeof (struct D`env_vars_64));
H A Dtst.typedef.d31 * Declares a dynamic type and then uses it to copyin the first three
35 * Actions and Subroutines/copyin();
40 * This test program declares a dynamic type and then uses it to copyin the
42 * then use the dynamic type to access the result of our copyin(). The
65 copyin(curpsinfo->pr_envp, sizeof (D`env_vars_32_t));
78 copyin(curpsinfo->pr_envp, sizeof (D`env_vars_64_t));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/docsExamples/
H A Dkstat.d49 this->ksp = (kstat_named_t *)copyin(arg1, sizeof (kstat_named_t));
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dmemuserkernel-r0drv-freebsd.c39 int rc = copyin((const void *)R3PtrSrc, pvDst, cb);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemuserkernel-r0drv-darwin.cpp45 int rc = copyin((const user_addr_t)R3PtrSrc, pvDst, cb);
H A Ddbgkrnlinfo-r0drv-darwin.cpp445 KNOWN_ENTRY(copyin),
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d65 INTFUNC(copyin(NULL, 1))
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPDrv-freebsd.c376 int rc = copyin(pvUser, &Hdr, sizeof(Hdr));
379 OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: copyin(%p,Hdr,) -> %#x; ulCmd=%#lx\n", pvUser, rc, ulCmd));
405 rc = copyin(pvUser, pHdr, Hdr.cbIn);
408 OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: copyin(%p,%p,%#x) -> %#x; ulCmd=%#lx\n",
/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs_vfsops.c76 rc = copyin(data, &args, sizeof(struct vboxvfs_mount_info));
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp510 int rc = copyin(pUser, &Hdr, sizeof(Hdr));
513 Log(("VbgdDarwinIOCtlSlow: copyin(%llx,Hdr,) -> %#x; iCmd=%#lx\n", (unsigned long long)pUser, rc, iCmd));
540 rc = copyin(pUser, pvReqData, Hdr.cbData);
543 Log(("VbgdDarwinIOCtlSlow: copyin(%llx,%p,%#x) -> %#x; iCmd=%#lx\n",
H A DVBoxGuest-freebsd.c314 rc = copyin((void *)(uintptr_t)ReqWrap->pvDataR3, pvBuf, ReqWrap->cbData);
318 Log((DEVICE_NAME ":VBoxGuestFreeBSDIOCtl: copyin failed; pvBuf=%p pArg=%p Cmd=%lu. rc=%d\n", pvBuf, pvData, ulCmd, rc));
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Dsubr_sbuf.c313 if (copyin(uaddr, s->s_buf + s->s_len, len) != 0)
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceTypes.h366 #define copyin VBoxDtCopyIn macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c1931 if (copyin(&uprobe->ftps_noffs, &noffs,
1949 if (copyin(uprobe, probe, size) != 0 ||
2010 if (copyin((void *)arg, &instr, sizeof (instr)) != 0)
H A Ddtrace.c8647 * 1. Make calls to subroutines other than copyin(), copyinstr() or
11486 * First, we're going to copyin() the sizeof (dof_hdr_t).
11488 if (copyin((void *)uarg, &hdr, sizeof (hdr)) != 0) {
11489 dtrace_dof_error(NULL, "failed to copyin DOF header");
11512 if (copyin((void *)uarg, dof, hdr.dofh_loadsz) != 0 ||
15197 if (copyin((void *)arg, &help, sizeof (help)) != 0) {
15198 dtrace_dof_error(NULL, "failed to copyin DOF helper");
15276 if (copyin((void *)arg, &pvd, sizeof (pvd)) != 0)
15309 if (copyin((void *)arg, &epdesc, sizeof (epdesc)) != 0)
15386 if (copyin((voi
[all...]
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp682 int rc = copyin(pUser, &Hdr, sizeof(Hdr));
685 OSDBGPRINT(("VBoxDrvDarwinIOCtlSlow: copyin(%llx,Hdr,) -> %#x; iCmd=%#lx\n", (unsigned long long)pUser, rc, iCmd));
713 rc = copyin(pUser, pHdr, Hdr.cbIn);
716 OSDBGPRINT(("VBoxDrvDarwinIOCtlSlow: copyin(%llx,%p,%#x) -> %#x; iCmd=%#lx\n",

Completed in 179 milliseconds