Searched refs:sys_fchflags (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 85 …{ AS(fchflags_args), (sy_call_t *)sys_fchflags, AUE_FCHFLAGS, NULL, 0, 0, 0, SY_THR_STATIC }, /* 3…
|
| /NextBSD/sys/kern/ |
| HD | init_sysent.c | 84 …{ AS(fchflags_args), (sy_call_t *)sys_fchflags, AUE_FCHFLAGS, NULL, 0, 0, SYF_CAPENABLED, SY_THR_S…
|
| HD | vfs_syscalls.c | 2577 sys_fchflags(td, uap) in sys_fchflags() function
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 2098 int sys_fchflags(struct thread *, struct fchflags_args *);
|