Searched refs:netbsd32_fchmod (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_sysent.c | 488 .sy_call = (sy_call_t *)netbsd32_fchmod
|
H A D | sunos32_syscallargs.h | 655 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_sysent.c | 384 .sy_call = (sy_call_t *)netbsd32_fchmod
|
H A D | linux32_syscallargs.h | 1279 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_sysent.c | 388 .sy_call = (sy_call_t *)netbsd32_fchmod
|
H A D | linux32_syscallargs.h | 1274 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 620 .sy_call = (sy_call_t *)netbsd32_fchmod
|
H A D | netbsd32_syscallargs.h | 673 check_syscall_args(netbsd32_fchmod) 3067 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
H A D | netbsd32_netbsd.c | 984 netbsd32_fchmod(struct lwp *l, const struct netbsd32_fchmod_args *uap, register_t *retval) in netbsd32_fchmod() function
|