Home
last modified time | relevance | path

Searched refs:fchroot_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_syscalls.c1037 struct fchroot_args { struct
1042 sys_fchroot(struct thread *td, struct fchroot_args *uap) in sys_fchroot() argument
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 Dsystrace_args.c3470 struct fchroot_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1885 struct fchroot_args { struct
2288 int sys_fchroot(struct thread *, struct fchroot_args *);
/freebsd/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…
H A Dfreebsd32_systrace_args.c3383 struct fchroot_args *p = params; in systrace_args()