Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h179 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h116 #define ENOTRECOVERABLE 59 /* lock is not recoverable */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java331 public static final int ENOTRECOVERABLE = 59; field in PoolsException