Searched refs:fchmod_args (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/compat/svr4/ |
| HD | svr4_sysent.c | 115 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 93 = fchm…
|
| /trueos/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 116 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 94 = fc…
|
| HD | linux32_systrace_args.c | 637 struct fchmod_args *p = params; in systrace_args()
|
| /trueos/sys/i386/linux/ |
| HD | linux_sysent.c | 115 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 94 = fc…
|
| HD | linux_systrace_args.c | 652 struct fchmod_args *p = params; in systrace_args()
|
| /trueos/sys/kern/ |
| HD | vfs_syscalls.c | 2884 struct fchmod_args { struct 2890 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() argument
|
| HD | init_sysent.c | 167 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| HD | systrace_args.c | 711 struct fchmod_args *p = params; in systrace_args()
|
| /trueos/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 174 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 124 = f…
|
| HD | freebsd32_systrace_args.c | 714 struct fchmod_args *p = params; in systrace_args()
|
| /trueos/sys/sys/ |
| HD | sysproto.h | 417 struct fchmod_args { struct 2172 int sys_fchmod(struct thread *, struct fchmod_args *);
|