Searched refs:fchmod_args (Results 1 – 14 of 14) 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…
|
| H A D | linux_systrace_args.c | 342 struct fchmod_args *p = params; in systrace_args()
|
| /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…
|
| H A D | linux_systrace_args.c | 794 struct fchmod_args *p = params; in systrace_args()
|
| /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…
|
| H A D | linux32_systrace_args.c | 637 struct fchmod_args *p = params; in systrace_args()
|
| /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…
|
| H A D | linux_systrace_args.c | 652 struct fchmod_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_syscalls.c | 2803 struct fchmod_args { struct 2809 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() argument
|
| 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 | systrace_args.c | 690 struct fchmod_args *p = params; in systrace_args()
|
| /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 …
|
| H A D | freebsd32_systrace_args.c | 693 struct fchmod_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 407 struct fchmod_args { struct 1878 int sys_fchmod(struct thread *, struct fchmod_args *);
|