/src/sys/compat/linux/common/ |
linux_misc_notalpha.c | 260 linux_sys_setresgid(struct lwp *l, const struct linux_sys_setresgid_args *uap, register_t *retval) function in typeref:typename:int
|
linux_uid16.c | 167 return linux_sys_setresgid(l, &lsa, retval);
|
/src/sys/compat/linux32/common/ |
linux32_unistd.c | 673 return linux_sys_setresgid(l, &ua, retval);
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 704 check_syscall_args(linux_sys_setresgid) 1406 int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
|
linux_sysent.c | 694 .sy_call = (sy_call_t *)linux_sys_setresgid
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 502 check_syscall_args(linux_sys_setresgid) 1578 int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
|
linux_sysent.c | 629 .sy_call = (sy_call_t *)linux_sys_setresgid
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 750 check_syscall_args(linux_sys_setresgid) 1744 int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
|
linux_sysent.c | 930 .sy_call = (sy_call_t *)linux_sys_setresgid
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 773 check_syscall_args(linux_sys_setresgid) 1772 int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
|
linux_sysent.c | 937 .sy_call = (sy_call_t *)linux_sys_setresgid
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 749 check_syscall_args(linux_sys_setresgid) 1745 int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
|
linux_sysent.c | 952 .sy_call = (sy_call_t *)linux_sys_setresgid
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 696 check_syscall_args(linux_sys_setresgid) 1748 int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
|
linux_sysent.c | 840 .sy_call = (sy_call_t *)linux_sys_setresgid
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 573 check_syscall_args(linux_sys_setresgid) 1608 int linux_sys_setresgid(struct lwp *, const struct linux_sys_setresgid_args *, register_t *);
|
linux_sysent.c | 753 .sy_call = (sy_call_t *)linux_sys_setresgid
|