| /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 | 1259 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 | 1537 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 | 1586 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 | 1598 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 | 1577 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 | 1605 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
|
| linux_syscallargs.h | 1501 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1611 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
|
| linux_sysent.c | 540 .sy_call = (sy_call_t *)sys_fchmod
|