Home
last modified time | relevance | path

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

/titanic_50/usr/src/man/man3pool/
H A DMakefile21 MANFILES= pool_associate.3pool \
92 pool_create.3pool := LINKSRC = pool_associate.3pool
93 pool_destroy.3pool := LINKSRC = pool_associate.3pool
94 pool_dissociate.3pool := LINKSRC = pool_associate.3pool
95 pool_info.3pool := LINKSRC = pool_associate.3pool
96 pool_query_pool_resources.3pool := LINKSRC = pool_associate.3pool
/titanic_50/usr/src/pkg/manifests/
H A Dservice-resource-pools.mf85 file path=usr/share/man/man3pool/pool_associate.3pool
131 link path=usr/share/man/man3pool/pool_create.3pool target=pool_associate.3pool
133 target=pool_associate.3pool
135 target=pool_associate.3pool
144 link path=usr/share/man/man3pool/pool_info.3pool target=pool_associate.3pool
150 target=pool_associate.3pool
/titanic_50/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
/titanic_50/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()
/titanic_50/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1417 if (pool_associate(conf, pool, resource) != 0) in assoc_list_walk()
/titanic_50/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()
/titanic_50/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4035 if (pool_associate(pconf, pool, res) != PO_SUCCESS) in create_tmp_pset()