Home
last modified time | relevance | path

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

/netbsd/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c884 .sy_call = (sy_call_t *)netbsd32_fsetxattr
H A Dlinux32_syscallargs.h1469 int netbsd32_fsetxattr(struct lwp *, const struct netbsd32_fsetxattr_args *, register_t *);
/netbsd/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c891 .sy_call = (sy_call_t *)netbsd32_fsetxattr
H A Dlinux32_syscallargs.h1470 int netbsd32_fsetxattr(struct lwp *, const struct netbsd32_fsetxattr_args *, register_t *);
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c1588 .sy_call = (sy_call_t *)netbsd32_fsetxattr
H A Dnetbsd32_syscallargs.h2018 check_syscall_args(netbsd32_fsetxattr)
3459 int netbsd32_fsetxattr(struct lwp *, const struct netbsd32_fsetxattr_args *, register_t *);
H A Dnetbsd32_netbsd.c2176 netbsd32_fsetxattr(struct lwp *l, const struct netbsd32_fsetxattr_args *uap, register_t *retval) in netbsd32_fsetxattr() function