Searched refs:sys_fchdir (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 101 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 153 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 153 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 153 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 70 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| /freebsd-13.1/sys/kern/ |
| H A D | init_sysent.c | 71 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| H A D | vfs_syscalls.c | 886 sys_fchdir(struct thread *td, struct fchdir_args *uap) in sys_fchdir() function
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 78 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| /freebsd-13.1/sys/sys/ |
| H A D | sysproto.h | 1868 int sys_fchdir(struct thread *, struct fchdir_args *);
|