/src/sys/compat/linux32/common/ |
linux32_unistd.c | 767 return linux_sys_setfsgid(l, &ua, retval);
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 721 check_syscall_args(linux_sys_setfsgid) 1412 int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
|
linux_sysent.c | 707 .sy_call = (sy_call_t *)linux_sys_setfsgid
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 625 .sy_call = (sy_call_t *)linux_sys_setfsgid 956 .sy_call = (sy_call_t *)linux_sys_setfsgid
|
linux_syscallargs.h | 476 check_syscall_args(linux_sys_setfsgid) 1631 int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 630 .sy_call = (sy_call_t *)linux_sys_setfsgid 963 .sy_call = (sy_call_t *)linux_sys_setfsgid
|
linux_syscallargs.h | 796 check_syscall_args(linux_sys_setfsgid) 1657 int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 647 .sy_call = (sy_call_t *)linux_sys_setfsgid 978 .sy_call = (sy_call_t *)linux_sys_setfsgid
|
linux_syscallargs.h | 772 check_syscall_args(linux_sys_setfsgid) 1630 int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 629 check_syscall_args(linux_sys_setfsgid) 1736 int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
|
linux_sysent.c | 1299 .sy_call = (sy_call_t *)linux_sys_setfsgid
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 521 check_syscall_args(linux_sys_setfsgid) 1586 int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
|
linux_sysent.c | 646 .sy_call = (sy_call_t *)linux_sys_setfsgid
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 439 check_syscall_args(linux_sys_setfsgid) 1658 int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
|
linux_sysent.c | 613 .sy_call = (sy_call_t *)linux_sys_setfsgid
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 451 check_syscall_args(linux_sys_setfsgid) 1554 int linux_sys_setfsgid(struct lwp *, const struct linux_sys_setfsgid_args *, register_t *);
|
linux_sysent.c | 622 .sy_call = (sy_call_t *)linux_sys_setfsgid
|
/src/sys/compat/linux/common/ |
linux_misc.c | 1200 linux_sys_setfsgid(struct lwp *l, const struct linux_sys_setfsgid_args *uap, register_t *retval) function in typeref:typename:int
|