Home
last modified time | relevance | path

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

/netbsd/sys/rump/librump/rumpvfs/
H A Drumpvfs_syscalls.c21 extern sy_call_t sys_chflags;
126 { 34, sys_chflags },
/netbsd/sys/rump/
H A Drump.sysmap24 34 sys_chflags chflags rump___sysimpl_chflags
/netbsd/sys/compat/freebsd/
H A Dfreebsd_syscallargs.h673 int sys_chflags(struct lwp *, const struct sys_chflags_args *, register_t *);
H A Dfreebsd_sysent.c191 .sy_call = (sy_call_t *)sys_chflags
/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h743 int sys_chflags(struct lwp *, const struct sys_chflags_args *, register_t *);
H A Daoutm68k_sysent.c211 .sy_call = (sy_call_t *)sys_chflags
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c459 return sys_chflags(l, &ua, retval); in netbsd32_chflags()
/netbsd/sys/sys/
H A Dsyscallargs.h256 check_syscall_args(sys_chflags)
3476 int sys_chflags(struct lwp *, const struct sys_chflags_args *, register_t *);
/netbsd/sys/kern/
H A Dinit_sysent.c299 .sy_call = (sy_call_t *)sys_chflags
H A Dvfs_syscalls.c3420 sys_chflags(struct lwp *l, const struct sys_chflags_args *uap, register_t *retval) in sys_chflags() function