Searched refs:sys_fchdir (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 70 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 50 = fc…
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 101 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 81 = fc…
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 153 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 133 = f…
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 153 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 133 = f…
|
| /freebsd-12.1/sys/kern/ |
| H A D | init_sysent.c | 65 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 13 = fc…
|
| H A D | vfs_syscalls.c | 834 sys_fchdir(struct thread *td, struct fchdir_args *uap) in sys_fchdir() function
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 72 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 13 = fc…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1804 int sys_fchdir(struct thread *, struct fchdir_args *);
|