Home
last modified time | relevance | path

Searched refs:user_rusage (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Drusagesys.c38 getrusage(void *user_rusage) in getrusage() argument
111 if (copyout(&r32, user_rusage, sizeof (r32)) != 0) in getrusage()
116 if (copyout(&r, user_rusage, sizeof (r)) != 0) in getrusage()
123 getrusage_chld(void *user_rusage) in getrusage_chld() argument
173 if (copyout(&r32, user_rusage, sizeof (r32)) != 0) in getrusage_chld()
178 if (copyout(&r, user_rusage, sizeof (r)) != 0) in getrusage_chld()
185 getrusage_lwp(void *user_rusage) in getrusage_lwp() argument
235 if (copyout(&r32, user_rusage, sizeof (r32)) != 0) in getrusage_lwp()
240 if (copyout(&r, user_rusage, sizeof (r)) != 0) in getrusage_lwp()