Searched refs:EDEADLK (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_global.c65 {"EDEADLK", EDEADLK},
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c104 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK,
118 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK,
H A Dt_join.c95 * The specification recommends EDEADLK.
98 ATF_REQUIRE_EQ(rv, EDEADLK);
/freebsd-11-stable/sys/xen/
H A Derror.h61 [XEN_EDEADLK] = EDEADLK,
/freebsd-11-stable/sys/xen/interface/
H A Derrno.h59 XEN_ERRNO(EDEADLK, 35) /* Resource deadlock would occur */
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h405 #ifndef EDEADLK
406 #define EDEADLK 9975 macro
/freebsd-11-stable/sys/sys/
H A Derrno.h59 #define EDEADLK 11 /* Resource deadlock avoided */ macro
/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d52 inline int EDEADLK = 11;
53 #pragma D binding "1.0" EDEADLK
257 errno == EDEADLK ? "Resource deadlock avoided" :
/freebsd-11-stable/sys/security/mac/
H A Dmac_framework.c557 if (error1 == EDEADLK || error2 == EDEADLK)
558 return (EDEADLK);
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c55 [EDEADLK] = CLOUDABI_EDEADLK,
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_join.c89 return (EDEADLK);
H A Dthr_suspend_np.c56 ret = EDEADLK;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c108 retval = -EDEADLK;
/freebsd-11-stable/sys/netsmb/
H A Dsmb_subr.c250 return EDEADLK;
304 return EDEADLK;
/freebsd-11-stable/lib/libc/tests/string/
H A Dstrerror_test.c172 iret = strerror_r(EDEADLK, buf, sizeof(buf));
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fence.c271 * -EDEADLK is returned when a GPU lockup has been detected and the ring is
386 return -EDEADLK;
579 return -EDEADLK;
670 if (r == -EDEADLK) {
671 return -EDEADLK;
/freebsd-11-stable/stand/liblua/
H A Dlerrno.c61 ENTRY(EDEADLK),
/freebsd-11-stable/lib/libsysdecode/
H A Derrno.c62 [CLOUDABI_EDEADLK] = EDEADLK,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/freebsd-11-stable/sys/kern/
H A Dkern_cpuset.c255 * The set is returned with a single ref. May return EDEADLK if the set
264 return (EDEADLK);
323 return (EDEADLK);
498 return (EDEADLK);
569 error = EDEADLK;
577 error = EDEADLK;
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_errno.c175 #ifdef EDEADLK
179 atf_tc_fail_nonfatal("EDEADLK not defined");
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_lockf.c49 * this means EDEADLK or ENOLOCK), but we make numerous passes over all
251 ATF_REQUIRE_MSG(error == EDEADLK, "parent did not detect deadlock: %s",
/freebsd-11-stable/tests/sys/file/
H A Dflock_helper.c396 * EDEADLK is returned.
455 * EDEADLK. If the alarm fires, we failed to detect the
467 FAIL(errno != EDEADLK);
558 * EDEADLK. If the alarm fires, we failed to detect the
579 FAIL(errno != EDEADLK);
1206 if (errno == EDEADLK || errno == EINTR) {
1214 errno == EDEADLK
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c511 ans.la_errno = EDEADLK;
554 ans.la_errno = EDEADLK;

Completed in 409 milliseconds

123