Home
last modified time | relevance | path

Searched refs:fchmod_args (Results 1 – 11 of 11) sorted by relevance

/trueos/sys/compat/svr4/
HDsvr4_sysent.c115 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 93 = fchm…
/trueos/sys/amd64/linux32/
HDlinux32_sysent.c116 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 94 = fc…
HDlinux32_systrace_args.c637 struct fchmod_args *p = params; in systrace_args()
/trueos/sys/i386/linux/
HDlinux_sysent.c115 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 94 = fc…
HDlinux_systrace_args.c652 struct fchmod_args *p = params; in systrace_args()
/trueos/sys/kern/
HDvfs_syscalls.c2884 struct fchmod_args { struct
2890 sys_fchmod(struct thread *td, struct fchmod_args *uap) in sys_fchmod() argument
HDinit_sysent.c167 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
HDsystrace_args.c711 struct fchmod_args *p = params; in systrace_args()
/trueos/sys/compat/freebsd32/
HDfreebsd32_sysent.c174 …{ AS(fchmod_args), (sy_call_t *)sys_fchmod, AUE_FCHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 124 = f…
HDfreebsd32_systrace_args.c714 struct fchmod_args *p = params; in systrace_args()
/trueos/sys/sys/
HDsysproto.h417 struct fchmod_args { struct
2172 int sys_fchmod(struct thread *, struct fchmod_args *);