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

  /src/sys/compat/netbsd32/
netbsd32_mqueue.c 84 return netbsd32_close(l, (const void*)uap, retval);
netbsd32_sysent.c 173 .sy_call = (sy_call_t *)netbsd32_close
174 }, /* 6 = netbsd32_close */
netbsd32_netbsd.c 213 netbsd32_close(struct lwp *l, const struct netbsd32_close_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 71 check_syscall_args(netbsd32_close)
2861 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
  /src/sys/compat/sunos32/
sunos32_syscallargs.h 485 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
sunos32_sysent.c 59 .sy_call = (sy_call_t *)netbsd32_close
60 }, /* 6 = netbsd32_close */
  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 61 .sy_call = (sy_call_t *)netbsd32_close
62 }, /* 6 = netbsd32_close */
linux32_syscallargs.h 1139 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
  /src/sys/compat/linux32/arch/amd64/
linux32_sysent.c 64 .sy_call = (sy_call_t *)netbsd32_close
65 }, /* 6 = netbsd32_close */
linux32_syscallargs.h 1132 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);

Completed in 21 milliseconds