HomeSort by: relevance | last modified time | path
    Searched defs:ru32 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/linux32/common/
linux32_wait.c 103 struct netbsd32_rusage50 ru32; local in function:linux32_sys_wait4
134 netbsd32_from_rusage50(&ru, &ru32);
135 error = copyout(&ru32, SCARG_P32(uap, rusage), sizeof(ru32));
  /src/sys/compat/netbsd32/
netbsd32_wait.c 59 struct netbsd32_rusage ru32; local in function:netbsd32___wait450
74 netbsd32_from_rusage(&ru, &ru32);
75 error = copyout(&ru32, SCARG_P32(uap, rusage), sizeof(ru32));
162 struct netbsd32_rusage ru32; local in function:netbsd32___getrusage50
168 netbsd32_from_rusage(&ru, &ru32);
169 return copyout(&ru32, SCARG_P32(uap, rusage), sizeof(ru32));
netbsd32_compat_50.c 784 struct netbsd32_rusage50 ru32; local in function:compat_50_netbsd32_wait4
795 netbsd32_from_rusage50(&ru, &ru32);
796 error = copyout(&ru32, SCARG_P32(uap, rusage), sizeof(ru32));
816 struct netbsd32_rusage50 ru32; local in function:compat_50_netbsd32_getrusage
822 netbsd32_from_rusage50(&ru, &ru32);
823 return copyout(&ru32, SCARG_P32(uap, rusage), sizeof(ru32));

Completed in 14 milliseconds