Home
last modified time | relevance | path

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

/src/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c660 …{ .sy_narg = AS(fchroot_args), .sy_call = (sy_call_t *)sys_fchroot, .sy_auevent = AUE_NULL, .sy_fl…
/src/sys/kern/
H A Dinit_sysent.c659 …{ .sy_narg = AS(fchroot_args), .sy_call = (sy_call_t *)sys_fchroot, .sy_auevent = AUE_NULL, .sy_fl…
H A Dvfs_syscalls.c1046 sys_fchroot(struct thread *td, struct fchroot_args *uap) in sys_fchroot() function
/src/sys/sys/
H A Dsysproto.h2332 int sys_fchroot(struct thread *, struct fchroot_args *);