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

  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 177 .sy_call = (sy_call_t *)netbsd32___posix_rename
178 }, /* 38 = netbsd32___posix_rename */
linux32_syscallargs.h 1187 int netbsd32___posix_rename(struct lwp *, const struct netbsd32___posix_rename_args *, register_t *);
  /src/sys/compat/linux32/arch/amd64/
linux32_sysent.c 181 .sy_call = (sy_call_t *)netbsd32___posix_rename
182 }, /* 38 = netbsd32___posix_rename */
linux32_syscallargs.h 1182 int netbsd32___posix_rename(struct lwp *, const struct netbsd32___posix_rename_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 1188 .sy_call = (sy_call_t *)netbsd32___posix_rename
1189 }, /* 270 = netbsd32___posix_rename */
netbsd32_netbsd.c 1502 netbsd32___posix_rename(struct lwp *l, const struct netbsd32___posix_rename_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 1444 check_syscall_args(netbsd32___posix_rename)
3318 int netbsd32___posix_rename(struct lwp *, const struct netbsd32___posix_rename_args *, register_t *);

Completed in 20 milliseconds