Searched refs:ENOTRECOVERABLE (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d224 inline int ENOTRECOVERABLE = 95;
225 #pragma D binding "1.13" ENOTRECOVERABLE
341 errno == ENOTRECOVERABLE ? "State not recoverable" :
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_errno.c553 #ifdef ENOTRECOVERABLE
558 atf_tc_fail_nonfatal("ENOTRECOVERABLE not defined");
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c243 #ifdef ENOTRECOVERABLE
244 ENOTRECOVERABLE,
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c77 return (ENOTRECOVERABLE);
110 return (ENOTRECOVERABLE);
153 return (ENOTRECOVERABLE);
161 ret == ENOTRECOVERABLE)
H A Dthr_umtx.h90 return (ENOTRECOVERABLE);
113 return (ENOTRECOVERABLE);
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c95 [ENOTRECOVERABLE] = CLOUDABI_ENOTRECOVERABLE,
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c245 #ifdef ENOTRECOVERABLE
246 ENOTRECOVERABLE,
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h35 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE) || !defined(EINTEGRITY)
51 #if !defined(EOWNERDEAD) && !defined(ENOTRECOVERABLE) && !defined(EINTEGRITY)
52 #define ENOTRECOVERABLE __elast1 macro
60 #elif !defined(EOWNERDEAD) && !defined(ENOTRECOVERABLE) && defined(EINTEGRITY)
61 #define ENOTRECOVERABLE __elast1 macro
68 #elif !defined(EOWNERDEAD) && defined(ENOTRECOVERABLE) && !defined(EINTEGRITY)
76 #elif !defined(EOWNERDEAD) && defined(ENOTRECOVERABLE) && defined(EINTEGRITY)
83 #elif defined(EOWNERDEAD) && !defined(ENOTRECOVERABLE) && !defined(EINTEGRITY)
84 #define ENOTRECOVERABLE __elast1 macro
91 #elif defined(EOWNERDEAD) && !defined(ENOTRECOVERABLE)
92 #define ENOTRECOVERABLE macro
244 #define ENOTRECOVERABLE macro
[all...]
/freebsd-11-stable/lib/libsysdecode/
H A Derrno.c102 [CLOUDABI_ENOTRECOVERABLE] = ENOTRECOVERABLE,
/freebsd-11-stable/stand/liblua/
H A Dlerrno.c147 ENTRY(ENOTRECOVERABLE),
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c1067 return (ENOTRECOVERABLE);
1860 error = ENOTRECOVERABLE;
2176 error = ENOTRECOVERABLE;
2385 error = ENOTRECOVERABLE;
/freebsd-11-stable/sys/sys/
H A Derrno.h179 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro

Completed in 304 milliseconds