HomeSort by: relevance | last modified time | path
    Searched refs:netbsd32_getxattr (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 888 .sy_call = (sy_call_t *)netbsd32_getxattr
889 }, /* 229 = netbsd32_getxattr */
linux32_syscallargs.h 1471 int netbsd32_getxattr(struct lwp *, const struct netbsd32_getxattr_args *, register_t *);
  /src/sys/compat/linux32/arch/amd64/
linux32_sysent.c 895 .sy_call = (sy_call_t *)netbsd32_getxattr
896 }, /* 229 = netbsd32_getxattr */
linux32_syscallargs.h 1472 int netbsd32_getxattr(struct lwp *, const struct netbsd32_getxattr_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 1598 .sy_call = (sy_call_t *)netbsd32_getxattr
1599 }, /* 378 = netbsd32_getxattr */
netbsd32_netbsd.c 2197 netbsd32_getxattr(struct lwp *l, const struct netbsd32_getxattr_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 2026 check_syscall_args(netbsd32_getxattr)
3498 int netbsd32_getxattr(struct lwp *, const struct netbsd32_getxattr_args *, register_t *);

Completed in 19 milliseconds