Home
last modified time | relevance | path

Searched refs:linux_chdir (Results 1 – 9 of 9) 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.h1096 int linux_chdir(struct thread *, struct linux_chdir_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.h1312 int linux_chdir(struct thread *, struct linux_chdir_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.h1520 int linux_chdir(struct thread *, struct linux_chdir_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.h1538 int linux_chdir(struct thread *, struct linux_chdir_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() function