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

  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 920 .sy_call = (sy_call_t *)netbsd32_fremovexattr
921 }, /* 237 = netbsd32_fremovexattr */
linux32_syscallargs.h 1487 int netbsd32_fremovexattr(struct lwp *, const struct netbsd32_fremovexattr_args *, register_t *);
  /src/sys/compat/linux32/arch/amd64/
linux32_sysent.c 927 .sy_call = (sy_call_t *)netbsd32_fremovexattr
928 }, /* 237 = netbsd32_fremovexattr */
linux32_syscallargs.h 1488 int netbsd32_fremovexattr(struct lwp *, const struct netbsd32_fremovexattr_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 1630 .sy_call = (sy_call_t *)netbsd32_fremovexattr
1631 }, /* 386 = netbsd32_fremovexattr */
netbsd32_netbsd.c 2333 netbsd32_fremovexattr(struct lwp *l, const struct netbsd32_fremovexattr_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 2081 check_syscall_args(netbsd32_fremovexattr)
3514 int netbsd32_fremovexattr(struct lwp *, const struct netbsd32_fremovexattr_args *, register_t *);

Completed in 22 milliseconds