Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sunos32/
H A Dsunos32_syscallargs.h446 struct netbsd32_fchroot_args;
746 int netbsd32_fchroot(struct lwp *, const struct netbsd32_fchroot_args *, register_t *);
H A Dsunos32_sysent.c703 ns(struct netbsd32_fchroot_args),
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c1296 ns(struct netbsd32_fchroot_args),
H A Dnetbsd32_syscallargs.h1610 struct netbsd32_fchroot_args { struct
3364 int netbsd32_fchroot(struct lwp *, const struct netbsd32_fchroot_args *, register_t *);
H A Dnetbsd32_netbsd.c1750 netbsd32_fchroot(struct lwp *l, const struct netbsd32_fchroot_args *uap, register_t *retval) in netbsd32_fchroot()
H A Dnetbsd32_systrace_args.c2169 const struct netbsd32_fchroot_args *p = params; in systrace_args()