Searched refs:linux_chdir (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_file.c | 774 linux_chdir(struct thread *td, struct linux_chdir_args *args) in linux_chdir() function
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 100 …{ .sy_narg = AS(linux_chdir_args), .sy_call = (sy_call_t *)linux_chdir, .sy_auevent = AUE_CHDIR, .…
|
| H A D | linux_proto.h | 1448 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 32 …{ .sy_narg = AS(linux_chdir_args), .sy_call = (sy_call_t *)linux_chdir, .sy_auevent = AUE_CHDIR, .…
|
| H A D | linux32_proto.h | 1650 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 32 …{ .sy_narg = AS(linux_chdir_args), .sy_call = (sy_call_t *)linux_chdir, .sy_auevent = AUE_CHDIR, .…
|
| H A D | linux_proto.h | 1643 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 32 …{ .sy_narg = AS(linux_chdir_args), .sy_call = (sy_call_t *)linux_chdir, .sy_auevent = AUE_CHDIR, .…
|
| H A D | linux_proto.h | 1241 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 69 …{ .sy_narg = AS(linux_chdir_args), .sy_call = (sy_call_t *)linux_chdir, .sy_auevent = AUE_CHDIR, .…
|
| H A D | linux_proto.h | 1235 int linux_chdir(struct thread *, struct linux_chdir_args *);
|