Symbol: sys_setpgid
sys/compat/aoutm68k/aoutm68k_syscallargs.h
857
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
482
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/freebsd/freebsd_syscallargs.h
760
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
399
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1429
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
716
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/linux/arch/alpha/linux_syscallargs.h
1497
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
193
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/linux/arch/amd64/linux_syscallargs.h
1571
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
589
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/linux/arch/arm/linux_syscallargs.h
1513
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
269
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/linux/arch/i386/linux_syscallargs.h
1525
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
270
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/linux/arch/m68k/linux_syscallargs.h
1497
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
278
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/linux/arch/mips/linux_syscallargs.h
1539
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
269
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1428
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
267
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/netbsd32/netbsd32_netbsd.c
797
return sys_setpgid(l, &ua, retval);
sys/compat/sunos/sunos_misc.c
683
return sys_setpgid(l, (const void *)uap, retval);
sys/compat/sunos/sunos_syscallargs.h
746
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
823
.sy_call = (sy_call_t *)sys_setpgid
sys/compat/ultrix/ultrix_misc.c
451
return sys_setpgid(l, &ap, retval);
sys/kern/init_sysent.c
508
.sy_call = (sy_call_t *)sys_setpgid
sys/rump/librump/rumpkern/rumpkern_syscalls.c
100
{ 82, sys_setpgid },
sys/rump/librump/rumpkern/rumpkern_syscalls.c
30
extern sy_call_t sys_setpgid;
sys/sys/syscallargs.h
3577
int sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
sys/sys/syscallargs.h
501
check_syscall_args(sys_setpgid)