Home
last modified time | relevance | path

Searched refs:chroot_args (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_sysent.c80 …{ AS(chroot_args), (sy_call_t *)sys_chroot, AUE_CHROOT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 61 = ch…
/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c71 …{ AS(chroot_args), (sy_call_t *)sys_chroot, AUE_CHROOT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 51 = ch…
H A Dlinux_systrace_args.c335 struct chroot_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c181 …{ AS(chroot_args), (sy_call_t *)sys_chroot, AUE_CHROOT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 161 = c…
H A Dlinux_systrace_args.c1310 struct chroot_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c81 …{ AS(chroot_args), (sy_call_t *)sys_chroot, AUE_CHROOT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 61 = ch…
H A Dlinux32_systrace_args.c393 struct chroot_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c81 …{ AS(chroot_args), (sy_call_t *)sys_chroot, AUE_CHROOT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 61 = ch…
H A Dlinux_systrace_args.c401 struct chroot_args *p = params; in systrace_args()
/freebsd-12.1/sys/kern/
H A Dvfs_syscalls.c911 struct chroot_args { struct
916 sys_chroot(struct thread *td, struct chroot_args *uap) in sys_chroot() argument
H A Dinit_sysent.c113 …{ AS(chroot_args), (sy_call_t *)sys_chroot, AUE_CHROOT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 61 = ch…
H A Dsystrace_args.c402 struct chroot_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c120 …{ AS(chroot_args), (sy_call_t *)sys_chroot, AUE_CHROOT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 61 = ch…
H A Dfreebsd32_systrace_args.c405 struct chroot_args *p = params; in systrace_args()
/freebsd-12.1/sys/sys/
H A Dsysproto.h247 struct chroot_args { struct
1843 int sys_chroot(struct thread *, struct chroot_args *);