Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_exit.c873 struct __wrusage wru, *wrup; in sys_wait6() local
883 wrup = &wru; in sys_wait6()
885 wrup = NULL; in sys_wait6()
897 error = kern_wait6(td, idtype, id, &status, uap->options, wrup, sip); in sys_wait6()
1201 struct __wrusage wru, *wrup; in kern_wait() local
1223 wrup = &wru; in kern_wait()
1225 wrup = NULL; in kern_wait()
1232 ret = kern_wait6(td, idtype, id, status, options, wrup, NULL); in kern_wait()
/freebsd/sys/sys/
H A Dsyscallsubr.h396 int options, struct __wrusage *wrup, siginfo_t *sip);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c251 struct __wrusage wru, *wrup; in freebsd32_wait6() local
257 wrup = &wru; in freebsd32_wait6()
259 wrup = NULL; in freebsd32_wait6()
266 &status, uap->options, wrup, sip); in freebsd32_wait6()