Home
last modified time | relevance | path

Searched refs:POOL_VER_NONE (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libpool/common/
H A Dpool.h60 #define POOL_VER_NONE 0 macro
H A Dpool.c2760 case POOL_VER_NONE: in pool_version()
2766 return (POOL_VER_NONE); in pool_version()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java165 public final static int POOL_VER_NONE = 0; field in PoolInternal