Searched defs:linux_copyout_rusage (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/amd64/linux32/ |
H A D | linux32_machdep.c | 90 linux_copyout_rusage(struct rusage *ru, void *uaddr) in linux_copyout_rusage() function
|
/freebsd/sys/arm64/linux/ |
H A D | linux.h | 183 #define linux_copyout_rusage(r, u) copyout(r, u, sizeof(*r)) macro
|
/freebsd/sys/amd64/linux/ |
H A D | linux.h | 205 #define linux_copyout_rusage(r, u) copyout(r, u, sizeof(*r)) macro
|
/freebsd/sys/i386/linux/ |
H A D | linux.h | 361 #define linux_copyout_rusage(r, u) copyout(r, u, sizeof(*r)) macro
|