Searched refs:linux_chdir (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 714 linux_chdir(struct thread *td, struct linux_chdir_args *args) in linux_chdir() function
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 66 …{ .sy_narg = AS(linux_chdir_args), .sy_call = (sy_call_t *)linux_chdir, .sy_auevent = AUE_CHDIR, .…
|
H A D | linux_proto.h | 1290 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 29 …{ .sy_narg = AS(linux_chdir_args), .sy_call = (sy_call_t *)linux_chdir, .sy_auevent = AUE_CHDIR, .…
|
H A D | linux_proto.h | 1744 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 97 …{ .sy_narg = AS(linux_chdir_args), .sy_call = (sy_call_t *)linux_chdir, .sy_auevent = AUE_CHDIR, .…
|
H A D | linux_proto.h | 1513 int linux_chdir(struct thread *, struct linux_chdir_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 30 …{ .sy_narg = AS(linux_chdir_args), .sy_call = (sy_call_t *)linux_chdir, .sy_auevent = AUE_CHDIR, .…
|
H A D | linux32_proto.h | 1750 int linux_chdir(struct thread *, struct linux_chdir_args *);
|