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

  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 912 .sy_call = (sy_call_t *)netbsd32_removexattr
913 }, /* 235 = netbsd32_removexattr */
linux32_syscallargs.h 1483 int netbsd32_removexattr(struct lwp *, const struct netbsd32_removexattr_args *, register_t *);
  /src/sys/compat/linux32/arch/amd64/
linux32_sysent.c 919 .sy_call = (sy_call_t *)netbsd32_removexattr
920 }, /* 235 = netbsd32_removexattr */
linux32_syscallargs.h 1484 int netbsd32_removexattr(struct lwp *, const struct netbsd32_removexattr_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 1622 .sy_call = (sy_call_t *)netbsd32_removexattr
1623 }, /* 384 = netbsd32_removexattr */
netbsd32_netbsd.c 2305 netbsd32_removexattr(struct lwp *l, const struct netbsd32_removexattr_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 2069 check_syscall_args(netbsd32_removexattr)
3510 int netbsd32_removexattr(struct lwp *, const struct netbsd32_removexattr_args *, register_t *);

Completed in 31 milliseconds