/src/sys/compat/sunos/ |
sunos_syscallargs.h | 159 struct sys_chroot_args; 546 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
sunos_sysent.c | 275 ns(struct sys_chroot_args),
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 144 struct sys_chroot_args; 517 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
ultrix_sysent.c | 262 ns(struct sys_chroot_args),
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 175 struct sys_chroot_args; 818 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
aoutm68k_sysent.c | 371 ns(struct sys_chroot_args),
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 155 struct sys_chroot_args; 730 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
freebsd_sysent.c | 312 ns(struct sys_chroot_args),
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 273 struct sys_chroot_args; 1244 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 269 ns(struct sys_chroot_args),
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 160 struct sys_chroot_args; 1512 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 278 ns(struct sys_chroot_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 667 struct sys_chroot_args; 1647 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 811 ns(struct sys_chroot_args),
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 197 struct sys_chroot_args; 1506 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 284 ns(struct sys_chroot_args),
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 202 struct sys_chroot_args; 1526 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 285 ns(struct sys_chroot_args),
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 195 struct sys_chroot_args; 1496 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 291 ns(struct sys_chroot_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 192 struct sys_chroot_args; 1540 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 284 ns(struct sys_chroot_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 192 struct sys_chroot_args; 1429 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
|
linux_sysent.c | 282 ns(struct sys_chroot_args),
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 680 struct sys_chroot_args ua;
|