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

  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 916 .sy_call = (sy_call_t *)netbsd32_lremovexattr
917 }, /* 236 = netbsd32_lremovexattr */
linux32_syscallargs.h 1485 int netbsd32_lremovexattr(struct lwp *, const struct netbsd32_lremovexattr_args *, register_t *);
  /src/sys/compat/linux32/arch/amd64/
linux32_sysent.c 923 .sy_call = (sy_call_t *)netbsd32_lremovexattr
924 }, /* 236 = netbsd32_lremovexattr */
linux32_syscallargs.h 1486 int netbsd32_lremovexattr(struct lwp *, const struct netbsd32_lremovexattr_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 1626 .sy_call = (sy_call_t *)netbsd32_lremovexattr
1627 }, /* 385 = netbsd32_lremovexattr */
netbsd32_netbsd.c 2320 netbsd32_lremovexattr(struct lwp *l, const struct netbsd32_lremovexattr_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 2075 check_syscall_args(netbsd32_lremovexattr)
3512 int netbsd32_lremovexattr(struct lwp *, const struct netbsd32_lremovexattr_args *, register_t *);

Completed in 20 milliseconds