Home
last modified time | relevance | path

Searched refs:POF_DESTROY (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libpool/common/
H A Dpool.h138 POF_DESTROY enumerator
H A Dpool.c2113 conf->pc_state = POF_DESTROY; in pool_resource_destroy()
2348 if (pool_conf_status(conf) != POF_DESTROY) { in setup_transfer()
H A Dpool_kernel.c1404 conf->pc_state = POF_DESTROY; in pool_knl_remove()
2932 if (li->li_log->l_conf->pc_state != POF_DESTROY && in log_item_commit()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java206 public final static int POF_DESTROY = get_POF_DESTROY(); field in PoolInternal
/titanic_50/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c319 return ((jint)POF_DESTROY); in Java_com_sun_solaris_service_pools_PoolInternal_get_1POF_1DESTROY()