Symbol: linux_sys_setresgid
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1419
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
704
check_syscall_args(linux_sys_setresgid)
sys/compat/linux/arch/aarch64/linux_sysent.c
694
.sy_call = (sy_call_t *)linux_sys_setresgid
sys/compat/linux/arch/amd64/linux_syscallargs.h
1591
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
502
check_syscall_args(linux_sys_setresgid)
sys/compat/linux/arch/amd64/linux_sysent.c
629
.sy_call = (sy_call_t *)linux_sys_setresgid
sys/compat/linux/arch/arm/linux_syscallargs.h
1759
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
755
check_syscall_args(linux_sys_setresgid)
sys/compat/linux/arch/arm/linux_sysent.c
932
.sy_call = (sy_call_t *)linux_sys_setresgid
sys/compat/linux/arch/i386/linux_syscallargs.h
1779
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
778
check_syscall_args(linux_sys_setresgid)
sys/compat/linux/arch/i386/linux_sysent.c
939
.sy_call = (sy_call_t *)linux_sys_setresgid
sys/compat/linux/arch/m68k/linux_syscallargs.h
1752
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
754
check_syscall_args(linux_sys_setresgid)
sys/compat/linux/arch/m68k/linux_sysent.c
954
.sy_call = (sy_call_t *)linux_sys_setresgid
sys/compat/linux/arch/mips/linux_syscallargs.h
1753
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
696
check_syscall_args(linux_sys_setresgid)
sys/compat/linux/arch/mips/linux_sysent.c
840
.sy_call = (sy_call_t *)linux_sys_setresgid
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1613
int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
573
check_syscall_args(linux_sys_setresgid)
sys/compat/linux/arch/powerpc/linux_sysent.c
753
.sy_call = (sy_call_t *)linux_sys_setresgid
sys/compat/linux/common/linux_uid16.c
167
return linux_sys_setresgid(l, &lsa, retval);
sys/compat/linux32/common/linux32_unistd.c
673
return linux_sys_setresgid(l, &ua, retval);