/src/sys/rump/librump/rumpvfs/ |
rumpvfs_syscalls.c | 48 extern sy_call_t sys___posix_fchown; 153 { 284, sys___posix_fchown },
|
/src/sys/compat/linux32/common/ |
linux32_uid16.c | 113 return sys___posix_fchown(l, &ua, retval);
|
/src/sys/compat/linux/common/ |
linux_uid16.c | 86 return sys___posix_fchown(l, &bfa, retval);
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 617 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
ultrix_sysent.c | 528 .sy_call = (sy_call_t *)sys___posix_fchown
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 1227 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
aoutm68k_sysent.c | 1591 .sy_call = (sy_call_t *)sys___posix_fchown
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1252 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
linux_sysent.c | 289 .sy_call = (sy_call_t *)sys___posix_fchown
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 524 .sy_call = (sy_call_t *)sys___posix_fchown
|
linux_syscallargs.h | 1528 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 917 .sy_call = (sy_call_t *)sys___posix_fchown
|
linux_syscallargs.h | 1738 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 924 .sy_call = (sy_call_t *)sys___posix_fchown
|
linux_syscallargs.h | 1766 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 939 .sy_call = (sy_call_t *)sys___posix_fchown
|
linux_syscallargs.h | 1739 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 434 .sy_call = (sy_call_t *)sys___posix_fchown
|
linux_syscallargs.h | 1602 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 442 .sy_call = (sy_call_t *)sys___posix_fchown
|
linux_syscallargs.h | 1498 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 1654 return sys___posix_fchown(l, &ua, retval);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1596 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
linux_sysent.c | 536 .sy_call = (sy_call_t *)sys___posix_fchown
|
/src/sys/kern/ |
init_sysent.c | 1435 .sy_call = (sy_call_t *)sys___posix_fchown
|