/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 | 1526 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 940 .sy_call = (sy_call_t *)sys___posix_chown
|
linux_syscallargs.h | 1748 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 947 .sy_call = (sy_call_t *)sys___posix_chown
|
linux_syscallargs.h | 1776 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 905 .sy_call = (sy_call_t *)sys___posix_chown
|
linux_syscallargs.h | 1729 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 898 .sy_call = (sy_call_t *)sys___posix_chown
|
linux_syscallargs.h | 1770 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 811 .sy_call = (sy_call_t *)sys___posix_chown
|
linux_syscallargs.h | 1630 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 1637 return sys___posix_chown(l, &ua, retval);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1462 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/kern/ |
init_sysent.c | 1431 .sy_call = (sy_call_t *)sys___posix_chown
|
vfs_syscalls.c | 3733 sys___posix_chown(struct lwp *l, const struct sys___posix_chown_args *uap, function in typeref:typename:int
|
/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 *);
|