Symbol: fchdir_args
sys/amd64/linux/linux_sysent.c
98
{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 81 = fchdir */
sys/amd64/linux/linux_systrace_args.c
716
struct fchdir_args *p = params;
sys/amd64/linux32/linux32_sysent.c
151
{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 133 = fchdir */
sys/amd64/linux32/linux32_systrace_args.c
881
struct fchdir_args *p = params;
sys/arm64/linux/linux_sysent.c
67
{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 50 = fchdir */
sys/arm64/linux/linux_systrace_args.c
396
struct fchdir_args *p = params;
sys/compat/freebsd32/freebsd32_sysent.c
83
{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 13 = fchdir */
sys/compat/freebsd32/freebsd32_systrace_args.c
103
struct fchdir_args *p = params;
sys/i386/linux/linux_sysent.c
150
{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 133 = fchdir */
sys/i386/linux/linux_systrace_args.c
911
struct fchdir_args *p = params;
sys/kern/init_sysent.c
82
{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 13 = fchdir */
sys/kern/systrace_args.c
100
struct fchdir_args *p = params;
sys/kern/vfs_syscalls.c
889
sys_fchdir(struct thread *td, struct fchdir_args *uap)
sys/sys/sysproto.h
1945
int sys_fchdir(struct thread *, struct fchdir_args *);