Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3pool/
H A DMakefile56 pool_query_components.3pool \
129 pool_query_components.3pool := LINKSRC = pool_get_pool.3pool
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java522 if ((components = PoolInternal.pool_query_components(getConf(), in getComponents()
582 if ((components = PoolInternal.pool_query_components(getConf(), in checkComponents()
H A DPoolInternal.java93 final static native java.util.List pool_query_components(long conf, in pool_query_components() method in PoolInternal
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h180 extern pool_component_t **pool_query_components(const pool_conf_t *, uint_t *,
H A Dmapfile-vers83 pool_query_components;
H A Dpool_commit.c697 if ((cl = pool_query_components(conf, nelem, NULL)) != NULL) { in get_elem_list()
H A Dpool.c2015 pool_query_components(const pool_conf_t *conf, uint_t *size, in pool_query_components() function
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m123 link path=usr/share/man/man3pool/pool_query_components.3pool \
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1516 if ((components = pool_query_components(conf, &nelem, vals)) == in get_cpu()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c824 result = pool_query_components((pool_conf_t *)(uintptr_t)jconf, &nelem, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components()