Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.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
79 # endif // !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
215 # ifndef ENOTRECOVERABLE
216 # define ENOTRECOVERABLE 9934 macro
/freebsd/lib/libthr/thread/
H A Dthr_umtx.c66 return (ENOTRECOVERABLE); in __thr_umutex_lock()
99 return (ENOTRECOVERABLE); in __thr_umutex_lock_spin()
142 return (ENOTRECOVERABLE); in __thr_umutex_timedlock()
150 ret == ENOTRECOVERABLE) in __thr_umutex_timedlock()
H A Dthr_umtx.h89 return (ENOTRECOVERABLE); in _thr_umutex_trylock()
112 return (ENOTRECOVERABLE); in _thr_umutex_trylock2()
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py137 ENOTRECOVERABLE = 131 variable
270 ENOTRECOVERABLE: 'State not recoverable',
H A Dp9err.py138 return _native_to_dotl.get(errnum, _lerrno.ENOTRECOVERABLE)
/freebsd/cddl/lib/libdtrace/
H A Derrno.d222 inline int ENOTRECOVERABLE = 95; variable
223 #pragma D binding "1.13" ENOTRECOVERABLE
341 errno == ENOTRECOVERABLE ? "State not recoverable" :
/freebsd/sys/sys/
H A Derrno.h178 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h246 state_not_recoverable = ENOTRECOVERABLE, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c250 #ifdef ENOTRECOVERABLE
251 ENOTRECOVERABLE,
/freebsd/sys/security/audit/
H A Dbsm_errno.c251 #ifdef ENOTRECOVERABLE
252 ENOTRECOVERABLE,
/freebsd/sys/compat/linux/
H A Dlinux_errno.inc154 [ENOTRECOVERABLE] = -LINUX_ENOTRECOVERABLE,
321 [LINUX_ENOTRECOVERABLE] = ENOTRECOVERABLE,
/freebsd/stand/liblua/
H A Dlerrno.c144 ENTRY(ENOTRECOVERABLE),
/freebsd/contrib/netbsd-tests/include/
H A Dt_errno.c553 #ifdef ENOTRECOVERABLE in ATF_TC_BODY()
/freebsd/lib/libc/nls/
H A DC.msg195 $ ENOTRECOVERABLE
/freebsd/sys/dev/ice/
H A Dice_strings.c591 case ENOTRECOVERABLE: in _ice_err_str()
592 str = "ENOTRECOVERABLE"; in _ice_err_str()
/freebsd/contrib/lib9p/
H A Drequest.c325 #ifdef ENOTRECOVERABLE in e2linux()
326 [ENOTRECOVERABLE] = LINUX_ENOTRECOVERABLE, in e2linux()
/freebsd/contrib/libxo/tests/gettext/
H A Dstrerror.pot462 # 95 - ENOTRECOVERABLE
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po453 # 95 - ENOTRECOVERABLE
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-sony-xperia-tama.dtsi309 * saying that it could not get the current voltage (-ENOTRECOVERABLE)
/freebsd/sys/dev/gve/
H A Dgve_adminq.c802 return (ENOTRECOVERABLE); in gve_adminq_kick_and_wait()
/freebsd/sys/kern/
H A Dkern_umtx.c1398 return (ENOTRECOVERABLE); in do_lock_normal()
2284 error = ENOTRECOVERABLE; in do_lock_pi()
2615 error = ENOTRECOVERABLE; in do_lock_pp()
2823 error = ENOTRECOVERABLE; in do_set_ceiling()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c913 return (iwdev->rf->rdma_ver <= IRDMA_GEN_2 && !iwqp->user_mode) ? 0 : -ENOTRECOVERABLE; in irdma_destroy_qp()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1602 error = ENOTRECOVERABLE; in lkpi_sta_auth_to_assoc()
1692 error = ENOTRECOVERABLE; in lkpi_sta_a_to_a()
1974 error = ENOTRECOVERABLE; in lkpi_sta_assoc_to_run()
/freebsd/sys/dev/wg/
H A Dif_wg.c3151 return (ENOTRECOVERABLE); in wg_module_init()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc173 SYMBOL(ENOTRECOVERABLE, None, <cerrno>)
174 SYMBOL(ENOTRECOVERABLE, None, <errno.h>)