Home
last modified time | relevance | path

Searched refs:netbsd32_getxattr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c888 .sy_call = (sy_call_t *)netbsd32_getxattr
H A Dlinux32_syscallargs.h1471 int netbsd32_getxattr(struct lwp *, const struct netbsd32_getxattr_args *, register_t *);
/netbsd-src/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c895 .sy_call = (sy_call_t *)netbsd32_getxattr
H A Dlinux32_syscallargs.h1472 int netbsd32_getxattr(struct lwp *, const struct netbsd32_getxattr_args *, register_t *);
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c1598 .sy_call = (sy_call_t *)netbsd32_getxattr
H A Dnetbsd32_syscallargs.h2026 check_syscall_args(netbsd32_getxattr)
3490 int netbsd32_getxattr(struct lwp *, const struct netbsd32_getxattr_args *, register_t *);
H A Dnetbsd32_netbsd.c2197 netbsd32_getxattr(struct lwp *l, const struct netbsd32_getxattr_args *uap, register_t *retval) in netbsd32_getxattr() function