| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.copyin.d | 31 * 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 D | tst.badcopyin.d | 30 * 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 D | tst.copyin.d | 35 * SECTION: Actions and Subroutines/copyin(); 49 trace(copyin(rand(), 1)); 54 trace(copyin(rand() | 1, 1)); 59 trace(copyin(NULL, 1));
|
| H A D | tst.copyin2.d | 30 * 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 D | kstat.d | 35 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 D | tst.struct.d | 31 * 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 D | tst.typedef.d | 31 * 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 D | kstat.d | 49 this->ksp = (kstat_named_t *)copyin(arg1, sizeof (kstat_named_t));
|
| /vbox/src/VBox/Runtime/r0drv/freebsd/ |
| H A D | memuserkernel-r0drv-freebsd.c | 39 int rc = copyin((const void *)R3PtrSrc, pvDst, cb);
|
| /vbox/src/VBox/Runtime/r0drv/darwin/ |
| H A D | memuserkernel-r0drv-darwin.cpp | 45 int rc = copyin((const user_addr_t)R3PtrSrc, pvDst, cb);
|
| H A D | dbgkrnlinfo-r0drv-darwin.cpp | 445 KNOWN_ENTRY(copyin),
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.subr.d | 65 INTFUNC(copyin(NULL, 1))
|
| /vbox/src/VBox/HostDrivers/Support/freebsd/ |
| H A D | SUPDrv-freebsd.c | 376 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 D | vboxvfs_vfsops.c | 76 rc = copyin(data, &args, sizeof(struct vboxvfs_mount_info));
|
| /vbox/src/VBox/Additions/common/VBoxGuest/ |
| H A D | VBoxGuest-darwin.cpp | 510 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 D | VBoxGuest-freebsd.c | 314 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 D | subr_sbuf.c | 313 if (copyin(uaddr, s->s_buf + s->s_len, len) != 0)
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/include/ |
| H A D | VBoxDTraceTypes.h | 366 #define copyin VBoxDtCopyIn macro
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
| H A D | fasttrap.c | 1931 if (copyin(&uprobe->ftps_noffs, &noffs, 1949 if (copyin(uprobe, probe, size) != 0 || 2010 if (copyin((void *)arg, &instr, sizeof (instr)) != 0)
|
| H A D | dtrace.c | 8647 * 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 D | SUPDrv-darwin.cpp | 682 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",
|