Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m73 file path=usr/share/man/man3pool/pool_associate.3pool
103 link path=usr/share/man/man3pool/pool_create.3pool target=pool_associate.3pool
104 link path=usr/share/man/man3pool/pool_destroy.3pool target=pool_associate.3pool
106 target=pool_associate.3pool
120 link path=usr/share/man/man3pool/pool_info.3pool target=pool_associate.3pool
126 target=pool_associate.3pool
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java84 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
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h201 extern int pool_associate(pool_conf_t *, pool_t *, const pool_resource_t *);
H A Dmapfile-vers54 pool_associate;
H A Dpool_commit.c400 if (pool_associate(TO_CONF(e2), in commit_update()
H A Dpool.c2775 pool_associate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) in pool_associate() function
H A Dpool_xml.c1454 if (pool_associate(conf, pool, rsl[0]) < 0) { in pool_assoc_default_resource_type()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1415 if (pool_associate(conf, pool, resource) != 0) in assoc_list_walk()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1115 return ((jint)pool_associate((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1associate()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4197 if (pool_associate(pconf, pool, res) != PO_SUCCESS) in create_tmp_pset()