Symbol: sys_setgid
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1086
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
1096
.sy_call = (sy_call_t *)sys_setgid
sys/compat/freebsd/freebsd_syscallargs.h
936
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
860
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1409
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
673
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/alpha/linux_syscallargs.h
1627
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
575
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/amd64/linux_syscallargs.h
1565
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
579
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/arm/linux_syscallargs.h
1497
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
228
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/arm/linux_sysent.c
950
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/i386/linux_syscallargs.h
1509
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
229
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/i386/linux_sysent.c
957
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/m68k/linux_syscallargs.h
1481
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
237
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/m68k/linux_sysent.c
972
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/mips/linux_syscallargs.h
1523
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
228
.sy_call = (sy_call_t *)sys_setgid
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1412
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
226
.sy_call = (sy_call_t *)sys_setgid
sys/compat/netbsd32/netbsd32_netbsd.c
1235
return sys_setgid(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
526
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
215
.sy_call = (sy_call_t *)sys_setgid
sys/kern/init_sysent.c
968
.sy_call = (sy_call_t *)sys_setgid
sys/rump/librump/rumpkern/rumpkern_syscalls.c
110
{ 181, sys_setgid },
sys/rump/librump/rumpkern/rumpkern_syscalls.c
40
extern sy_call_t sys_setgid;
sys/sys/syscallargs.h
1157
check_syscall_args(sys_setgid)
sys/sys/syscallargs.h
3761
int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);