sys_wait4          43 compat/bsdos/bsdos_syscallargs.h int	sys_wait4(struct proc *, void *, register_t *);
sys_wait4          35 compat/bsdos/bsdos_sysent.c 	    sys_wait4 },			/* 7 = wait4 */
sys_wait4         105 compat/common/kern_exit_43.c 	if ((error = sys_wait4(p, &a, retval)) != 0)
sys_wait4         278 compat/freebsd/freebsd_syscallargs.h int	sys_wait4(struct proc *, void *, register_t *);
sys_wait4          37 compat/freebsd/freebsd_sysent.c 	    sys_wait4 },			/* 7 = wait4 */
sys_wait4         201 compat/hpux/hpux_compat.c 	error = sys_wait4(p, &w4, retval);
sys_wait4         239 compat/hpux/hpux_compat.c 	error = sys_wait4(p, uap, retval);
sys_wait4         182 compat/ibcs2/ibcs2_misc.c 	if ((error = sys_wait4(p, &w4, retval)) != 0)
sys_wait4         185 compat/linux/linux_misc.c 	if ((error = sys_wait4(p, &w4a, retval)))
sys_wait4         341 compat/osf1/osf1_misc.c 	error = sys_wait4(p, &a, retval);
sys_wait4         117 compat/sunos/sunos_misc.c 	return (sys_wait4(p, uap, retval));
sys_wait4         132 compat/svr4/svr4_misc.c 	if ((error = sys_wait4(p, &w4, retval)) != 0)
sys_wait4         221 compat/ultrix/ultrix_misc.c 	return (sys_wait4(p, &ua, retval));
sys_wait4         238 compat/ultrix/ultrix_misc.c 	return (sys_wait4(p, &ua, retval));
sys_wait4          73 kern/init_sysent.c 	    sys_wait4 },			/* 7 = wait4 */
sys_wait4        1259 sys/syscallargs.h int	sys_wait4(struct proc *, void *, register_t *);