Searched refs:pool_query_pool_resources (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 57 pool_query_pool_resources.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 D | Pool.java | 116 if ((resources = PoolInternal.pool_query_pool_resources( in getResources()
|
H A D | PoolInternal.java | 115 final static native java.util.List pool_query_pool_resources( in pool_query_pool_resources() method in PoolInternal
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 204 extern pool_resource_t **pool_query_pool_resources(const pool_conf_t *,
|
H A D | mapfile-vers | 84 pool_query_pool_resources;
|
H A D | pool_commit.c | 385 if ((rs = pool_query_pool_resources(TO_CONF(e1), in commit_update() 1164 if ((res = pool_query_pool_resources(conf, pool, &nelem, NULL)) == in set_importance_cb() 1198 if ((res = pool_query_pool_resources(conf, pool, &nelem, NULL)) == in unset_importance_cb()
|
H A D | pool.c | 384 if ((rs = pool_query_pool_resources(conf, pool_elem_pool(pe), in pool_base_info() 451 if ((rs = pool_query_pool_resources(conf, in pool_base_info() 2082 if ((rl = pool_query_pool_resources(conf, pl[i], &nres, in pool_resource_destroy() 2630 pool_query_pool_resources(const pool_conf_t *conf, const pool_t *pp, in pool_query_pool_resources() function 2691 if ((rs = pool_query_pool_resources(conf, pp, &size, NULL)) == NULL) in pool_walk_resources()
|
H A D | pool_kernel.c | 1028 if ((rs = pool_query_pool_resources(conf, ps[i], in pool_knl_export() 1561 if ((resources = pool_query_pool_resources(conf, pools[0], &nelem, in pool_knl_get_resource_binding()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 125 link path=usr/share/man/man3pool/pool_query_pool_resources.3pool \
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 790 if ((resources = pool_query_pool_resources( in get_resources()
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1212 result = pool_query_pool_resources((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pool_1resources()
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2097 if ((res_list = pool_query_pool_resources(conf, pools[0], &num, vals)) in zsd_get_zone_pool_pset()
|