| /src/sys/rump/librump/rumpvfs/ |
| rumpvfs_syscalls.c | 47 extern sy_call_t sys___posix_chown; 152 { 283, sys___posix_chown },
|
| /src/sys/compat/linux32/common/ |
| linux32_uid16.c | 79 return sys___posix_chown(l, &ua, retval);
|
| /src/sys/compat/linux/common/ |
| linux_uid16.c | 69 return sys___posix_chown(l, &bca, retval);
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 471 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
| ultrix_sysent.c | 99 .sy_call = (sy_call_t *)sys___posix_chown
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 1225 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
| aoutm68k_sysent.c | 1587 .sy_call = (sy_call_t *)sys___posix_chown
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 520 .sy_call = (sy_call_t *)sys___posix_chown
|
| linux_syscallargs.h | 1539 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 942 .sy_call = (sy_call_t *)sys___posix_chown
|
| linux_syscallargs.h | 1763 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 949 .sy_call = (sy_call_t *)sys___posix_chown
|
| linux_syscallargs.h | 1783 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 907 .sy_call = (sy_call_t *)sys___posix_chown
|
| linux_syscallargs.h | 1736 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 900 .sy_call = (sy_call_t *)sys___posix_chown
|
| linux_syscallargs.h | 1777 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 813 .sy_call = (sy_call_t *)sys___posix_chown
|
| linux_syscallargs.h | 1637 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1475 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
| linux_sysent.c | 113 .sy_call = (sy_call_t *)sys___posix_chown
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 1637 return sys___posix_chown(l, &ua, retval);
|
| /src/sys/kern/ |
| init_sysent.c | 1431 .sy_call = (sy_call_t *)sys___posix_chown
|
| vfs_syscalls.c | 3734 sys___posix_chown(struct lwp *l, const struct sys___posix_chown_args *uap, function
|
| /src/sys/sys/ |
| syscallargs.h | 1845 check_syscall_args(sys___posix_chown) 3943 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|