Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3pool/
H A DMakefile57 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 DPool.java116 if ((resources = PoolInternal.pool_query_pool_resources( in getResources()
H A DPoolInternal.java115 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 Dpool.h204 extern pool_resource_t **pool_query_pool_resources(const pool_conf_t *,
H A Dmapfile-vers84 pool_query_pool_resources;
H A Dpool_commit.c385 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 Dpool.c384 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 Dpool_kernel.c1028 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 Dservice-resource-pools.p5m125 link path=usr/share/man/man3pool/pool_query_pool_resources.3pool \
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c790 if ((resources = pool_query_pool_resources( in get_resources()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1212 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 Dzonestatd.c2097 if ((res_list = pool_query_pool_resources(conf, pools[0], &num, vals)) in zsd_get_zone_pool_pset()