Home
last modified time | relevance | path

Searched defs:ENOTRECOVERABLE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Derrno.h118 #define ENOTRECOVERABLE 59 /* lock is not recoverable */ macro
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java331 public static final int ENOTRECOVERABLE = 59; field in PoolsException