HomeSort by: relevance | last modified time | path
    Searched refs:copyin (Results 1 - 25 of 432) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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));
clockctl_50.c 74 error = copyin(args->tv, &tv50, sizeof(tv50));
87 error = copyin(args->delta, &atv50, sizeof(atv50));
105 error = copyin(args->tp, &tp50, sizeof(tp50));
kern_50.c 75 error = copyin(SCARG(uap, ts), &ts50, sizeof(ts50));
98 error = copyin(u, &ts50, sizeof(ts50));
122 (const struct sys_____sigtimedwait50_args *)uap, retval, copyin,
kern_time_60.c 71 error = copyin(SCARG(uap, ts), &ts, sizeof(ts));
sysv_msg_14.c 69 error = copyin(SCARG(uap, buf), &omsqbuf, sizeof(omsqbuf));
sysv_msg_50.c 69 error = copyin(SCARG(uap, buf), &omsqbuf, sizeof(omsqbuf));
sysv_shm_14.c 70 error = copyin(SCARG(uap, buf), &oshmbuf, sizeof(oshmbuf));
  /src/usr.bin/mail/
head.c 212 copyin(const char *src, char **space) function in typeref:typename:char *
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);
  /src/sys/arch/alpha/alpha/
sys_machdep.c 107 error = copyin(SCARG(uap, parms), &args, sizeof args);
137 error = copyin(SCARG(uap, parms), &args, sizeof args);
149 error = copyin(SCARG(uap, parms), &args, sizeof(args));
169 error = copyin(SCARG(uap, parms), &args, sizeof(args));
197 error = copyin(SCARG(uap, parms), &args, sizeof(args));
  /src/sys/compat/netbsd32/
netbsd32_select.c 68 error = copyin(SCARG_P32(uap, tv), &tv32, sizeof(tv32));
102 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
109 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
135 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
142 error = copyin(SCARG_P32(uap, mask), &amask, sizeof(amask));
netbsd32_epoll.c 74 error = copyin(SCARG_P32(uap, event), &ee32, sizeof(ee32));
110 error = copyin(SCARG_P32(uap, timeout), &ts32, sizeof(ts32));
120 error = copyin(SCARG_P32(uap, sigmask), &ss, sizeof(ss));
netbsd32_compat_50_sysv.c 101 error = copyin(SCARG_P32(uap, arg), &karg32,
118 error = copyin(NETBSD32PTR64(karg32.buf), &sembuf32,
155 error = copyin(SCARG_P32(uap, buf), &ds32, sizeof(ds32));
189 error = copyin(SCARG_P32(uap, buf), &ds32, sizeof(ds32));
netbsd32_drm.c 99 if ((error = copyin(&v32, arg, sizeof(v32))) != 0)
136 if ((error = copyin(&uq32, arg, sizeof(uq32))) != 0)
162 if ((error = copyin(&uq32, arg, sizeof(uq32))) != 0)
217 if ((error = copyin(&m32, arg, sizeof(m32))) != 0)
238 if ((error = copyin(&m32, arg, sizeof(m32))) != 0)
259 if ((error = copyin(&m32, arg, sizeof(m32))) != 0)
308 if ((error = copyin(&c32, arg, sizeof(c32))) != 0)
337 if ((error = copyin(&st32, arg, sizeof(st32))) != 0)
374 if ((error = copyin(&buf32, arg, sizeof(buf32))) != 0)
397 if ((error = copyin(&b32, arg, sizeof(b32))) != 0
    [all...]
netbsd32_mqueue.c 65 error = copyin(SCARG_P32(uap, attr), &attr32, sizeof(attr32));
138 error = copyin(SCARG_P32(uap, mqstat), &attr32, sizeof(attr32));
189 error = copyin(SCARG_P32(uap, notification), &sig32,
275 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
307 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
345 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
378 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
  /src/sys/arch/sh3/sh3/
syscall.c 165 error = copyin(params, (void *)&args[3],
178 error = copyin(params, (void *)&args[2],
192 error = copyin(params, (void *)&args[4],
sys_machdep.c 101 error = copyin(SCARG(uap, parms), &args, sizeof(args));
  /src/sys/compat/linux/common/
linux_oldselect.c 67 if ((error = copyin(SCARG(uap, lsp), &ls, sizeof(ls))))
linux_cdrom.c 157 error = copyin(SCARG(uap, data), &l_msf, sizeof l_msf);
172 error = copyin(SCARG(uap, data), &l_ti, sizeof l_ti);
197 error = copyin(SCARG(uap, data), &l_tocentry,
225 error = copyin(SCARG(uap, data), &l_volctrl, sizeof l_volctrl);
252 error = copyin(SCARG(uap, data), &l_subchnl, sizeof l_subchnl);
299 error = copyin(SCARG(uap, data), &l_blk, sizeof l_blk);
310 error = copyin(SCARG(uap, data), &idata, sizeof idata);
346 error = copyin(SCARG(uap, data), &l_session, sizeof l_session);
405 error = copyin(SCARG(uap, data), &ds, sizeof ds);
415 error = copyin(SCARG(uap, data), &ds, sizeof ds)
    [all...]
  /src/sys/arch/mips/mips/
sys_machdep.c 73 error = copyin(SCARG(uap, parms), &cfua, sizeof(cfua));
83 error = copyin(SCARG(uap, parms), &ccua, sizeof(ccua));
mips_emul.c 316 if (copyin((void *)vaddr, t, 4) != 0) {
360 if (copyin((void *)vaddr, &value, 4) != 0) {
429 error = copyin((void *)vaddr, &tmp64, sizeof(tmp64));
438 error = copyin((void *)vaddr, &tmp32, sizeof(tmp32));
446 error = copyin((void *)vaddr, &tmp16, sizeof(tmp16));
452 error = copyin((void *)vaddr, &tmp8, sizeof(tmp8));
515 if (copyin((void *)vaddr, t, 4) != 0) {
547 if (copyin((void *)vaddr, t, 4) != 0) {
576 if (copyin((void *)vaddr, t, 8) != 0) {
690 if (copyin((void *)vaddr, &x, 1) != 0)
    [all...]
  /src/sys/arch/x86/x86/
sys_machdep.c 97 if ((error = copyin(args, &ua, sizeof(ua))) != 0)
190 if ((error = copyin(args, &ua, sizeof(ua))) != 0)
197 error = copyin(ua.desc, descv, sizeof (*descv) * ua.num);
359 if ((error = copyin(args, &ua, sizeof(ua))) != 0)
409 if ((error = copyin(args, &ua, sizeof(ua))) != 0)
443 if ((error = copyin(args, &ua, sizeof(ua))) != 0)
447 error = copyin(ua.iomap, new, IOMAPSIZE);
488 error = copyin(args, &ua, sizeof ua);
492 error = copyin(ua.n, &n, sizeof n);
523 error = copyin(args, &ua, sizeof ua)
    [all...]
  /src/sys/arch/arm/arm32/
sys_machdep.c 73 if ((error = copyin(args, &ua, sizeof(ua))) != 0)
112 if ((error = copyin(uap, &ua, sizeof(ua))) != 0)
  /src/sys/kern/
sys_ptrace.c 109 return copyin(addr, piod, sizeof(*piod));
127 return copyin(addr, psi, sizeof(*psi));

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011>>