| /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 | 1265 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 | 1541 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 919 .sy_call = (sy_call_t *)sys___posix_fchown
|
| linux_syscallargs.h | 1753 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 926 .sy_call = (sy_call_t *)sys___posix_fchown
|
| linux_syscallargs.h | 1773 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 941 .sy_call = (sy_call_t *)sys___posix_fchown
|
| linux_syscallargs.h | 1746 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 | 1607 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 | 1503 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1609 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/compat/netbsd32/ |
| netbsd32_netbsd.c | 1654 return sys___posix_fchown(l, &ua, retval);
|
| /src/sys/kern/ |
| init_sysent.c | 1435 .sy_call = (sy_call_t *)sys___posix_fchown
|