Symbol: linux_sys_setfsgid
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1425
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_syscallargs.h
721
check_syscall_args(linux_sys_setfsgid)
sys/compat/linux/arch/aarch64/linux_sysent.c
707
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/alpha/linux_syscallargs.h
1749
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/alpha/linux_syscallargs.h
629
check_syscall_args(linux_sys_setfsgid)
sys/compat/linux/arch/alpha/linux_sysent.c
1299
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/amd64/linux_syscallargs.h
1599
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/amd64/linux_syscallargs.h
521
check_syscall_args(linux_sys_setfsgid)
sys/compat/linux/arch/amd64/linux_sysent.c
646
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/arm/linux_syscallargs.h
1644
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
476
check_syscall_args(linux_sys_setfsgid)
sys/compat/linux/arch/arm/linux_sysent.c
625
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/arm/linux_sysent.c
958
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/i386/linux_syscallargs.h
1662
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
801
check_syscall_args(linux_sys_setfsgid)
sys/compat/linux/arch/i386/linux_sysent.c
630
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/i386/linux_sysent.c
965
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/m68k/linux_syscallargs.h
1635
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
777
check_syscall_args(linux_sys_setfsgid)
sys/compat/linux/arch/m68k/linux_sysent.c
647
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/m68k/linux_sysent.c
980
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/mips/linux_syscallargs.h
1663
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
439
check_syscall_args(linux_sys_setfsgid)
sys/compat/linux/arch/mips/linux_sysent.c
613
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1559
int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
451
check_syscall_args(linux_sys_setfsgid)
sys/compat/linux/arch/powerpc/linux_sysent.c
622
.sy_call = (sy_call_t *)linux_sys_setfsgid
sys/compat/linux32/common/linux32_unistd.c
767
return linux_sys_setfsgid(l, &ua, retval);