Home
last modified time | relevance | path

Searched refs:sys_fchroot (Results 1 – 10 of 10) sorted by relevance

/netbsd/sys/rump/librump/rumpvfs/
H A Drumpvfs_syscalls.c53 extern sy_call_t sys_fchroot;
158 { 297, sys_fchroot },
/netbsd/sys/rump/
H A Drump.sysmap117 297 sys_fchroot fchroot rump___sysimpl_fchroot
/netbsd/sys/compat/sunos/
H A Dsunos_syscallargs.h742 int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
H A Dsunos_sysent.c796 .sy_call = (sy_call_t *)sys_fchroot
/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h1260 int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
H A Daoutm68k_sysent.c1669 .sy_call = (sy_call_t *)sys_fchroot
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c1759 return sys_fchroot(l, &ua, retval); in netbsd32_fchroot()
/netbsd/sys/sys/
H A Dsyscallargs.h1948 check_syscall_args(sys_fchroot)
3954 int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
/netbsd/sys/kern/
H A Dinit_sysent.c1491 .sy_call = (sy_call_t *)sys_fchroot
H A Dvfs_syscalls.c1545 sys_fchroot(struct lwp *l, const struct sys_fchroot_args *uap, register_t *retval) in sys_fchroot() function