Home
last modified time | relevance | path

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

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