Home
last modified time | relevance | path

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

/netbsd/sys/compat/sunos32/
H A Dsunos32_sysent.c704 .sy_call = (sy_call_t *)netbsd32_fchroot
H A Dsunos32_syscallargs.h746 int netbsd32_fchroot(struct lwp *, const struct netbsd32_fchroot_args *, register_t *);
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c1291 .sy_call = (sy_call_t *)netbsd32_fchroot
H A Dnetbsd32_syscallargs.h1613 check_syscall_args(netbsd32_fchroot)
3335 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() function