Home
last modified time | relevance | path

Searched refs:netbsd32_shutdown_args (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/compat/sunos32/
H A Dsunos32_syscallargs.h321 struct netbsd32_shutdown_args;
673 int netbsd32_shutdown(struct lwp *, const struct netbsd32_shutdown_args *, register_t *);
H A Dsunos32_sysent.c526 ns(struct netbsd32_shutdown_args),
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c659 ns(struct netbsd32_shutdown_args),
H A Dnetbsd32_syscallargs.h737 struct netbsd32_shutdown_args { struct
3087 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()
H A Dnetbsd32_systrace_args.c1009 const struct netbsd32_shutdown_args *p = params; in systrace_args()