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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/compat/netbsd32/
netbsd32_exec.h 105 if ((error = copyout(&argc, cpp++, sizeof(argc))) != 0)
113 if ((error = copyout(&dp, cpp++, sizeof(dp))) != 0)
119 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0)
126 if ((error = copyout(&dp, cpp++, sizeof(dp))) != 0)
132 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0)
netbsd32_wait.c 70 error = copyout(&status, SCARG_P32(uap, status),
75 error = copyout(&ru32, SCARG_P32(uap, rusage), sizeof(ru32));
121 * should we copyout if there was no process, hence no useful data?
131 error = copyout(&status, SCARG_P32(uap, status),
139 error = copyout(&wru32, SCARG_P32(uap, wru), sizeof(wru32));
145 error = copyout(&si32, SCARG_P32(uap, info), sizeof(si32));
169 return copyout(&ru32, SCARG_P32(uap, rusage), sizeof(ru32));
netbsd32_fd.c 98 error = copyout(&sz32, SCARG_P32(uap, fh_size), sizeof(sz32));
103 error = copyout(fh, SCARG_P32(uap, fhp), sz);
126 error = copyout(fd, SCARG_P32(uap, fildes), sizeof(fd));
netbsd32_compat_30.c 96 error = copyout(buf, SCARG_P32(uap, buf), *retval);
122 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
140 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32));
163 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
202 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32));
225 error = copyout(s32, SCARG_P32(uap, buf), sizeof *s32);
281 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32));
327 error = copyout(&ntv32, SCARG_P32(uap, ntvp), sizeof(ntv32));
netbsd32_futex.c 128 error = copyout(&head32, SCARG_P32(uap, headp), sizeof(head32));
130 error = copyout(&len, SCARG_P32(uap, lenp), sizeof(len));
netbsd32_time.c 81 error = copyout(&ntv32, SCARG_P32(uap, ntvp), sizeof(ntv32));
123 error = copyout(&ntv32, SCARG_P32(uap, tp), sizeof(ntv32));
181 return copyout(&s32it, SCARG_P32(uap, itv), sizeof(s32it));
199 error = copyout(&tv32, SCARG_P32(uap, tp), sizeof(tv32));
211 error = copyout(&tzfake, SCARG_P32(uap, tzp), sizeof(tzfake));
277 error = copyout(&atv, SCARG_P32(uap, olddelta), sizeof(atv));
313 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
351 error = copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
379 error1 = copyout(&ts32, SCARG_P32(uap, rmtp), sizeof(ts32));
408 (error1 = copyout(&ts32, SCARG_P32(uap, rmtp), sizeof(ts32))) != 0
    [all...]
netbsd32_compat_50.c 167 error = copyout(&tv32, SCARG_P32(uap, tp), sizeof(tv32));
179 error = copyout(&tzfake, SCARG_P32(uap, tzp), sizeof(tzfake));
270 error = copyout(&atv, SCARG_P32(uap, olddelta), sizeof(atv));
334 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
374 error = copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
410 return copyout(&its32, SCARG_P32(uap, ovalue), sizeof(its32));
435 return copyout(&its32, SCARG_P32(uap, value), sizeof(its32));
461 error1 = copyout(&ts32, SCARG_P32(uap,rmtp), sizeof(ts32));
473 return copyout(&info32, dst, sizeof(info32));
499 return copyout(&ts32, dst, sizeof(ts32))
    [all...]
