Home
last modified time | relevance | path

Searched refs:sys_lchown (Results 1 – 10 of 10) sorted by relevance

/netbsd/sys/rump/librump/rumpvfs/
H A Drumpvfs_syscalls.c46 extern sy_call_t sys_lchown;
151 { 275, sys_lchown },
/netbsd/sys/rump/
H A Drump.sysmap107 275 sys_lchown lchown rump___sysimpl_lchown
/netbsd/sys/compat/freebsd/
H A Dfreebsd_sysent.c1209 .sy_call = (sy_call_t *)sys_lchown
1278 .sy_call = (sy_call_t *)sys_lchown
H A Dfreebsd_syscallargs.h1033 int sys_lchown(struct lwp *, const struct sys_lchown_args *, register_t *);
/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h1209 int sys_lchown(struct lwp *, const struct sys_lchown_args *, register_t *);
H A Daoutm68k_sysent.c1549 .sy_call = (sy_call_t *)sys_lchown
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c1603 return sys_lchown(l, &ua, retval); in netbsd32_lchown()
/netbsd/sys/sys/
H A Dsyscallargs.h1791 check_syscall_args(sys_lchown)
3910 int sys_lchown(struct lwp *, const struct sys_lchown_args *, register_t *);
/netbsd/sys/kern/
H A Dinit_sysent.c1387 .sy_call = (sy_call_t *)sys_lchown
H A Dvfs_syscalls.c3758 sys_lchown(struct lwp *l, const struct sys_lchown_args *uap, register_t *retval) in sys_lchown() function