Searched refs:linux_chdir_args (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_sysent.c101 { AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 80 = linux_chdir */
H A Dlinux_proto.h366 struct linux_chdir_args { struct
1181 int linux_chdir(struct thread *, struct linux_chdir_args *);
H A Dlinux_systrace_args.c709 struct linux_chdir_args *p = params;
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_sysent.c33 { AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = linux_chdir */
H A Dlinux_proto.h70 struct linux_chdir_args { struct
1190 int linux_chdir(struct thread *, struct linux_chdir_args *);
H A Dlinux_systrace_args.c104 struct linux_chdir_args *p = params;
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux32_sysent.c34 { AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = linux_chdir */
H A Dlinux32_proto.h70 struct linux_chdir_args { struct
1172 int linux_chdir(struct thread *, struct linux_chdir_args *);
H A Dlinux32_systrace_args.c104 struct linux_chdir_args *p = params;
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_file.c656 linux_chdir(struct thread *td, struct linux_chdir_args *args)

Completed in 125 milliseconds