Searched refs:__wrusage (Results 1 – 13 of 13) sorted by relevance
/freebsd/lib/libc/sys/ |
H A D | wait6.c | 41 wait6(idtype_t idtype, id_t id, int *status, int options, struct __wrusage *ru, in wait6()
|
H A D | waitid.c |
|
/freebsd/sys/sys/ |
H A D | wait.h | 164 struct __wrusage; 167 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
|
H A D | resource.h | 92 struct __wrusage { struct
|
H A D | syscallsubr.h | 40 struct __wrusage; 396 int options, struct __wrusage *wrup, siginfo_t *sip);
|
H A D | sysproto.h | 1596 …char wrusage_l_[PADL_(struct __wrusage *)]; struct __wrusage * wrusage; char wrusage_r_[PADR_(stru…
|
/freebsd/lib/libnetbsd/sys/ |
H A D | wait.h | 34 #define wrusage __wrusage
|
/freebsd/lib/libc/include/ |
H A D | libc_private.h | 345 struct __wrusage;
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | 873 struct __wrusage wru, *wrup; in sys_wait6() 1046 int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo, in proc_to_reap() 1201 struct __wrusage wru, *wrup; in kern_wait() 1275 int options, struct __wrusage *wrusage, siginfo_t *siginfo) in kern_wait6()
|
/freebsd/lib/libsys/ |
H A D | _libsys.h | 23 struct __wrusage; 410 typedef int (__sys_wait6_t)(idtype_t, id_t, int *, int, struct __wrusage *, struct __siginfo *); 811 int __sys_wait6(idtype_t idtype, id_t id, int * status, int options, struct __wrusage * wrusage, st…
|
/freebsd/lib/libthr/thread/ |
H A D | thr_syscalls.c | 575 struct __wrusage *ru, siginfo_t *infop) in __thr_wait6()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 723 struct __wrusage wru; in linux_common_wait()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 251 struct __wrusage wru, *wrup; in freebsd32_wait6()
|