Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h137 #define ENOTACTIVE 73 /* Facility is not active */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java401 public static final int ENOTACTIVE = 73; field in PoolsException