netbsd32_compat_50_sysv.c 131 error = copyout(&sembuf32, NETBSD32PTR64(karg32.buf),
166 error = copyout(&ds32, SCARG_P32(uap, buf), sizeof(ds32));
200 error = copyout(&ds32, SCARG_P32(uap, buf), sizeof(ds32));
  /src/sys/compat/common/
kern_50.c 112 return copyout(&ts50, u, sizeof(ts50));
123 copyout, tscopyin, tscopyout);
152 error = copyout(&ru50, SCARG(uap, rusage), sizeof(ru50));
156 error = copyout(&status, SCARG(uap, status), sizeof(status));
uipc_syscalls_40.c 83 error = copyout(&ifr, ifrp, sz);
111 error = copyout(&ifr, ifrp, sz);
119 error = copyout(&ifr, ifrp, sz);
125 error = copyout(&ifr.ifr_name, ifrp,
128 error = copyout(sa,
  /src/sys/compat/linux/common/
linux_pipe.c 73 if ((error = copyout(fd, SCARG(uap, pfds), sizeof(fd))) != 0)
97 if ((error = copyout(fd, SCARG(uap, pfds), sizeof(fd))) != 0)
linux_exec_aout.c 92 if ((error = copyout(&argc, cpp++, sizeof(argc))) != 0)
97 if ((error = copyout(&cpp, &stk[1], sizeof (cpp))) != 0)
107 if ((error = copyout(&dp, cpp++, sizeof(dp))) != 0 ||
111 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0)
114 if ((error = copyout(&cpp, &stk[2], sizeof (cpp))) != 0)
120 if ((error = copyout(&dp, cpp++, sizeof(dp))) != 0 ||
124 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0)
linux_uid16.c 185 if ((error = copyout(&luid, SCARG(uap, ruid), sizeof(luid))) != 0)
190 if ((error = copyout(&luid, SCARG(uap, euid), sizeof(luid))) != 0)
195 return (copyout(&luid, SCARG(uap, suid), sizeof(luid)));
213 if ((error = copyout(&lgid, SCARG(uap, rgid), sizeof(lgid))) != 0)
218 if ((error = copyout(&lgid, SCARG(uap, egid), sizeof(lgid))) != 0)
223 return (copyout(&lgid, SCARG(uap, sgid), sizeof(lgid)));
254 error = copyout(lset, gidset, n * sizeof(lset[0]));
linux_time.c 88 error = copyout(&linux_sys_tz, SCARG(uap, tzp), sizeof(linux_sys_tz));
180 error1 = copyout(&lrmts, SCARG(uap, rmtp), sizeof(lrmts));
235 return copyout(&lts, SCARG(uap, tp), sizeof lts);
284 return copyout(&lts, SCARG(uap, tp), sizeof lts);
322 error1 = copyout(&lrmts, SCARG(uap, rmtp), sizeof lrmts);
416 error = copyout(&otim, SCARG(uap, otim), sizeof(otim));
437 error = copyout(&lits, SCARG(uap, tim), sizeof(lits));
498 error = copyout(&lits, SCARG(uap, tim), sizeof(lits));
560 error = copyout(&lits, SCARG(uap, otim), sizeof(lits));
linux_misc_notalpha.c 197 if (SCARG(uap, t) && (error = copyout(&tt, SCARG(uap, t), sizeof tt)))
300 if ((error = copyout(&gid, SCARG(uap, rgid), sizeof(gid_t))) != 0)
304 if ((error = copyout(&gid, SCARG(uap, egid), sizeof(gid_t))) != 0)
309 return (copyout(&gid, SCARG(uap, sgid), sizeof(gid_t)));
361 error = copyout(&ltmp, SCARG(uap, sp), sizeof ltmp);
386 error = copyout(&ltmp, SCARG(uap, sp), sizeof ltmp);
  /src/sys/compat/aoutm68k/
aoutm68k_stat.c 82 return copyout(&ast, SCARG(uap, ub), sizeof(ast));
98 return copyout(&ast, SCARG(uap, sb), sizeof(ast));
114 return copyout(&ast, SCARG(uap, ub), sizeof(ast));
132 return copyout(&ast, SCARG(uap, ub), sizeof(ast));
148 return copyout(&ast, SCARG(uap, sb), sizeof(ast));
164 return copyout(&ast, SCARG(uap, ub), sizeof(ast));
181 return copyout(&ast, SCARG(uap, ub), sizeof(ast));
197 return copyout(&ast, SCARG(uap, sb), sizeof(ast));
214 return copyout(&ast, SCARG(uap, ub), sizeof(ast));
229 return copyout(&sb, SCARG(uap, sb), sizeof(sb))
    [all...]
  /src/sys/kern/
sys_ptrace.c 118 return copyout(piod, addr, sizeof(*piod));
136 return copyout(psi, addr, sizeof(*psi));
144 return copyout(pls, addr, len);
  /src/sys/arch/alpha/alpha/
sys_machdep.c 130 error = copyout(&args, SCARG(uap, parms), sizeof args);
160 error = copyout(&args, SCARG(uap, parms), sizeof(args));
187 error = copyout(&abst, args.translation, sizeof(abst));
222 error = copyout(&args, SCARG(uap, parms), sizeof(args));
  /src/sys/arch/vax/boot/boot/
if_le.c 66 static void copyout(void *from, int dest, int len);
184 copyout(initblock, 0, sizeof(struct initblock));
194 copyout((void *)rdesc, (int)rdesc - (int)initblock,
205 copyout((void *)tdesc, (int)tdesc - (int)initblock,
272 copyout((void *)&rdesc[next_rdesc], (int)&rdesc[next_rdesc] -
303 copyout(pkt, (tdesc[next_tdesc].bd_adrflg & 0xffffff), len);
312 copyout((void *)&tdesc[next_tdesc], (int)&tdesc[next_tdesc] -
340 copyout(void *f, int dest, int len) function in typeref:typename:void
  /src/sys/compat/linux32/common/
linux32_stat.c 157 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32));
176 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32));
195 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32));
214 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32));
233 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32));
252 return copyout(&st32, SCARG_P32(uap, sp), sizeof(st32));
276 return copyout(&st32, SCARG_P32(uap, sp), sizeof st32);
305 return copyout(&stx, SCARG_P32(uap, sp), sizeof stx);
linux32_uid16.c 225 if ((error = copyout(&luid, SCARG_P32(uap, ruid), sizeof(luid))) != 0)
230 if ((error = copyout(&luid, SCARG_P32(uap, euid), sizeof(luid))) != 0)
235 return (copyout(&luid, SCARG_P32(uap, suid), sizeof(luid)));
253 if ((error = copyout(&lgid, SCARG_P32(uap, rgid), sizeof(lgid))) != 0)
258 if ((error = copyout(&lgid, SCARG_P32(uap, egid), sizeof(lgid))) != 0)
263 return (copyout(&lgid, SCARG_P32(uap, sgid), sizeof(lgid)));
linux32_time.c 99 if ((error = copyout(&tv32, SCARG_P32(uap, tp),
106 if ((error = copyout(&linux_sys_tz, SCARG_P32(uap, tzp),
143 if (SCARG_P32(uap, t) && (error = copyout(&tt,
179 error = copyout(&ltms32, SCARG_P32(uap, tms), sizeof(ltms32));
300 error1 = copyout(&lrmts, SCARG_P32(uap, rmtp), sizeof(lrmts));
350 return copyout(&lts, SCARG_P32(uap, tp), sizeof lts);
375 return copyout(&lts, SCARG_P32(uap, tp), sizeof lts);
410 error1 = copyout(&lrmts, SCARG_P32(uap, rmtp), sizeof lrmts);
471 error = copyout(&otim, SCARG(uap, otim), sizeof(otim));
492 error = copyout(&lits, SCARG(uap, tim), sizeof(lits))
    [all...]
linux32_utsname.c 94 return copyout(&luts, lp, sizeof(luts));
112 return copyout(&luts, SCARG_P32(uap, up), sizeof(luts));
130 return copyout(&luts, SCARG_P32(uap, up), sizeof(luts));
  /src/sys/arch/vax/vax/
sig_machdep.c 183 error = (copyout(&uc, (char *)tramp.ucp, sizeof(uc)) != 0 ||
184 copyout(&ksi->ksi_info, (char *)tramp.sip, sizeof(ksi->ksi_info)) != 0 ||
185 copyout(&tramp, (char *)sp, sizeof(tramp)) != 0);
compat_16_machdep.c 203 error = (copyout(&sigctx, (char *)tramp.scp, sizeof(sigctx)) != 0 ||
204 copyout(&tramp, (char *)sp, sizeof(tramp)) != 0);

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>