HomeSort by: relevance | last modified time | path
    Searched refs:sys_fchflags (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 22 extern sy_call_t sys_fchflags;
127 { 35, sys_fchflags },
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 745 int sys_fchflags(struct lwp *, const struct sys_fchflags_args *, register_t *);
aoutm68k_sysent.c 215 .sy_call = (sy_call_t *)sys_fchflags
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 675 int sys_fchflags(struct lwp *, const struct sys_fchflags_args *, register_t *);
freebsd_sysent.c 195 .sy_call = (sy_call_t *)sys_fchflags
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 474 return sys_fchflags(l, &ua, retval);
  /src/sys/kern/
init_sysent.c 309 .sy_call = (sy_call_t *)sys_fchflags
vfs_syscalls.c 3504 sys_fchflags(struct lwp *l, const struct sys_fchflags_args *uap, function in typeref:typename:int
  /src/sys/sys/
syscallargs.h 262 check_syscall_args(sys_fchflags)
3495 int sys_fchflags(struct lwp *, const struct sys_fchflags_args *, register_t *);

Completed in 21 milliseconds