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

  /src/sys/compat/sunos32/
sunos32_syscallargs.h 673 int netbsd32_shutdown(struct lwp *, const struct netbsd32_shutdown_args *, register_t *);
sunos32_sysent.c 527 .sy_call = (sy_call_t *)netbsd32_shutdown
528 }, /* 134 = netbsd32_shutdown */
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 660 .sy_call = (sy_call_t *)netbsd32_shutdown
661 }, /* 134 = netbsd32_shutdown */
netbsd32_netbsd.c 1115 netbsd32_shutdown(struct lwp *l, const struct netbsd32_shutdown_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 741 check_syscall_args(netbsd32_shutdown)
3095 int netbsd32_shutdown(struct lwp *, const struct netbsd32_shutdown_args *, register_t *);

Completed in 34 milliseconds