Home
last modified time | relevance | path

Searched refs:netbsd32_shutdown (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/compat/sunos32/
H A Dsunos32_sysent.c527 .sy_call = (sy_call_t *)netbsd32_shutdown
H A Dsunos32_syscallargs.h673 int netbsd32_shutdown(struct lwp *, const struct netbsd32_shutdown_args *, register_t *);
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c654 .sy_call = (sy_call_t *)netbsd32_shutdown
H A Dnetbsd32_syscallargs.h741 check_syscall_args(netbsd32_shutdown)
3058 int netbsd32_shutdown(struct lwp *, const struct netbsd32_shutdown_args *, register_t *);
H A Dnetbsd32_netbsd.c1115 netbsd32_shutdown(struct lwp *l, const struct netbsd32_shutdown_args *uap, register_t *retval) in netbsd32_shutdown() function