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

1 2

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 17 extern sy_call_t sys_chmod;
122 { 15, sys_chmod },
  /src/sys/compat/sunos/
sunos_syscallargs.h 492 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sunos_sysent.c 101 .sy_call = (sy_call_t *)sys_chmod
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 469 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
ultrix_sysent.c 94 .sy_call = (sy_call_t *)sys_chmod
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 699 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
aoutm68k_sysent.c 112 .sy_call = (sy_call_t *)sys_chmod
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 635 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
freebsd_sysent.c 104 .sy_call = (sy_call_t *)sys_chmod
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 511 .sy_call = (sy_call_t *)sys_chmod
linux_syscallargs.h 1522 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 107 .sy_call = (sy_call_t *)sys_chmod
linux_syscallargs.h 1440 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 106 .sy_call = (sy_call_t *)sys_chmod
linux_syscallargs.h 1458 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 110 .sy_call = (sy_call_t *)sys_chmod
linux_syscallargs.h 1429 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 107 .sy_call = (sy_call_t *)sys_chmod
linux_syscallargs.h 1474 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 105 .sy_call = (sy_call_t *)sys_chmod
linux_syscallargs.h 1363 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 319 return sys_chmod(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1460 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
linux_sysent.c 108 .sy_call = (sy_call_t *)sys_chmod
  /src/sys/kern/
init_sysent.c 218 .sy_call = (sy_call_t *)sys_chmod

Completed in 35 milliseconds

1 2