Home
last modified time | relevance | path

Searched refs:netbsd32_setxattr (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/compat/linux32/arch/amd64/
Dlinux32_sysent.c883 .sy_call = (sy_call_t *)netbsd32_setxattr
Dlinux32_syscallargs.h1466 int netbsd32_setxattr(struct lwp *, const struct netbsd32_setxattr_args *, register_t *);
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_sysent.c1586 .sy_call = (sy_call_t *)netbsd32_setxattr
Dnetbsd32_syscallargs.h2000 check_syscall_args(netbsd32_setxattr)
3484 int netbsd32_setxattr(struct lwp *, const struct netbsd32_setxattr_args *, register_t *);
Dnetbsd32_netbsd.c2134 netbsd32_setxattr(struct lwp *l, const struct netbsd32_setxattr_args *uap, register_t *retval) in netbsd32_setxattr() function