Symbol: sys_fchmod
sys/compat/aoutm68k/aoutm68k_syscallargs.h
961
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
748
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/freebsd/freebsd_syscallargs.h
839
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
591
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1259
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
275
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/linux/arch/alpha/linux_syscallargs.h
1611
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
540
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/linux/arch/amd64/linux_syscallargs.h
1537
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
515
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/linux/arch/arm/linux_syscallargs.h
1586
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
441
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/linux/arch/i386/linux_syscallargs.h
1598
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
442
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/linux/arch/m68k/linux_syscallargs.h
1577
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
466
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/linux/arch/mips/linux_syscallargs.h
1605
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
430
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1501
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
438
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/netbsd32/netbsd32_netbsd.c
995
return sys_fchmod(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
646
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
543
.sy_call = (sy_call_t *)sys_fchmod
sys/compat/ultrix/ultrix_syscallargs.h
619
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
532
.sy_call = (sy_call_t *)sys_fchmod
sys/kern/init_sysent.c
695
.sy_call = (sy_call_t *)sys_fchmod
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
137
{ 124, sys_fchmod },
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
32
extern sy_call_t sys_fchmod;
sys/sys/syscallargs.h
3653
int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
sys/sys/syscallargs.h
782
check_syscall_args(sys_fchmod)