HomeSort by: relevance | last modified time | path
    Searched refs:sys_fchmod (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 32 extern sy_call_t sys_fchmod;
137 { 124, sys_fchmod },
  /src/sys/compat/sunos/
sunos_syscallargs.h 646 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sunos_sysent.c 543 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 619 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
ultrix_sysent.c 532 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 961 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
aoutm68k_sysent.c 748 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 839 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
freebsd_sysent.c 591 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1246 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
linux_sysent.c 275 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 515 .sy_call = (sy_call_t *)sys_fchmod
linux_syscallargs.h 1524 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 441 .sy_call = (sy_call_t *)sys_fchmod
linux_syscallargs.h 1573 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 442 .sy_call = (sy_call_t *)sys_fchmod
linux_syscallargs.h 1593 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 466 .sy_call = (sy_call_t *)sys_fchmod
linux_syscallargs.h 1572 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 430 .sy_call = (sy_call_t *)sys_fchmod
linux_syscallargs.h 1600 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 438 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 995 return sys_fchmod(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1598 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
linux_sysent.c 540 .sy_call = (sy_call_t *)sys_fchmod

Completed in 33 milliseconds

1 2