Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dwait.h153 struct __wrusage;
156 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
Dresource.h83 struct __wrusage { struct
Dsyscallsubr.h57 struct __wrusage;
251 int options, struct __wrusage *wrup, siginfo_t *sip);
Dsysproto.h1753 …char wrusage_l_[PADL_(struct __wrusage *)]; struct __wrusage * wrusage; char wrusage_r_[PADR_(stru…
/freebsd-9-stable/sys/kern/
Dkern_exit.c759 struct __wrusage wru, *wrup; in sys_wait6()
931 int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo, in proc_to_reap()
1084 struct __wrusage wru, *wrup; in kern_wait()
1123 int options, struct __wrusage *wrusage, siginfo_t *siginfo) in kern_wait6()
/freebsd-9-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c182 struct __wrusage wru, *wrup; in freebsd32_wait6()