HomeSort by: relevance | last modified time | path
    Searched refs:netbsd32_chmod (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/compat/sunos32/
sunos32_syscallargs.h 501 int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
sunos32_sysent.c 94 .sy_call = (sy_call_t *)netbsd32_chmod
95 }, /* 15 = netbsd32_chmod */
  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 97 .sy_call = (sy_call_t *)netbsd32_chmod
98 }, /* 15 = netbsd32_chmod */
linux32_syscallargs.h 1157 int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
  /src/sys/compat/linux32/arch/amd64/
linux32_sysent.c 100 .sy_call = (sy_call_t *)netbsd32_chmod
101 }, /* 15 = netbsd32_chmod */
linux32_syscallargs.h 1150 int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 208 .sy_call = (sy_call_t *)netbsd32_chmod
209 }, /* 15 = netbsd32_chmod */
netbsd32_netbsd.c 308 netbsd32_chmod(struct lwp *l, const struct netbsd32_chmod_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 119 check_syscall_args(netbsd32_chmod)
2877 int netbsd32_chmod(struct lwp *, const struct netbsd32_chmod_args *, register_t *);

Completed in 21 milliseconds