Home
last modified time | relevance | path

Searched refs:linux_chdir_args (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c69 …{ AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 49…
H A Dlinux_proto.h203 struct linux_chdir_args { struct
1096 int linux_chdir(struct thread *, struct linux_chdir_args *);
H A Dlinux_systrace_args.c321 struct linux_chdir_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c100 …{ AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 80…
H A Dlinux_proto.h366 struct linux_chdir_args { struct
1312 int linux_chdir(struct thread *, struct linux_chdir_args *);
H A Dlinux_systrace_args.c709 struct linux_chdir_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c32 …{ AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12…
H A Dlinux32_proto.h70 struct linux_chdir_args { struct
1520 int linux_chdir(struct thread *, struct linux_chdir_args *);
H A Dlinux32_systrace_args.c104 struct linux_chdir_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c32 …{ AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12…
H A Dlinux_proto.h70 struct linux_chdir_args { struct
1538 int linux_chdir(struct thread *, struct linux_chdir_args *);
H A Dlinux_systrace_args.c104 struct linux_chdir_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c639 linux_chdir(struct thread *td, struct linux_chdir_args *args) in linux_chdir()