sys_fchroot
int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
.sy_call = (sy_call_t *)sys_fchroot
return sys_fchroot(l, &ua, retval);
int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
.sy_call = (sy_call_t *)sys_fchroot
.sy_call = (sy_call_t *)sys_fchroot
{ 297, sys_fchroot },
extern sy_call_t sys_fchroot;
check_syscall_args(sys_fchroot)
int sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);