/src/sys/compat/sunos/ |
sunos_syscallargs.h | 435 struct sys_fchdir_args; 740 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
sunos_sysent.c | 791 ns(struct sys_fchdir_args),
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 62 struct sys_fchdir_args; 695 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
aoutm68k_sysent.c | 101 ns(struct sys_fchdir_args),
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 57 struct sys_fchdir_args; 631 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
freebsd_sysent.c | 93 ns(struct sys_fchdir_args),
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 271 struct sys_fchdir_args; 1242 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
linux_sysent.c | 265 ns(struct sys_fchdir_args),
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 71 struct sys_fchdir_args; 1456 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
linux_sysent.c | 97 ns(struct sys_fchdir_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 400 struct sys_fchdir_args; 1504 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
linux_sysent.c | 465 ns(struct sys_fchdir_args),
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 461 struct sys_fchdir_args; 1625 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
linux_sysent.c | 603 ns(struct sys_fchdir_args),
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 485 struct sys_fchdir_args; 1651 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
linux_sysent.c | 608 ns(struct sys_fchdir_args),
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 466 struct sys_fchdir_args; 1624 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
linux_sysent.c | 625 ns(struct sys_fchdir_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 424 struct sys_fchdir_args; 1652 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
linux_sysent.c | 591 ns(struct sys_fchdir_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 436 struct sys_fchdir_args; 1548 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|
linux_sysent.c | 600 ns(struct sys_fchdir_args),
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 287 struct sys_fchdir_args ua;
|
/src/sys/kern/ |
init_sysent.c | 207 ns(struct sys_fchdir_args),
|
/src/sys/sys/ |
syscallargs.h | 120 struct sys_fchdir_args { struct 3451 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
|