sys_setpgid       122 compat/bsdos/bsdos_syscallargs.h int	sys_setpgid(struct proc *, void *, register_t *);
sys_setpgid       200 compat/bsdos/bsdos_sysent.c 	    sys_setpgid },			/* 82 = setpgid */
sys_setpgid       357 compat/freebsd/freebsd_syscallargs.h int	sys_setpgid(struct proc *, void *, register_t *);
sys_setpgid       202 compat/freebsd/freebsd_sysent.c 	    sys_setpgid },			/* 82 = setpgid */
sys_setpgid       989 compat/hpux/hpux_compat.c 	return (sys_setpgid(p, uap, retval));
sys_setpgid       526 compat/ibcs2/ibcs2_ioctl.c 		if ((error = sys_setpgid(p, &sa, retval)) != 0)
sys_setpgid       993 compat/ibcs2/ibcs2_misc.c 		sys_setpgid(p, &sa, retval);
sys_setpgid      1004 compat/ibcs2/ibcs2_misc.c 		return sys_setpgid(p, &sa, retval);
sys_setpgid       612 compat/linux/linux_syscallargs.h int	sys_setpgid(struct proc *, void *, register_t *);
sys_setpgid       149 compat/linux/linux_sysent.c 	    sys_setpgid },			/* 57 = setpgid */
sys_setpgid       363 compat/osf1/osf1_syscallargs.h int	sys_setpgid(struct proc *, void *, register_t *);
sys_setpgid       396 compat/osf1/osf1_syscallargs.h int	sys_setpgid(struct proc *, void *, register_t *);
sys_setpgid       101 compat/osf1/osf1_sysent.c 	    sys_setpgid },			/* 39 = setpgid */
sys_setpgid       192 compat/osf1/osf1_sysent.c 	    sys_setpgid },			/* 82 = setpgrp */
sys_setpgid       667 compat/sunos/sunos_misc.c 		return sys_setpgid(p, uap, retval);
sys_setpgid       390 compat/sunos/sunos_syscallargs.h int	sys_setpgid(struct proc *, void *, register_t *);
sys_setpgid       430 compat/sunos/sunos_sysent.c 	    sys_setpgid },			/* 185 = setpgid */
sys_setpgid       857 compat/svr4/svr4_misc.c 			if ((error = sys_setpgid(p, &sa, retval)) != 0)
sys_setpgid       892 compat/svr4/svr4_misc.c 			return sys_setpgid(p, &sa, retval);
sys_setpgid       431 compat/ultrix/ultrix_misc.c 		return sys_setpgid(p, uap, retval);
sys_setpgid       238 kern/init_sysent.c 	    sys_setpgid },			/* 82 = setpgid */
sys_setpgid      1338 sys/syscallargs.h int	sys_setpgid(struct proc *, void *, register_t *);