svr4_setinfo       95 compat/svr4/svr4_misc.c static int svr4_setinfo(struct proc *, int, svr4_siginfo_t *);
svr4_setinfo     1081 compat/svr4/svr4_misc.c 			error = svr4_setinfo(p, p->p_xstat, SCARG(uap, info));
svr4_setinfo     1116 compat/svr4/svr4_misc.c 			return (svr4_setinfo(p, W_STOPCODE(p->p_xstat),
svr4_setinfo     1126 compat/svr4/svr4_misc.c 		if ((error = svr4_setinfo(NULL, 0, SCARG(uap, info))) != 0)