| /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 | 1535 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 | 1453 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 | 1463 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 | 1434 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 | 1479 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 | 1368 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1473 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/compat/netbsd32/ |
| netbsd32_netbsd.c | 319 return sys_chmod(l, &ua, retval);
|
| /src/sys/kern/ |
| init_sysent.c | 218 .sy_call = (sy_call_t *)sys_chmod
|