/titanic_50/usr/src/man/man3pool/ |
H A D | Makefile | 29 pool_get_property.3pool \ 133 pool_put_property.3pool := LINKSRC = pool_get_property.3pool 134 pool_rm_property.3pool := LINKSRC = pool_get_property.3pool 135 pool_walk_properties.3pool := LINKSRC = pool_get_property.3pool
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Element.java | 97 if (PoolInternal.pool_get_property(_conf.getConf(), getElem(), in getProperty() 127 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name, in getProperty()
|
H A D | Configuration.java | 539 if (PoolInternal.pool_get_property(getConf(), in getComponents() 550 if (PoolInternal.pool_get_property(getConf(), in getComponents()
|
H A D | PoolInternal.java | 121 final static native int pool_get_property(long conf, long elem, in pool_get_property() method in PoolInternal
|
/titanic_50/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 840 if (pool_get_property(conf, elem, name_prop, pv_name) == -1) in prt_resource_stats_by_type() 880 if (pool_get_property(conf, elem, name_prop, pv_name) == -1) in update_resource_stats() 963 if (pool_get_property(conf, elem, POOL_NAME, pv_name) in prt_pool_stats() 968 if (pool_get_property( in prt_pool_stats() 990 if (pool_get_property( in prt_pool_stats() 996 if (pool_get_property( in prt_pool_stats()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-resource-pools.mf | 93 file path=usr/share/man/man3pool/pool_get_property.3pool 146 target=pool_get_property.3pool 170 target=pool_get_property.3pool 213 target=pool_get_property.3pool
|
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | pool_rcm.c | 128 if (pool_get_property(conf, elem, "pset.min", pval) != POC_UINT) { in pool_check_pset() 135 if (pool_get_property(conf, elem, "pset.sys_id", pval) != POC_INT) { in pool_check_pset()
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 1121 if (pool_get_property(TO_CONF(elem1), elem1, "_importance", &val) == in resource_compare_by_descending_importance() 1125 if (pool_get_property(TO_CONF(elem2), elem2, "_importance", &val) == in resource_compare_by_descending_importance() 1160 if (pool_get_property(conf, TO_ELEM(pool), "pool.importance", &val) != in set_importance_cb() 1174 if (pool_get_property(conf, elem, "_importance", &val) == in set_importance_cb()
|
H A D | pool.h | 216 extern pool_value_class_t pool_get_property(const pool_conf_t *,
|
H A D | mapfile-vers | 78 pool_get_property;
|
H A D | pool.c | 856 pool_get_property(const pool_conf_t *conf, const pool_elem_t *pe, in pool_get_property() function 904 ret = pool_get_property(TO_CONF(pe), pe, cb->cb_buf, val); in pool_get_ns_property()
|
H A D | pool_kernel.c | 1285 if (pool_get_property(TO_CONF(TO_ELEM(pke)), in build_result_set() 1350 if (pool_get_property(conf, in pool_knl_exec_query() 2504 (void) pool_get_property(TO_CONF(pe), pe, name, &proprm->pru_oldval); in pool_knl_rm_property()
|
H A D | pool_internal.c | 931 if (pool_get_property(TO_CONF(TO_ELEM(component)), TO_ELEM(component), in cpu_is_requested()
|
/titanic_50/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 83 pool_get_property(conf, pool_conf_to_elem(conf), "system.name", in config_print()
|
/titanic_50/usr/src/lib/libproject/common/ |
H A D | setproject.c | 508 if (!force && pool_get_property(conf, pool_conf_to_elem(conf), in bind_to_pool() 531 pool_get_property(conf, pool_to_elem(conf, pools[0]), "pool.name", in bind_to_pool()
|
/titanic_50/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 794 if (pool_get_property(conf, pe, "system.name", pv) == in parser_conf_info() 1337 if (pool_get_property(conf, pe, SYSTEM_NAME, pv) in check_conf_name() 1577 (void) pool_get_property(conf, pe, "type", pv); in process_min_max() 1585 (void) pool_get_property(conf, pe, prop_name, pv); in process_min_max()
|
/titanic_50/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1760 if (pool_get_property(conf, pool_resource_to_elem(conf, pset), in zsd_get_pool_pset() 1774 if (pool_get_property(conf, pool_resource_to_elem(conf, in zsd_get_pool_pset() 1782 if (pool_get_property(conf, pool_resource_to_elem(conf, in zsd_get_pool_pset() 1791 if (pool_get_property(conf, pool_resource_to_elem(conf, in zsd_get_pool_pset() 1801 if (pool_get_property(conf, pool_resource_to_elem(conf, in zsd_get_pool_pset() 1836 if (pool_get_property(conf, pool_component_to_elem( in zsd_get_pool_pset() 1845 if (pool_get_property(conf, pool_component_to_elem( in zsd_get_pool_pset() 1952 if (pool_get_property(conf, pool_resource_to_elem(conf, in zsd_refresh_psets() 2086 if (pool_get_property(conf, pool_to_elem(conf, pools[0]), in zsd_get_zone_pool_pset() 2106 if (pool_get_property(conf, pool_resource_to_elem(conf, in zsd_get_zone_pool_pset() [all …]
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4154 if (pool_get_property(pconf, pe, "pool.importance", pv) in get_running_tmp_pset() 4167 if (pool_get_property(pconf, pe, "pset.min", pv) != POC_INVAL) { in get_running_tmp_pset() 4174 if (pool_get_property(pconf, pe, "pset.max", pv) != POC_INVAL) { in get_running_tmp_pset() 4599 if (pool_get_property(poolconf, pe, "pool.scheduler", pv) != in get_pool_sched_class()
|
/titanic_50/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1211 result = pool_get_property((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1get_1property()
|