Symbol: chroot_args
sys/amd64/linux/linux_sysent.c
178
{ .sy_narg = AS(chroot_args), .sy_call = (sy_call_t *)sys_chroot, .sy_auevent = AUE_CHROOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 161 = chroot */
sys/amd64/linux/linux_systrace_args.c
1315
struct chroot_args *p = params;
sys/amd64/linux32/linux32_sysent.c
79
{ .sy_narg = AS(chroot_args), .sy_call = (sy_call_t *)sys_chroot, .sy_auevent = AUE_CHROOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 61 = chroot */
sys/amd64/linux32/linux32_systrace_args.c
393
struct chroot_args *p = params;
sys/arm64/linux/linux_sysent.c
68
{ .sy_narg = AS(chroot_args), .sy_call = (sy_call_t *)sys_chroot, .sy_auevent = AUE_CHROOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 51 = chroot */
sys/arm64/linux/linux_systrace_args.c
403
struct chroot_args *p = params;
sys/compat/freebsd32/freebsd32_sysent.c
131
{ .sy_narg = AS(chroot_args), .sy_call = (sy_call_t *)sys_chroot, .sy_auevent = AUE_CHROOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 61 = chroot */
sys/compat/freebsd32/freebsd32_systrace_args.c
406
struct chroot_args *p = params;
sys/i386/linux/linux_sysent.c
78
{ .sy_narg = AS(chroot_args), .sy_call = (sy_call_t *)sys_chroot, .sy_auevent = AUE_CHROOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 61 = chroot */
sys/i386/linux/linux_systrace_args.c
393
struct chroot_args *p = params;
sys/kern/init_sysent.c
130
{ .sy_narg = AS(chroot_args), .sy_call = (sy_call_t *)sys_chroot, .sy_auevent = AUE_CHROOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 61 = chroot */
sys/kern/systrace_args.c
403
struct chroot_args *p = params;
sys/kern/vfs_syscalls.c
1022
sys_chroot(struct thread *td, struct chroot_args *uap)
sys/sys/sysproto.h
1984
int sys_chroot(struct thread *, struct chroot_args *);