Searched refs:pool_query_components (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 56 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 D | Configuration.java | 522 if ((components = PoolInternal.pool_query_components(getConf(), in getComponents() 582 if ((components = PoolInternal.pool_query_components(getConf(), in checkComponents()
|
H A D | PoolInternal.java | 93 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 D | pool.h | 180 extern pool_component_t **pool_query_components(const pool_conf_t *, uint_t *,
|
H A D | mapfile-vers | 83 pool_query_components;
|
H A D | pool_commit.c | 697 if ((cl = pool_query_components(conf, nelem, NULL)) != NULL) { in get_elem_list()
|
H A D | pool.c | 2015 pool_query_components(const pool_conf_t *conf, uint_t *size, in pool_query_components() function
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 123 link path=usr/share/man/man3pool/pool_query_components.3pool \
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1516 if ((components = pool_query_components(conf, &nelem, vals)) == in get_cpu()
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 824 result = pool_query_components((pool_conf_t *)(uintptr_t)jconf, &nelem, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components()
|