Home
last modified time | relevance | path

Searched refs:netbsd32_fchmod (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/compat/sunos32/
H A Dsunos32_sysent.c488 .sy_call = (sy_call_t *)netbsd32_fchmod
H A Dsunos32_syscallargs.h655 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
/netbsd-src/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c384 .sy_call = (sy_call_t *)netbsd32_fchmod
H A Dlinux32_syscallargs.h1279 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
/netbsd-src/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c388 .sy_call = (sy_call_t *)netbsd32_fchmod
H A Dlinux32_syscallargs.h1274 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c620 .sy_call = (sy_call_t *)netbsd32_fchmod
H A Dnetbsd32_syscallargs.h673 check_syscall_args(netbsd32_fchmod)
3067 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
H A Dnetbsd32_netbsd.c984 netbsd32_fchmod(struct lwp *l, const struct netbsd32_fchmod_args *uap, register_t *retval) in netbsd32_fchmod() function