| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| 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);
|
| 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);
|
| j_methodcalls.d | 47 this->class = (char *)copyin(arg1, arg2 + 1); 49 this->method = (char *)copyin(arg3, arg4 + 1);
|
| j_syscalls.d | 48 this->class = (char *)copyin(arg1, arg2 + 1); 50 this->method = (char *)copyin(arg3, arg4 + 1);
|
| j_thread.d | 52 this->thread = (char *)copyin(arg0, arg1 + 1); 60 this->thread = (char *)copyin(arg0, arg1 + 1);
|
| kstat_types.d | 54 self->uk = (kstat32_t *)copyin((uintptr_t)arg1, sizeof (kstat32_t)); 56 self->uk = (kstat_t *)copyin((uintptr_t)arg1, sizeof (kstat_t));
|
| 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);
|
| 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);
|
| j_package.d | 46 this->class = (char *)copyin(arg0, arg1 + 1);
|
| j_objnew.d | 47 this->class = (char *)copyin(arg1, arg2 + 1);
|
| 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);
|
| /src/external/cddl/dtracetoolkit/dist/Java/ |
| 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);
|
| 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);
|
| j_methodcalls.d | 47 this->class = (char *)copyin(arg1, arg2 + 1); 49 this->method = (char *)copyin(arg3, arg4 + 1);
|
| j_syscalls.d | 48 this->class = (char *)copyin(arg1, arg2 + 1); 50 this->method = (char *)copyin(arg3, arg4 + 1);
|
| j_thread.d | 52 this->thread = (char *)copyin(arg0, arg1 + 1); 60 this->thread = (char *)copyin(arg0, arg1 + 1);
|
| 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);
|
| 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);
|
| j_package.d | 46 this->class = (char *)copyin(arg0, arg1 + 1);
|
| j_objnew.d | 47 this->class = (char *)copyin(arg1, arg2 + 1);
|
| /src/external/cddl/dtracetoolkit/dist/Kernel/ |
| kstat_types.d | 54 self->uk = (kstat32_t *)copyin((uintptr_t)arg1, sizeof (kstat32_t)); 56 self->uk = (kstat_t *)copyin((uintptr_t)arg1, sizeof (kstat_t));
|
| /src/sys/compat/common/ |
| kern_select_50.c | 67 error = copyin(src, &ts50, sizeof(ts50)); 116 error = copyin(SCARG(uap, tv), (void *)&atv50, sizeof(atv50)); 150 error = copyin(SCARG(uap, ts), &ats50, sizeof(ats50)); 157 error = copyin(SCARG(uap, mask), &amask, sizeof(amask)); 183 error = copyin(SCARG(uap, ts), &ats50, sizeof(ats50)); 190 error = copyin(SCARG(uap, mask), &amask, sizeof(amask));
|
| sysv_sem_14.c | 75 error = copyin(SCARG(uap, arg), &arg, sizeof(arg)); 79 error = copyin(arg.buf, &osembuf, sizeof(osembuf));
|
| sysv_sem_50.c | 74 error = copyin(SCARG(uap, arg), &arg, sizeof(arg)); 78 error = copyin(arg.buf, &osembuf, sizeof(osembuf));
|
| /src/usr.bin/mail/ |
| head.c | 212 copyin(const char *src, char **space) function 231 * overflow can occur in nextword() or copyin(). 251 hl->l_from = copyin(word, &sp); 254 hl->l_tty = copyin(word, &sp); 257 hl->l_date = copyin(cp, &sp);
|