Searched refs:wrusage (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/lib/libnetbsd/sys/
H A Dwait.h35 #define wrusage __wrusage macro
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait.c62 struct wrusage wru;
78 struct wrusage wru;
113 struct wrusage wru;
149 struct wrusage wru;
195 struct wrusage wru;
266 struct wrusage wru;
/freebsd-12-stable/sys/kern/
H A Dkern_exit.c805 if (uap->wrusage != NULL)
824 if (uap->wrusage != NULL && error == 0 && td->td_retval[0] != 0)
825 error = copyout(&wru, uap->wrusage, sizeof(wru));
972 int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo,
1101 if (wrusage != NULL) {
1102 rup = &wrusage->wru_self;
1108 rup = &wrusage->wru_children;
1195 int options, struct __wrusage *wrusage, siginfo_t *siginfo)
1241 wrusage, siginfo, 0);
971 proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id, int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo, int check_only) argument
1194 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo) argument
H A Dsystrace_args.c2998 uarg[4] = (intptr_t) p->wrusage; /* struct __wrusage * */
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h600 char wrusage_l_[PADL_(struct wrusage32 *)]; struct wrusage32 * wrusage; char wrusage_r_[PADR_(struct wrusage32 *)]; member in struct:freebsd32_wait6_args
625 char wrusage_l_[PADL_(struct wrusage32 *)]; struct wrusage32 * wrusage; char wrusage_r_[PADR_(struct wrusage32 *)]; member in struct:freebsd32_wait6_args
H A Dfreebsd32_misc.c206 if (uap->wrusage != NULL)
221 if (uap->wrusage != NULL && error == 0) {
224 error = copyout(&wru32, uap->wrusage, sizeof(wru32));
H A Dfreebsd32_systrace_args.c2934 uarg[6] = (intptr_t) p->wrusage; /* struct wrusage32 * */
2971 uarg[5] = (intptr_t) p->wrusage; /* struct wrusage32 * */
/freebsd-12-stable/sys/sys/
H A Dsysproto.h1620 char wrusage_l_[PADL_(struct __wrusage *)]; struct __wrusage * wrusage; char wrusage_r_[PADR_(struct __wrusage *)]; member in struct:wait6_args

Completed in 209 milliseconds