Searched refs:netbsd32_setreuid (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_sysent.c | 496 .sy_call = (sy_call_t *)netbsd32_setreuid
|
H A D | sunos32_syscallargs.h | 659 int netbsd32_setreuid(struct lwp *, const struct netbsd32_setreuid_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_sysent.c | 787 .sy_call = (sy_call_t *)netbsd32_setreuid
|
H A D | linux32_syscallargs.h | 1433 int netbsd32_setreuid(struct lwp *, const struct netbsd32_setreuid_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_sysent.c | 794 .sy_call = (sy_call_t *)netbsd32_setreuid
|
H A D | linux32_syscallargs.h | 1434 int netbsd32_setreuid(struct lwp *, const struct netbsd32_setreuid_args *, register_t *);
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 628 .sy_call = (sy_call_t *)netbsd32_setreuid
|
H A D | netbsd32_syscallargs.h | 689 check_syscall_args(netbsd32_setreuid) 3071 int netbsd32_setreuid(struct lwp *, const struct netbsd32_setreuid_args *, register_t *);
|
H A D | netbsd32_netbsd.c | 999 netbsd32_setreuid(struct lwp *l, const struct netbsd32_setreuid_args *uap, register_t *retval) in netbsd32_setreuid() function
|