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

12

/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_pspinlock.c96 ret = EDEADLK;
121 ret = EDEADLK;
H A Dthr_suspend_np.c55 ret = EDEADLK;
H A Dthr_join.c61 return (EDEADLK);
/freebsd-10.0-release/sys/sys/
H A Derrno.h59 #define EDEADLK 11 /* Resource deadlock avoided */ macro
/freebsd-10.0-release/sys/security/mac/
H A Dmac_framework.c558 if (error1 == EDEADLK || error2 == EDEADLK)
559 return (EDEADLK);
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Derrno.d51 inline int EDEADLK = 11;
52 #pragma D binding "1.0" EDEADLK
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_join.c89 return (EDEADLK);
H A Dthr_suspend_np.c55 ret = EDEADLK;
H A Dthr_mutex.c584 * EDEADLK if a recursive lock is detected.
586 ret = EDEADLK;
/freebsd-10.0-release/tools/regression/lib/libc/string/
H A Dtest-strerror.c125 iret = strerror_r(EDEADLK, buf, sizeof(buf));
/freebsd-10.0-release/sys/netsmb/
H A Dsmb_subr.c261 return EDEADLK;
315 return EDEADLK;
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h191 resource_deadlock_would_occur, // EDEADLK
432 # ifndef EDEADLK
433 # define EDEADLK 36 macro
587 resource_deadlock_would_occur = EDEADLK,
/freebsd-10.0-release/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-10.0-release/contrib/binutils/libiberty/
H A Dstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/freebsd-10.0-release/sys/kern/
H A Dkern_cpuset.c249 * The set is returned with a single ref. May return EDEADLK if the set
258 return (EDEADLK);
317 return (EDEADLK);
491 return (EDEADLK);
561 error = EDEADLK;
569 error = EDEADLK;
/freebsd-10.0-release/tools/regression/file/flock/
H A Dflock.c385 * EDEADLK is returned.
444 * EDEADLK. If the alarm fires, we failed to detect the
456 FAIL(errno != EDEADLK);
547 * EDEADLK. If the alarm fires, we failed to detect the
568 FAIL(errno != EDEADLK);
1195 if (errno == EDEADLK || errno == EINTR) {
1203 errno == EDEADLK
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dkern.c512 ans.la_errno = EDEADLK;
555 ans.la_errno = EDEADLK;
/freebsd-10.0-release/sys/fs/nullfs/
H A Dnull_vfsops.c147 return (EDEADLK);
/freebsd-10.0-release/contrib/sendmail/mail.local/
H A Dmail.local.c1773 #ifdef EDEADLK
1774 case EDEADLK: /* Resource deadlock avoided */
1775 #endif /* EDEADLK */
1818 #if defined(EWOULDBLOCK) && EWOULDBLOCK != EAGAIN && EWOULDBLOCK != EDEADLK
1820 #endif /* defined(EWOULDBLOCK) && EWOULDBLOCK != EAGAIN && EWOULDBLOCK != EDEADLK */
/freebsd-10.0-release/lib/libkse/test/
H A Dmutex_d.c802 check_result (/* expected */ EDEADLK,
806 check_result (/* expected */ EDEADLK,
810 check_result (/* expected */ EDEADLK,
/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c176 { BSM_ERRNO_EDEADLK, EDEADLK, ES("Resource deadlock avoided") },
/freebsd-10.0-release/sys/arm/versatile/
H A Dpl050.c476 return (EDEADLK); /* best I could come up with */
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_errno.c178 { BSM_ERRNO_EDEADLK, EDEADLK, ES("Resource deadlock avoided") },
/freebsd-10.0-release/tools/regression/pjdfstest/
H A Dpjdfstest.c1153 #ifdef EDEADLK
1154 case EDEADLK:
1155 return ("EDEADLK");

Completed in 197 milliseconds

12