HomeSort by: relevance | last modified time | path
    Searched defs:osf1_rusage (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/arch/alpha/
linux_osf1.c 109 osf1_cvt_rusage_from_native(const struct rusage *ru, struct osf1_rusage *oru)
171 struct osf1_rusage osf1_rusage; local in function:linux_sys_osf1_wait4
192 osf1_cvt_rusage_from_native(&netbsd_rusage, &osf1_rusage);
193 error = copyout(&osf1_rusage, SCARG(uap, rusage),
194 sizeof osf1_rusage);
439 struct osf1_rusage osf1_rusage; local in function:linux_sys_osf1_getrusage
462 osf1_cvt_rusage_from_native(&ru, &osf1_rusage);
464 return copyout(&osf1_rusage, SCARG(uap, rusage), sizeof osf1_rusage)
    [all...]
linux_osf1.h 80 struct osf1_rusage { struct

Completed in 12 milliseconds