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 544 .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 533 .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 749 .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 592 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 516 .sy_call = (sy_call_t *)sys_fchmod
linux_syscallargs.h 1542 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1264 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/i386/
linux_sysent.c 443 .sy_call = (sy_call_t *)sys_fchmod
linux_syscallargs.h 1603 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 442 .sy_call = (sy_call_t *)sys_fchmod
linux_syscallargs.h 1591 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 467 .sy_call = (sy_call_t *)sys_fchmod
linux_syscallargs.h 1582 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 431 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 439 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 995 return sys_fchmod(l, &ua, retval);
  /src/sys/kern/
init_sysent.c 695 .sy_call = (sy_call_t *)sys_fchmod
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1616 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
linux_sysent.c 541 .sy_call = (sy_call_t *)sys_fchmod

Completed in 31 milliseconds

1 2