Symbol: sys___posix_fchown
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1227
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
1591
.sy_call = (sy_call_t *)sys___posix_fchown
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1265
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
289
.sy_call = (sy_call_t *)sys___posix_fchown
sys/compat/linux/arch/alpha/linux_syscallargs.h
1609
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
536
.sy_call = (sy_call_t *)sys___posix_fchown
sys/compat/linux/arch/amd64/linux_syscallargs.h
1541
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
524
.sy_call = (sy_call_t *)sys___posix_fchown
sys/compat/linux/arch/arm/linux_syscallargs.h
1753
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
919
.sy_call = (sy_call_t *)sys___posix_fchown
sys/compat/linux/arch/i386/linux_syscallargs.h
1773
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
926
.sy_call = (sy_call_t *)sys___posix_fchown
sys/compat/linux/arch/m68k/linux_syscallargs.h
1746
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
941
.sy_call = (sy_call_t *)sys___posix_fchown
sys/compat/linux/arch/mips/linux_syscallargs.h
1607
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
434
.sy_call = (sy_call_t *)sys___posix_fchown
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1503
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
442
.sy_call = (sy_call_t *)sys___posix_fchown
sys/compat/linux/common/linux_uid16.c
86
return sys___posix_fchown(l, &bfa, retval);
sys/compat/linux32/common/linux32_uid16.c
113
return sys___posix_fchown(l, &ua, retval);
sys/compat/netbsd32/netbsd32_netbsd.c
1654
return sys___posix_fchown(l, &ua, retval);
sys/compat/ultrix/ultrix_syscallargs.h
617
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
528
.sy_call = (sy_call_t *)sys___posix_fchown
sys/kern/init_sysent.c
1437
.sy_call = (sy_call_t *)sys___posix_fchown
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
153
{ 284, sys___posix_fchown },
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
48
extern sy_call_t sys___posix_fchown;
sys/sys/syscallargs.h
1852
check_syscall_args(sys___posix_fchown)
sys/sys/syscallargs.h
3945
int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);