Searched refs:EOWNERDEAD (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.cpp27 // EOWNERDEAD is not present in some older platforms.
28 #if defined(EOWNERDEAD)
29 extern const int errno_EOWNERDEAD = EOWNERDEAD;
/freebsd-13-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)
53 #define EOWNERDEAD __elast2 macro
60 #elif !defined(EOWNERDEAD) && !defined(ENOTRECOVERABLE) && defined(EINTEGRITY)
62 #define EOWNERDEAD __elast2 macro
65 #define ELAST EOWNERDEAD
68 #elif !defined(EOWNERDEAD) && defined(ENOTRECOVERABLE) && !defined(EINTEGRITY)
69 #define EOWNERDEAD __elast1 macro
76 #elif !defined(EOWNERDEAD) && defined(ENOTRECOVERABLE) && defined(EINTEGRITY)
77 #define EOWNERDEAD __elast macro
232 #define EOWNERDEAD macro
[all...]
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_umtx.c77 return (EOWNERDEAD);
110 return (EOWNERDEAD);
153 return (EOWNERDEAD);
162 if (ret == 0 || ret == EOWNERDEAD ||
H A Dthr_mutex.c533 if (error != EOWNERDEAD)
634 if (__predict_true(ret == 0) || ret == EOWNERDEAD) {
636 if (ret == EOWNERDEAD)
643 if (ret != 0 && ret != EOWNERDEAD &&
709 if (ret == 0 || ret == EOWNERDEAD) {
711 if (ret == EOWNERDEAD)
731 if (ret == 0 || ret == EOWNERDEAD) {
733 if (ret == EOWNERDEAD)
740 if (ret != 0 && ret != EOWNERDEAD &&
795 if (error == 0 || error == EOWNERDEAD)
[all...]
H A Dthr_umtx.h90 return (EOWNERDEAD);
113 return (EOWNERDEAD);
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dlerrno.py136 EOWNERDEAD = 130 variable
269 EOWNERDEAD: 'Owner died',
/freebsd-13-stable/sys/sys/
H A Derrno.h182 #define EOWNERDEAD 96 /* Previous owner died */ macro
/freebsd-13-stable/cddl/lib/libdtrace/
H A Derrno.d226 inline int EOWNERDEAD = 96;
227 #pragma D binding "1.13" EOWNERDEAD
344 errno == EOWNERDEAD ? "Previous owner died" :
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c102 [EOWNERDEAD] = CLOUDABI_EOWNERDEAD,
/freebsd-13-stable/lib/libsysdecode/
H A Derrno.c107 [CLOUDABI_EOWNERDEAD] = EOWNERDEAD,
/freebsd-13-stable/stand/liblua/
H A Dlerrno.c148 ENTRY(EOWNERDEAD),
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c236 #ifdef EOWNERDEAD
237 EOWNERDEAD,
/freebsd-13-stable/sys/security/audit/
H A Dbsm_errno.c240 #ifdef EOWNERDEAD
241 EOWNERDEAD,
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_errno.c616 #ifdef EOWNERDEAD
621 atf_tc_fail_nonfatal("EOWNERDEAD not defined");
/freebsd-13-stable/sys/dev/ice/
H A Dice_strings.c595 case EOWNERDEAD:
596 str = "EOWNERDEAD";
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c704 if (rv == EOWNERDEAD) {
820 if (rv == EOWNERDEAD) {
870 if (rv == EOWNERDEAD) {
/freebsd-13-stable/contrib/lib9p/
H A Drequest.c328 #ifdef EOWNERDEAD
329 [EOWNERDEAD] = LINUX_EOWNERDEAD,
/freebsd-13-stable/sys/kern/
H A Dkern_umtx.c1019 * return EOWNERDEAD to the userspace. The
1031 return (EOWNERDEAD); /* success */
1915 error = EOWNERDEAD;
2205 error = EOWNERDEAD; /* success */
2267 if (error != 0 && error != EOWNERDEAD) {
2432 error = EOWNERDEAD;

Completed in 127 milliseconds