Home
last modified time | relevance | path

Searched refs:pool_query_resources (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile60 pool_query_resources.3pool \
131 pool_query_resources.3pool := LINKSRC = pool_get_pool.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h178 extern pool_resource_t **pool_query_resources(const pool_conf_t *, uint_t *,
H A Dmapfile-vers87 pool_query_resources;
H A Dpool_internal.c1327 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 Dpool.c437 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 Dpool_commit.c685 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 Dpool_xml.c1441 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 Dpool_kernel.c1077 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 DPoolInternal.java91 final static native java.util.List pool_query_resources(long conf, in pool_query_resources() method in PoolInternal
H A DConfiguration.java445 if ((resources = PoolInternal.pool_query_resources(getConf(), in getResources()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c319 if ((res = pool_query_resources(conf, &nelem, pvals)) == NULL) { in pset_validate_remove()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m131 link path=usr/share/man/man3pool/pool_query_resources.3pool \
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c796 pool_query_resources(conf, nelem, pvals)) == NULL) in get_resources()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c759 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 Dzonestatd.c1751 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()