/src/sys/compat/linux32/common/ |
linux32_misc.c | 230 return linux_sys_personality(l, &ua, retval);
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 444 check_syscall_args(linux_sys_personality) 1308 int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
|
linux_sysent.c | 448 .sy_call = (sy_call_t *)linux_sys_personality
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 619 check_syscall_args(linux_sys_personality) 1732 int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
|
linux_sysent.c | 1291 .sy_call = (sy_call_t *)linux_sys_personality
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 581 check_syscall_args(linux_sys_personality) 1609 int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
|
linux_sysent.c | 706 .sy_call = (sy_call_t *)linux_sys_personality
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 466 check_syscall_args(linux_sys_personality) 1627 int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
|
linux_sysent.c | 614 .sy_call = (sy_call_t *)linux_sys_personality
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 490 check_syscall_args(linux_sys_personality) 1653 int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
|
linux_sysent.c | 619 .sy_call = (sy_call_t *)linux_sys_personality
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 471 check_syscall_args(linux_sys_personality) 1626 int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
|
linux_sysent.c | 636 .sy_call = (sy_call_t *)linux_sys_personality
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 429 check_syscall_args(linux_sys_personality) 1654 int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
|
linux_sysent.c | 602 .sy_call = (sy_call_t *)linux_sys_personality
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 441 check_syscall_args(linux_sys_personality) 1550 int linux_sys_personality(struct lwp *, const struct linux_sys_personality_args *, register_t *);
|
linux_sysent.c | 611 .sy_call = (sy_call_t *)linux_sys_personality
|
/src/sys/compat/linux/common/ |
linux_misc.c | 1150 linux_sys_personality(struct lwp *l, const struct linux_sys_personality_args *uap, register_t *retval) function in typeref:typename:int
|