HomeSort by: relevance | last modified time | path
    Searched refs:sys_fchroot (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 53 extern sy_call_t sys_fchroot;
158 { 297, sys_fchroot },
  /src/sys/compat/sunos/
sunos_syscallargs.h 742 int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
sunos_sysent.c 796 .sy_call = (sy_call_t *)sys_fchroot
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 1260 int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
aoutm68k_sysent.c 1669 .sy_call = (sy_call_t *)sys_fchroot
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1759 return sys_fchroot(l, &ua, retval);
  /src/sys/kern/
init_sysent.c 1497 .sy_call = (sy_call_t *)sys_fchroot
vfs_syscalls.c 1579 sys_fchroot(struct lwp *l, const struct sys_fchroot_args *uap, function in typeref:typename:int
  /src/sys/sys/
syscallargs.h 1948 check_syscall_args(sys_fchroot)
3971 int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);

Completed in 21 milliseconds