| /src/sys/rump/librump/rumpvfs/ |
| rumpvfs_syscalls.c | 49 extern sy_call_t sys___posix_lchown; 154 { 285, sys___posix_lchown },
|
| /src/sys/compat/linux32/common/ |
| linux32_uid16.c | 96 return sys___posix_lchown(l, &ua, retval);
|
| /src/sys/compat/linux/common/ |
| linux_uid16.c | 103 return sys___posix_lchown(l, &bla, retval);
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 1229 int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
|
| aoutm68k_sysent.c | 1596 .sy_call = (sy_call_t *)sys___posix_lchown
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 529 .sy_call = (sy_call_t *)sys___posix_lchown
|
| linux_syscallargs.h | 1543 int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 885 .sy_call = (sy_call_t *)sys___posix_lchown
|
| linux_syscallargs.h | 1743 int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 892 .sy_call = (sy_call_t *)sys___posix_lchown
|
| linux_syscallargs.h | 1763 int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 964 .sy_call = (sy_call_t *)sys___posix_lchown
|
| linux_syscallargs.h | 1756 int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 112 .sy_call = (sy_call_t *)sys___posix_lchown
|
| linux_syscallargs.h | 1481 int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 110 .sy_call = (sy_call_t *)sys___posix_lchown
|
| linux_syscallargs.h | 1370 int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1687 int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
|
| linux_sysent.c | 878 .sy_call = (sy_call_t *)sys___posix_lchown
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 1671 return sys___posix_lchown(l, &ua, retval);
|
| /src/sys/kern/ |
| init_sysent.c | 1440 .sy_call = (sy_call_t *)sys___posix_lchown
|
| vfs_syscalls.c | 3856 sys___posix_lchown(struct lwp *l, const struct sys___posix_lchown_args *uap, function
|
| /src/sys/sys/ |
| syscallargs.h | 1859 check_syscall_args(sys___posix_lchown) 3947 int sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
|