| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Bin/ |
| D | j_calls.d | 57 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);
|
| D | j_flow.d | 65 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);
|
| D | j_flowtime.d | 76 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);
|
| D | j_syscolors.d | 82 this->class = (char *)copyin(arg1, arg2 + 1); 84 this->method = (char *)copyin(arg3, arg4 + 1); 98 this->class = (char *)copyin(arg1, arg2 + 1); 100 this->method = (char *)copyin(arg3, arg4 + 1);
|
| D | shellsnoop | 198 this->text = (char *)copyin(self->buf, arg0); 205 this->text = (char *)copyin(self->buf, arg0); 236 this->text = (char *)copyin(self->buf, arg0); 250 this->text = (char *)copyin(self->buf, arg0);
|
| D | j_classflow.d | 74 this->class = stringof((char *)copyin(arg1, arg2 + 1)); 81 this->method = (char *)copyin(arg3, arg4 + 1); 93 this->method = (char *)copyin(arg3, arg4 + 1);
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Java/ |
| D | j_calls.d | 57 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);
|
| D | j_flow.d | 65 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);
|
| D | j_flowtime.d | 76 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);
|
| D | j_syscolors.d | 82 this->class = (char *)copyin(arg1, arg2 + 1); 84 this->method = (char *)copyin(arg3, arg4 + 1); 98 this->class = (char *)copyin(arg1, arg2 + 1); 100 this->method = (char *)copyin(arg3, arg4 + 1);
|
| D | j_classflow.d | 74 this->class = stringof((char *)copyin(arg1, arg2 + 1)); 81 this->method = (char *)copyin(arg3, arg4 + 1); 93 this->method = (char *)copyin(arg3, arg4 + 1);
|
| /freebsd-9-stable/sys/dev/hwpmc/ |
| D | hwpmc_x86.c | 94 if (copyin((void *) pc, &instr, sizeof(instr)) != 0) in pmc_save_user_callchain() 99 if (copyin((void *) sp, &pc, sizeof(pc)) != 0) in pmc_save_user_callchain() 103 if (copyin((void *) sp, &pc, sizeof(pc)) != 0) in pmc_save_user_callchain() 105 } else if (copyin((void *) r, &pc, sizeof(pc)) != 0 || in pmc_save_user_callchain() 106 copyin((void *) fp, &fp, sizeof(fp)) != 0) in pmc_save_user_callchain() 121 if (copyin((void *) r, &pc, sizeof(pc)) != 0 || in pmc_save_user_callchain() 122 copyin((void *) fp, &fp, sizeof(fp)) != 0) in pmc_save_user_callchain()
|
| /freebsd-9-stable/usr.bin/mail/ |
| D | head.c | 111 hl->l_date = copyin(cp, &sp); in parse() 116 hl->l_from = copyin(word, &sp); in parse() 119 hl->l_tty = copyin(word, &sp); in parse() 122 hl->l_date = copyin(cp, &sp); in parse() 132 copyin(char *src, char **space) in copyin() function
|
| /freebsd-9-stable/sys/boot/userboot/userboot/ |
| D | bootinfo.c | 178 CALLBACK(copyin, ep->ev_name, addr, strlen(ep->ev_name)); in bi_copyenv() 180 CALLBACK(copyin, "=", addr, 1); in bi_copyenv() 183 CALLBACK(copyin, ep->ev_value, addr, strlen(ep->ev_value)); in bi_copyenv() 186 CALLBACK(copyin, "", addr, 1); in bi_copyenv() 189 CALLBACK(copyin, "", addr, 1); in bi_copyenv()
|
| D | elf64_freebsd.c | 147 CALLBACK(copyin, stack, 0x1000, sizeof(stack)); in elf64_exec() 148 CALLBACK(copyin, PT4, 0x2000, sizeof(PT4)); in elf64_exec() 149 CALLBACK(copyin, PT3, 0x3000, sizeof(PT3)); in elf64_exec() 150 CALLBACK(copyin, PT2, 0x4000, sizeof(PT2)); in elf64_exec() 159 CALLBACK(copyin, gdtr, 0x5000, sizeof(gdtr)); in elf64_exec()
|
| D | bootinfo32.c | 60 CALLBACK(copyin, &x, a, sizeof(x)); \ 68 CALLBACK(copyin, s, a, strlen(s) + 1); \ 80 CALLBACK(copyin, &s, a, sizeof(s)); \ 91 CALLBACK(copyin, mm->md_data, a, mm->md_size); \ 255 CALLBACK(copyin, &bi, 0x2000, sizeof(bi)); in bi_load32() 256 CALLBACK(copyin, kernelname, 0x2000 + sizeof(bi), strlen(kernelname) + 1); in bi_load32()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/ |
| D | tst.copyin.d | 51 trace(copyin(rand(), 1)); 56 trace(copyin(rand() | 1, 1)); 61 trace(copyin(NULL, 1));
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Apps/ |
| D | shellsnoop | 198 this->text = (char *)copyin(self->buf, arg0); 205 this->text = (char *)copyin(self->buf, arg0); 236 this->text = (char *)copyin(self->buf, arg0); 250 this->text = (char *)copyin(self->buf, arg0);
|
| /freebsd-9-stable/sys/compat/freebsd32/ |
| D | freebsd32_ioctl.c | 78 if ((error = copyin(uap->data, &md32, sizeof(md32)))) { in freebsd32_ioctl_md() 149 if ((error = copyin(uap->data, &toch32, sizeof(toch32)))) in freebsd32_ioctl_ioc_toc_header() 168 if ((error = copyin(uap->data, &toce32, sizeof(toce32)))) in freebsd32_ioctl_ioc_read_toc() 194 if ((error = copyin(uap->data, &fgn32, sizeof fgn32)) != 0) in freebsd32_ioctl_fiodgname() 211 if ((error = copyin(uap->data, &mro32, sizeof(mro32))) != 0) in freebsd32_ioctl_memrange() 265 if ((error = copyin(uap->data, &pci32, sizeof(pci32))) != 0) in freebsd32_ioctl_pciocgetconf() 291 if ((error = copyin(pmc32p, &pmc32, sizeof(pmc32))) != 0) in freebsd32_ioctl_pciocgetconf() 313 if ((error = copyin(pcp, &pc, sizeof(pc))) != 0) in freebsd32_ioctl_pciocgetconf()
|
| D | freebsd32_misc.c | 282 error = copyin(uap->ss, &s32, sizeof(s32)); in freebsd32_sigaltstack() 348 error = copyin(p32++, &arg, sizeof(arg)); in freebsd32_exec_copyin_args() 373 error = copyin(p32++, &arg, sizeof(arg)); in freebsd32_exec_copyin_args() 616 error = copyin(uap->itv, &i32, sizeof(i32)); in freebsd32_setitimer() 655 error = copyin(uap->tv, &tv32, sizeof(tv32)); in freebsd32_select() 680 error = copyin(uap->ts, &ts32, sizeof(ts32)); in freebsd32_pselect() 690 error = copyin(uap->sm, &set, sizeof(set)); in freebsd32_pselect() 744 error = copyin(uap->changelist, ks32, count * sizeof *ks32); in freebsd32_kevent_copyin() 773 error = copyin(uap->timeout, &ts32, sizeof(ts32)); in freebsd32_kevent() 842 error = copyin(&iovp[i], &iov32, sizeof(struct iovec32)); in freebsd32_copyinuio() [all …]
|
| /freebsd-9-stable/sys/contrib/ia64/libuwx/src/ |
| D | uwx_context.c | 86 if (env->copyin == 0) in uwx_get_reg() 98 n = (*env->copyin)(UWX_COPYIN_RSTACK, (char *)valp, in uwx_get_reg() 122 if (env->copyin == 0) in uwx_get_reg() 124 n = (*env->copyin)(UWX_COPYIN_REG, (char *)valp, in uwx_get_reg() 130 if (env->copyin == 0) in uwx_get_reg() 132 n = (*env->copyin)(UWX_COPYIN_REG, (char *)valp, in uwx_get_reg() 172 if (env->copyin == 0) in uwx_get_nat() 183 n = (*env->copyin)(UWX_COPYIN_RSTACK, (char *)&natcoll, in uwx_get_nat()
|
| D | uwx_bstream.c | 43 bstream->copyin = env->copyin; in uwx_init_bstream() 51 bstream->copyin = 0; in uwx_init_bstream() 80 n = (*bstream->copyin)(bstream->request, (char *)&bstream->buf, in uwx_get_byte()
|
| /freebsd-9-stable/sys/netncp/ |
| D | ncp_mod.c | 112 checkbad(copyin(args->ioc_li,&li,sizeof(li))); in sncp_connect() 150 error = copyin(&args->ioc_ncpbuf->rqsize, &rqsize, sizeof(int)); in sncp_request() 219 error = copyin(&args->ioc_ncpbuf->rqsize, &rqsize, sizeof(int)); in ncp_conn_handler() 234 error = copyin(pdata,&rwrq,rqsize); in ncp_conn_handler() 257 error = copyin(pdata,&mask, sizeof(mask)); in ncp_conn_handler() 261 error = copyin(pdata,&flags,sizeof(flags)); in ncp_conn_handler() 288 if ((error = copyin(pdata,&la,rqsize)) != 0) in ncp_conn_handler() 345 if ((error = copyin(pdata, &nf, rqsize)) != 0) break; in ncp_conn_handler() 394 if (copyin(args->ioc_li, &li, sizeof(li))) in sncp_conn_scan() 461 error = copyin(&fp->fragSize, &fsize, sizeof (fsize)); in ncp_conn_frag_rq()
|
| /freebsd-9-stable/sys/ia64/ia64/ |
| D | unaligned.c | 140 copyin((void*)va, (void*)&buf.i, 2); in fixup() 147 copyin((void*)va, (void*)&buf.i, 4); in fixup() 154 copyin((void*)va, (void*)&buf.i, 8); in fixup() 161 copyin((void*)va, (void*)&buf.d, sizeof(buf.d)); in fixup() 169 copyin((void*)va, (void*)&buf.e, sizeof(buf.e)); in fixup() 177 copyin((void*)va, (void*)&buf.s, sizeof(buf.s)); in fixup()
|
| D | iodev_machdep.c | 114 error = copyin(req->name, name, req->namesize - 2); in iodev_efivar_getvar() 146 error = copyin(req->name, name, req->namesize); in iodev_efivar_nextname() 181 error = copyin(req->name, name, req->namesize - 2); in iodev_efivar_setvar() 189 error = copyin(req->data, data, req->datasize); in iodev_efivar_setvar()
|