MCPcopy Create free account
hub / github.com/F-Stack/f-stack / linux_copyout_rusage

Function linux_copyout_rusage

freebsd/amd64/linux32/linux32_machdep.c:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118int
119linux_copyout_rusage(struct rusage *ru, void *uaddr)
120{
121 struct l_rusage lru;
122
123 bsd_to_linux_rusage(ru, &lru);
124
125 return (copyout(&lru, uaddr, sizeof(struct l_rusage)));
126}
127
128int
129linux_execve(struct thread *td, struct linux_execve_args *args)

Callers 1

linux_getrusageFunction · 0.85

Calls 2

bsd_to_linux_rusageFunction · 0.85
copyoutFunction · 0.50

Tested by

no test coverage detected