Symbol: sys_fchdir
sys/compat/aoutm68k/aoutm68k_syscallargs.h
695
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
102
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/freebsd/freebsd_syscallargs.h
631
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
94
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1255
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
266
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/linux/arch/alpha/linux_syscallargs.h
1469
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
98
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/linux/arch/amd64/linux_syscallargs.h
1517
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
466
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/linux/arch/arm/linux_syscallargs.h
1638
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
604
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/linux/arch/i386/linux_syscallargs.h
1656
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
609
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/linux/arch/m68k/linux_syscallargs.h
1629
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
626
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/linux/arch/mips/linux_syscallargs.h
1657
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
592
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1553
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
601
.sy_call = (sy_call_t *)sys_fchdir
sys/compat/netbsd32/netbsd32_netbsd.c
291
return sys_fchdir(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
740
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
792
.sy_call = (sy_call_t *)sys_fchdir
sys/kern/init_sysent.c
208
.sy_call = (sy_call_t *)sys_fchdir
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
121
{ 13, sys_fchdir },
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
16
extern sy_call_t sys_fchdir;
sys/sys/syscallargs.h
123
check_syscall_args(sys_fchdir)
sys/sys/syscallargs.h
3451
int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);