Home
last modified time | relevance | path

Searched refs:ENOTRECOVERABLE (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDerrno.h37 # if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
51 # ifdef ENOTRECOVERABLE
62 # define ENOTRECOVERABLE __elast1 macro
65 # define ELAST ENOTRECOVERABLE
71 # define ENOTRECOVERABLE __elast2 macro
74 # define ELAST ENOTRECOVERABLE
215 # ifndef ENOTRECOVERABLE
216 # define ENOTRECOVERABLE 9934 macro
/freebsd-13-stable/lib/libthr/thread/
HDthr_umtx.c76 return (ENOTRECOVERABLE); in __thr_umutex_lock()
109 return (ENOTRECOVERABLE); in __thr_umutex_lock_spin()
152 return (ENOTRECOVERABLE); in __thr_umutex_timedlock()
160 ret == ENOTRECOVERABLE) in __thr_umutex_timedlock()
HDthr_umtx.h90 return (ENOTRECOVERABLE); in _thr_umutex_trylock()
113 return (ENOTRECOVERABLE); in _thr_umutex_trylock2()
/freebsd-13-stable/contrib/lib9p/pytest/
HDlerrno.py137 ENOTRECOVERABLE = 131 variable
270 ENOTRECOVERABLE: 'State not recoverable',
HDp9err.py138 return _native_to_dotl.get(errnum, _lerrno.ENOTRECOVERABLE)
/freebsd-13-stable/cddl/lib/libdtrace/
HDerrno.d222 inline int ENOTRECOVERABLE = 95; variable
223 #pragma D binding "1.13" ENOTRECOVERABLE
341 errno == ENOTRECOVERABLE ? "State not recoverable" :
/freebsd-13-stable/sys/sys/
HDerrno.h180 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
/freebsd-13-stable/sys/compat/cloudabi/
HDcloudabi_errno.c94 [ENOTRECOVERABLE] = CLOUDABI_ENOTRECOVERABLE, in cloudabi_convert_errno()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__system_error/
HDerrc.h246 state_not_recoverable = ENOTRECOVERABLE, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd-13-stable/contrib/openbsm/libbsm/
HDbsm_errno.c250 #ifdef ENOTRECOVERABLE
251 ENOTRECOVERABLE,
/freebsd-13-stable/sys/security/audit/
HDbsm_errno.c252 #ifdef ENOTRECOVERABLE
253 ENOTRECOVERABLE,
/freebsd-13-stable/lib/libsysdecode/
HDerrno.c99 [CLOUDABI_ENOTRECOVERABLE] = ENOTRECOVERABLE,
/freebsd-13-stable/sys/compat/linux/
HDlinux_errno.inc154 [ENOTRECOVERABLE] = -LINUX_ENOTRECOVERABLE,
321 [LINUX_ENOTRECOVERABLE] = ENOTRECOVERABLE,
/freebsd-13-stable/stand/liblua/
HDlerrno.c145 ENTRY(ENOTRECOVERABLE),
/freebsd-13-stable/contrib/netbsd-tests/include/
HDt_errno.c553 #ifdef ENOTRECOVERABLE in ATF_TC_BODY()
/freebsd-13-stable/lib/libc/nls/
HDC.msg195 $ ENOTRECOVERABLE
/freebsd-13-stable/sys/dev/ice/
HDice_strings.c591 case ENOTRECOVERABLE: in _ice_err_str()
/freebsd-13-stable/contrib/lib9p/
HDrequest.c325 #ifdef ENOTRECOVERABLE in e2linux()
326 [ENOTRECOVERABLE] = LINUX_ENOTRECOVERABLE, in e2linux()
/freebsd-13-stable/contrib/libxo/tests/gettext/
HDstrerror.pot462 # 95 - ENOTRECOVERABLE
/freebsd-13-stable/sys/dev/gve/
HDgve_adminq.c671 return (ENOTRECOVERABLE); in gve_adminq_kick_and_wait()
/freebsd-13-stable/contrib/libxo/tests/gettext/po/pig_latin/
HDstrerror.po453 # 95 - ENOTRECOVERABLE
/freebsd-13-stable/sys/kern/
HDkern_umtx.c1398 return (ENOTRECOVERABLE); in do_lock_normal()
2287 error = ENOTRECOVERABLE; in do_lock_pi()
2618 error = ENOTRECOVERABLE; in do_lock_pp()
2826 error = ENOTRECOVERABLE; in do_set_ceiling()
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.c1601 error = ENOTRECOVERABLE; in lkpi_sta_auth_to_assoc()
1691 error = ENOTRECOVERABLE; in lkpi_sta_a_to_a()
1971 error = ENOTRECOVERABLE; in lkpi_sta_assoc_to_run()
/freebsd-13-stable/sys/dev/irdma/
HDirdma_kcompat.c939 return (iwdev->rf->rdma_ver <= IRDMA_GEN_2 && !iwqp->user_mode) ? 0 : -ENOTRECOVERABLE; in irdma_destroy_qp()
/freebsd-13-stable/sys/dev/wg/
HDif_wg.c3007 return (ENOTRECOVERABLE); in wg_module_init()

12