• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/compat/linux/

Lines Matching refs:copyout

180 	return (copyout(&sysinfo, args->info, sizeof(sysinfo)));
546 if ((error = copyout(&ltv, args->timeout, sizeof(ltv))))
616 if (args->tm && (error = copyout(&tm, args->tm, sizeof(tm))))
666 if ((error = copyout(&tms, args->buf, sizeof(tms))))
709 return (copyout(&utsname, args->buf, sizeof(utsname)));
975 error = copyout(&tmpstat, statusp, sizeof(int));
1075 error = copyout(&lsi, args->info, sizeof(lsi));
1244 return (copyout(&ls, uap->oitv, sizeof(ls)));
1258 return (copyout(&ls, uap->itv, sizeof(ls)));
1361 error = copyout(linux_gidset, args->grouplist, ngrp * sizeof(l_gid_t));
1430 return (copyout(&rlim, args->rlim, sizeof(rlim)));
1457 return (copyout(&rlim, args->rlim, sizeof(rlim)));
1471 return (copyout(&rlim, args->rlim, sizeof(rlim)));
1485 return (copyout(&rlim, args->rlim, sizeof(rlim)));
1845 error = copyout(&luch, uap->hdrp, sizeof(luch));
1862 error = copyout(&lucd, uap->datap, u32s * sizeof(lucd[0]));
1892 error = copyout(&luch, uap->hdrp, sizeof(luch));
1942 return (copyout(&pdeath_signal,
2005 * check on copyout.
2034 error = copyout(comm, (void *)(register_t)args->arg2,
2169 error = copyout(&sched_param, uap->param, sizeof(sched_param));
2241 return (copyout(&lrlim, args->old, sizeof(lrlim)));
2288 error = copyout(&lrlim, args->old, sizeof(lrlim));
2375 error = copyout(&lts, args->tsp, sizeof(lts));
2429 error = copyout(&lts, args->tsp, sizeof(lts));
2462 return (copyout(&lts, uap->interval, sizeof(lts)));
2594 error = copyout(&SYSLOG_TAG, dst, sizeof(SYSLOG_TAG));
2613 error = copyout(src, dst, 1);
2618 error = copyout(&SYSLOG_TAG,
2634 cpu = td->td_oncpu; /* Make sure it doesn't change during copyout(9) */
2639 error = copyout(&cpu, args->cpu, sizeof(l_int));
2641 error = copyout(&node, args->node, sizeof(l_int));