/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 60 pool_query_resources.3pool \ 131 pool_query_resources.3pool := LINKSRC = pool_get_pool.3pool
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 178 extern pool_resource_t **pool_query_resources(const pool_conf_t *, uint_t *,
|
H A D | mapfile-vers | 87 pool_query_resources;
|
H A D | pool_internal.c | 1327 resources = pool_query_resources(conf, &nelem, props); in resource_by_sysid() 1691 if ((rl = (pool_query_resources(conf, &nelem, pvals))) == NULL) in pool_validate_resource() 1722 if ((rl = (pool_query_resources(dyn, &nelem, pvals))) == in pool_validate_resource()
|
H A D | pool.c | 437 if ((rs = pool_query_resources(conf, &nelem, NULL)) != in pool_base_info() 1265 if ((resources = pool_query_resources(conf, &nelem, props)) == NULL) { in pool_resource_create() 1943 rs = pool_query_resources(conf, &size, props); in pool_get_resource() 1964 pool_query_resources(const pool_conf_t *conf, uint_t *size, in pool_query_resources() function
|
H A D | pool_commit.c | 685 if ((rl = pool_query_resources(conf, nelem, NULL)) != NULL) { in get_elem_list() 742 if ((resources = pool_query_resources(conf, &nelem, props)) != NULL) { in share_resources()
|
H A D | pool_xml.c | 1441 if ((rsl = pool_query_resources(conf, &rl_size, props)) == NULL) { in pool_assoc_default_resource_type() 2760 if ((rsl = pool_query_resources(conf, &nelem, NULL)) != NULL) { in pool_xml_parse_document()
|
H A D | pool_kernel.c | 1077 if ((rs = pool_query_resources(conf, &nelem, NULL)) != NULL) { in pool_knl_export() 1406 if ((resources = pool_query_resources(conf, &nelem, NULL)) != NULL) { in pool_knl_remove()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 91 final static native java.util.List pool_query_resources(long conf, in pool_query_resources() method in PoolInternal
|
H A D | Configuration.java | 445 if ((resources = PoolInternal.pool_query_resources(getConf(), in getResources()
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | pool_rcm.c | 319 if ((res = pool_query_resources(conf, &nelem, pvals)) == NULL) { in pset_validate_remove()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 131 link path=usr/share/man/man3pool/pool_query_resources.3pool \
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 796 pool_query_resources(conf, nelem, pvals)) == NULL) in get_resources()
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 759 result = pool_query_resources((pool_conf_t *)(uintptr_t)jconf, &nelem, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources()
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1751 if ((res_list = pool_query_resources(conf, &num, vals)) == NULL) in zsd_get_pool_pset() 1935 if ((res_list = pool_query_resources(conf, &num, vals)) in zsd_refresh_psets()
|