Searched refs:linux_chdir (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 69 …{ AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 49…
|
| H A D | linux_proto.h | 1096 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 100 …{ AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 80…
|
| H A D | linux_proto.h | 1312 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 32 …{ AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12…
|
| H A D | linux32_proto.h | 1520 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 32 …{ AS(linux_chdir_args), (sy_call_t *)linux_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12…
|
| H A D | linux_proto.h | 1538 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 639 linux_chdir(struct thread *td, struct linux_chdir_args *args) in linux_chdir() function
|