| /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 | 278 .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 | 265 .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 | 374 .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 | 315 .sy_call = (sy_call_t *)sys_chroot
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 816 .sy_call = (sy_call_t *)sys_chroot
|
| linux_syscallargs.h | 1667 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1262 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/i386/ |
| linux_sysent.c | 288 .sy_call = (sy_call_t *)sys_chroot
|
| linux_syscallargs.h | 1536 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 287 .sy_call = (sy_call_t *)sys_chroot
|
| linux_syscallargs.h | 1524 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 294 .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/mips/ |
| linux_sysent.c | 287 .sy_call = (sy_call_t *)sys_chroot
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 285 .sy_call = (sy_call_t *)sys_chroot
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 684 return sys_chroot(l, &ua, retval);
|
| /src/sys/kern/ |
| init_sysent.c | 423 .sy_call = (sy_call_t *)sys_chroot
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1530 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
| linux_sysent.c | 281 .sy_call = (sy_call_t *)sys_chroot
|