Symbol: sys_chmod
sys/compat/aoutm68k/aoutm68k_syscallargs.h
699
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
112
.sy_call = (sy_call_t *)sys_chmod
sys/compat/freebsd/freebsd_syscallargs.h
635
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
104
.sy_call = (sy_call_t *)sys_chmod
sys/compat/linux/arch/alpha/linux_syscallargs.h
1473
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
108
.sy_call = (sy_call_t *)sys_chmod
sys/compat/linux/arch/amd64/linux_syscallargs.h
1535
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
511
.sy_call = (sy_call_t *)sys_chmod
sys/compat/linux/arch/arm/linux_syscallargs.h
1453
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
107
.sy_call = (sy_call_t *)sys_chmod
sys/compat/linux/arch/i386/linux_syscallargs.h
1463
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
106
.sy_call = (sy_call_t *)sys_chmod
sys/compat/linux/arch/m68k/linux_syscallargs.h
1434
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
110
.sy_call = (sy_call_t *)sys_chmod
sys/compat/linux/arch/mips/linux_syscallargs.h
1479
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
107
.sy_call = (sy_call_t *)sys_chmod
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1368
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
105
.sy_call = (sy_call_t *)sys_chmod
sys/compat/netbsd32/netbsd32_netbsd.c
319
return sys_chmod(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
492
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
101
.sy_call = (sy_call_t *)sys_chmod
sys/compat/ultrix/ultrix_syscallargs.h
469
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
94
.sy_call = (sy_call_t *)sys_chmod
sys/kern/init_sysent.c
218
.sy_call = (sy_call_t *)sys_chmod
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
122
{ 15, sys_chmod },
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
17
extern sy_call_t sys_chmod;
sys/sys/syscallargs.h
136
check_syscall_args(sys_chmod)
sys/sys/syscallargs.h
3455
int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);