Symbol: sys_chdir
sys/compat/aoutm68k/aoutm68k_syscallargs.h
693
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
98
.sy_call = (sy_call_t *)sys_chdir
sys/compat/freebsd/freebsd_syscallargs.h
629
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
90
.sy_call = (sy_call_t *)sys_chdir
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1253
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
262
.sy_call = (sy_call_t *)sys_chdir
sys/compat/linux/arch/alpha/linux_syscallargs.h
1467
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
94
.sy_call = (sy_call_t *)sys_chdir
sys/compat/linux/arch/amd64/linux_syscallargs.h
1515
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
462
.sy_call = (sy_call_t *)sys_chdir
sys/compat/linux/arch/arm/linux_syscallargs.h
1447
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
92
.sy_call = (sy_call_t *)sys_chdir
sys/compat/linux/arch/i386/linux_syscallargs.h
1457
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
91
.sy_call = (sy_call_t *)sys_chdir
sys/compat/linux/arch/m68k/linux_syscallargs.h
1428
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
95
.sy_call = (sy_call_t *)sys_chdir
sys/compat/linux/arch/mips/linux_syscallargs.h
1473
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
92
.sy_call = (sy_call_t *)sys_chdir
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1362
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
90
.sy_call = (sy_call_t *)sys_chdir
sys/compat/netbsd32/netbsd32_netbsd.c
278
return sys_chdir(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
488
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
88
.sy_call = (sy_call_t *)sys_chdir
sys/compat/ultrix/ultrix_syscallargs.h
465
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
81
.sy_call = (sy_call_t *)sys_chdir
sys/kern/init_sysent.c
204
.sy_call = (sy_call_t *)sys_chdir
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
120
{ 12, sys_chdir },
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
15
extern sy_call_t sys_chdir;
sys/sys/syscallargs.h
118
check_syscall_args(sys_chdir)
sys/sys/syscallargs.h
3449
int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);