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

  /src/sys/compat/sunos32/
sunos32_syscallargs.h 475 int netbsd32_exit(struct lwp *, const struct netbsd32_exit_args *, register_t *);
sunos32_sysent.c 40 .sy_call = (sy_call_t *)netbsd32_exit
41 }, /* 1 = netbsd32_exit */
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 154 .sy_call = (sy_call_t *)netbsd32_exit
155 }, /* 1 = netbsd32_exit */
netbsd32_netbsd.c 163 netbsd32_exit(struct lwp *l, const struct netbsd32_exit_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 45 check_syscall_args(netbsd32_exit)
2851 int netbsd32_exit(struct lwp *, const struct netbsd32_exit_args *, register_t *);

Completed in 85 milliseconds