Searched refs:ENOTRECOVERABLE (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DLockable.cc112 case ENOTRECOVERABLE:
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h118 #define ENOTRECOVERABLE 59 /* lock is not recoverable */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h179 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java329 * ENOTRECOVERABLE.
331 public static final int ENOTRECOVERABLE = 59; field in class:PoolsException
/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.c277 case ENOTRECOVERABLE:
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c142 case ENOTRECOVERABLE:
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c762 error = ENOTRECOVERABLE;
886 * - if lock isn't held, check if ENOTRECOVERABLE should
931 error = ENOTRECOVERABLE;
954 * eventually return ENOTRECOVERABLE due to the above
1120 * ENOTRECOVERABLE, since they would find that the lock
1240 error = ENOTRECOVERABLE;
1340 error = ENOTRECOVERABLE;
3095 error = ENOTRECOVERABLE;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1269 error = ENOTRECOVERABLE;
1369 error = ENOTRECOVERABLE;
1464 error = ENOTRECOVERABLE;
1576 error = ENOTRECOVERABLE;
1875 error = ENOTRECOVERABLE;
2116 case ENOTRECOVERABLE:
3412 * the caller must see the EOWNERDEAD or ENOTRECOVERABLE

Completed in 70 milliseconds