/titanic_50/usr/src/man/man3pool/ |
H A D | Makefile | 60 pool_query_resources.3pool \ 131 pool_query_resources.3pool := LINKSRC = pool_get_pool.3pool
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool.h | 180 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 | 1329 resources = pool_query_resources(conf, &nelem, props); in resource_by_sysid() 1693 if ((rl = (pool_query_resources(conf, &nelem, pvals))) == NULL) in pool_validate_resource() 1724 if ((rl = (pool_query_resources(dyn, &nelem, pvals))) == in pool_validate_resource()
|
H A D | pool.c | 439 if ((rs = pool_query_resources(conf, &nelem, NULL)) != in pool_base_info() 1267 if ((resources = pool_query_resources(conf, &nelem, props)) == NULL) { in pool_resource_create() 1945 rs = pool_query_resources(conf, &size, props); in pool_get_resource() 1966 pool_query_resources(const pool_conf_t *conf, uint_t *size, in pool_query_resources() function
|
H A D | pool_commit.c | 687 if ((rl = pool_query_resources(conf, nelem, NULL)) != NULL) { in get_elem_list() 744 if ((resources = pool_query_resources(conf, &nelem, props)) != NULL) { in share_resources()
|
H A D | pool_xml.c | 1449 if ((rsl = pool_query_resources(conf, &rl_size, props)) == NULL) { in pool_assoc_default_resource_type() 2764 if ((rsl = pool_query_resources(conf, &nelem, NULL)) != NULL) { in pool_xml_parse_document()
|
H A D | pool_kernel.c | 1076 if ((rs = pool_query_resources(conf, &nelem, NULL)) != NULL) { in pool_knl_export() 1405 if ((resources = pool_query_resources(conf, &nelem, NULL)) != NULL) { in pool_knl_remove()
|
/titanic_50/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 | 447 if ((resources = PoolInternal.pool_query_resources(getConf(), in getResources()
|
/titanic_50/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()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-resource-pools.mf | 155 link path=usr/share/man/man3pool/pool_query_resources.3pool \
|
/titanic_50/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 794 pool_query_resources(conf, nelem, pvals)) == NULL) in get_resources()
|
/titanic_50/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 723 result = pool_query_resources((pool_conf_t *)(uintptr_t)jconf, &nelem, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources()
|
/titanic_50/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1753 if ((res_list = pool_query_resources(conf, &num, vals)) == NULL) in zsd_get_pool_pset() 1937 if ((res_list = pool_query_resources(conf, &num, vals)) in zsd_refresh_psets()
|
/titanic_50/ |
H A D | .gitignore | 7053 usr/src/man/man3pool/pool_query_resources.3pool
|