Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sunos32/
H A Dsunos32_sysent.c94 .sy_call = (sy_call_t *)netbsd32_chmod
H A Dsunos32_syscallargs.h501 int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
/netbsd-src/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c97 .sy_call = (sy_call_t *)netbsd32_chmod
H A Dlinux32_syscallargs.h1157 int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
/netbsd-src/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c100 .sy_call = (sy_call_t *)netbsd32_chmod
H A Dlinux32_syscallargs.h1150 int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c208 .sy_call = (sy_call_t *)netbsd32_chmod
H A Dnetbsd32_syscallargs.h119 check_syscall_args(netbsd32_chmod)
2869 int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
H A Dnetbsd32_netbsd.c308 netbsd32_chmod(struct lwp *l, const struct netbsd32_chmod_args *uap, register_t *retval) in netbsd32_chmod() function