| /src/sys/rump/librump/rumpvfs/ |
| rumpvfs_syscalls.c | 31 extern sy_call_t sys_fchown; 136 { 123, sys_fchown },
|
| rumpvfs_syscalls.c | 31 extern sy_call_t sys_fchown; 136 { 123, sys_fchown },
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 644 int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
|
| sunos_sysent.c | 539 .sy_call = (sy_call_t *)sys_fchown
|
| sunos_syscallargs.h | 644 int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
|
| sunos_sysent.c | 539 .sy_call = (sy_call_t *)sys_fchown
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 959 int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
|
| aoutm68k_syscallargs.h | 959 int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
|
| aoutm68k_sysent.c | 744 .sy_call = (sy_call_t *)sys_fchown
|
| aoutm68k_sysent.c | 744 .sy_call = (sy_call_t *)sys_fchown
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 837 int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
|
| freebsd_syscallargs.h | 837 int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
|
| freebsd_sysent.c | 587 .sy_call = (sy_call_t *)sys_fchown
|
| freebsd_sysent.c | 587 .sy_call = (sy_call_t *)sys_fchown
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 980 return sys_fchown(l, &ua, retval);
|
| netbsd32_netbsd.c | 980 return sys_fchown(l, &ua, retval);
|
| /src/sys/kern/ |
| init_sysent.c | 690 .sy_call = (sy_call_t *)sys_fchown
|
| init_sysent.c | 690 .sy_call = (sy_call_t *)sys_fchown
|
| vfs_syscalls.c | 3760 sys_fchown(struct lwp *l, const struct sys_fchown_args *uap, function in typeref:typename:int
|
| vfs_syscalls.c | 3760 sys_fchown(struct lwp *l, const struct sys_fchown_args *uap, function in typeref:typename:int
|
| /src/sys/sys/ |
| syscallargs.h | 776 check_syscall_args(sys_fchown) 3651 int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
|
| syscallargs.h | 776 check_syscall_args(sys_fchown) 3651 int sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
|