Home
last modified time | relevance | path

Searched refs:pool_associate (Results 1 – 10 of 10) sorted by relevance

/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java86 if (PoolInternal.pool_associate(_conf.getConf(), getPool(), in associate()
H A DPoolInternal.java110 final static native int pool_associate(long conf, long pool, in pool_associate() method in PoolInternal
/onnv-gate/usr/src/lib/libpool/common/
H A Dpool.h203 extern int pool_associate(pool_conf_t *, pool_t *, const pool_resource_t *);
H A Dmapfile-vers54 pool_associate;
H A Dpool_commit.c402 if (pool_associate(TO_CONF(e2), in commit_update()
H A Dpool.c2777 pool_associate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) in pool_associate() function
H A Dpool_xml.c1462 if (pool_associate(conf, pool, rsl[0]) < 0) { in pool_assoc_default_resource_type()
/onnv-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1417 if (pool_associate(conf, pool, resource) != 0) in assoc_list_walk()
/onnv-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1067 return ((jint)pool_associate((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1associate()
/onnv-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4065 if (pool_associate(pconf, pool, res) != PO_SUCCESS) in create_tmp_pset()