Home
last modified time | relevance | path

Searched refs:POF_VALID (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h135 POF_VALID, enumerator
H A Dpool_xml.c1640 conf->pc_state = POF_VALID; in pool_xml_connection_alloc()
H A Dpool_kernel.c2193 conf->pc_state = POF_VALID; in pool_knl_connection_alloc()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java205 public final static int POF_VALID = get_POF_VALID(); field in PoolInternal
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y742 if (pool_conf_status(conf) >= POF_VALID) {
877 if (conf != NULL && pool_conf_status(conf) >= POF_VALID) in parser_conf_create()
1113 if (conf != NULL && pool_conf_status(conf) >= POF_VALID) in parser_conf_discover()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c322 return ((jint)POF_VALID); in Java_com_sun_solaris_service_pools_PoolInternal_get_1POF_1VALID()