Searched refs:pool_associate (Results 1 - 10 of 10) 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/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java86 if (PoolInternal.pool_associate(_conf.getConf(), getPool(),
H A DPoolInternal.java110 final static native int pool_associate(long conf, long pool, method in class:PoolInternal
/illumos-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 Dpool_commit.c402 if (pool_associate(TO_CONF(e2),
H A Dpool.c2772 * pool_associate() associates the supplied resource to the supplied pool.
2777 pool_associate(pool_conf_t *conf, pool_t *pool, const pool_resource_t *res) function
H A Dpool_xml.c1462 if (pool_associate(conf, pool, rsl[0]) < 0) {
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1417 if (pool_associate(conf, pool, resource) != 0)
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1061 * pool_associate(3pool) wrapper
1067 return ((jint)pool_associate((pool_conf_t *)(uintptr_t)jconf,
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4195 if (pool_associate(pconf, pool, res) != PO_SUCCESS)

Completed in 117 milliseconds