Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sunos32/
H A Dsunos32_syscallargs.h37 struct netbsd32_exit_args;
475 int netbsd32_exit(struct lwp *, const struct netbsd32_exit_args *, register_t *);
H A Dsunos32_sysent.c39 ns(struct netbsd32_exit_args),
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c153 ns(struct netbsd32_exit_args),
H A Dnetbsd32_syscallargs.h42 struct netbsd32_exit_args { struct
2843 int netbsd32_exit(struct lwp *, const struct netbsd32_exit_args *, register_t *);
H A Dnetbsd32_netbsd.c163 netbsd32_exit(struct lwp *l, const struct netbsd32_exit_args *uap, register_t *retval) in netbsd32_exit()
H A Dnetbsd32_systrace_args.c25 const struct netbsd32_exit_args *p = params; in systrace_args()