osf1_rusage
osf1_cvt_rusage_from_native(const struct rusage *ru, struct osf1_rusage *oru)
struct osf1_rusage osf1_rusage;
osf1_cvt_rusage_from_native(&netbsd_rusage, &osf1_rusage);
error = copyout(&osf1_rusage, SCARG(uap, rusage),
sizeof osf1_rusage);
struct osf1_rusage osf1_rusage;
osf1_cvt_rusage_from_native(&ru, &osf1_rusage);
return copyout(&osf1_rusage, SCARG(uap, rusage), sizeof osf1_rusage);
syscallarg(struct osf1_rusage *) rusage;
syscallarg(struct osf1_rusage *) rusage;