/src/sys/rump/librump/rumpvfs/ |
rumpvfs_syscalls.c | 29 extern sy_call_t sys_chroot; 134 { 61, sys_chroot },
|
/src/sys/compat/sunos/ |
sunos_syscallargs.h | 546 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
sunos_sysent.c | 277 .sy_call = (sy_call_t *)sys_chroot
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 517 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
ultrix_sysent.c | 264 .sy_call = (sy_call_t *)sys_chroot
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 818 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
aoutm68k_sysent.c | 373 .sy_call = (sy_call_t *)sys_chroot
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 730 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
freebsd_sysent.c | 314 .sy_call = (sy_call_t *)sys_chroot
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1244 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 271 .sy_call = (sy_call_t *)sys_chroot
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 813 .sy_call = (sy_call_t *)sys_chroot
|
linux_syscallargs.h | 1647 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 286 .sy_call = (sy_call_t *)sys_chroot
|
linux_syscallargs.h | 1506 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 287 .sy_call = (sy_call_t *)sys_chroot
|
linux_syscallargs.h | 1526 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 293 .sy_call = (sy_call_t *)sys_chroot
|
linux_syscallargs.h | 1496 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 286 .sy_call = (sy_call_t *)sys_chroot
|
linux_syscallargs.h | 1540 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 284 .sy_call = (sy_call_t *)sys_chroot
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 684 return sys_chroot(l, &ua, retval);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1512 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 280 .sy_call = (sy_call_t *)sys_chroot
|