/src/sys/compat/linux/common/ |
linux_misc_notalpha.c | 238 * waitpid(2). Just forward on to linux_sys_wait4 with a NULL rusage. 255 return linux_sys_wait4(l, &linux_w4a, retval);
|
linux_misc.c | 215 linux_sys_wait4(struct lwp *l, const struct linux_sys_wait4_args *uap, register_t *retval) function in typeref:typename:int
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1073 check_syscall_args(linux_sys_wait4) 1577 int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
|
linux_sysent.c | 1201 .sy_call = (sy_call_t *)linux_sys_wait4
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 808 check_syscall_args(linux_sys_wait4) 1798 int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
|
linux_sysent.c | 1472 .sy_call = (sy_call_t *)linux_sys_wait4
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 317 check_syscall_args(linux_sys_wait4) 1455 int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
|
linux_sysent.c | 341 .sy_call = (sy_call_t *)linux_sys_wait4
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 397 check_syscall_args(linux_sys_wait4) 1601 int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
|
linux_sysent.c | 526 .sy_call = (sy_call_t *)linux_sys_wait4
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 414 check_syscall_args(linux_sys_wait4) 1625 int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
|
linux_sysent.c | 529 .sy_call = (sy_call_t *)linux_sys_wait4
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 399 check_syscall_args(linux_sys_wait4) 1598 int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
|
linux_sysent.c | 549 .sy_call = (sy_call_t *)linux_sys_wait4
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 360 check_syscall_args(linux_sys_wait4) 1628 int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
|
linux_sysent.c | 514 .sy_call = (sy_call_t *)linux_sys_wait4
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 372 check_syscall_args(linux_sys_wait4) 1524 int linux_sys_wait4(struct lwp *, const struct linux_sys_wait4_args *, register_t *);
|
linux_sysent.c | 523 .sy_call = (sy_call_t *)linux_sys_wait4
|