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

/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_proto.h65 struct linux_chdir_args { struct
1128 int linux_chdir(struct thread *, struct linux_chdir_args *);
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_systrace_args.c104 struct linux_chdir_args *p = params;
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_proto.h65 struct linux_chdir_args { struct
1109 int linux_chdir(struct thread *, struct linux_chdir_args *);
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_systrace_args.c104 struct linux_chdir_args *p = params;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_file.c663 linux_chdir(struct thread *td, struct linux_chdir_args *args)

Completed in 117 milliseconds