Searched refs:sys_fchmod (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 72 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 52 = fc…
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 111 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 91 = fc…
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 114 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 94 = fc…
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 114 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 94 = fc…
|
| /freebsd-12.1/sys/kern/ |
| H A D | init_sysent.c | 176 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| H A D | vfs_syscalls.c | 2809 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() function
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 183 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1878 int sys_fchmod(struct thread *, struct fchmod_args *);
|