Home
last modified time | relevance | path

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

/netbsd/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c920 .sy_call = (sy_call_t *)netbsd32_fremovexattr
H A Dlinux32_syscallargs.h1487 int netbsd32_fremovexattr(struct lwp *, const struct netbsd32_fremovexattr_args *, register_t *);
/netbsd/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c927 .sy_call = (sy_call_t *)netbsd32_fremovexattr
H A Dlinux32_syscallargs.h1488 int netbsd32_fremovexattr(struct lwp *, const struct netbsd32_fremovexattr_args *, register_t *);
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c1624 .sy_call = (sy_call_t *)netbsd32_fremovexattr
H A Dnetbsd32_syscallargs.h2081 check_syscall_args(netbsd32_fremovexattr)
3477 int netbsd32_fremovexattr(struct lwp *, const struct netbsd32_fremovexattr_args *, register_t *);
H A Dnetbsd32_netbsd.c2333 netbsd32_fremovexattr(struct lwp *l, const struct netbsd32_fremovexattr_args *uap, register_t *retv… in netbsd32_fremovexattr() function