| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| mapfile-vers | 77 pool_get_property;
|
| pool.h | 216 extern pool_value_class_t pool_get_property(const pool_conf_t *,
|
| pool_commit.c | 1121 if (pool_get_property(TO_CONF(elem1), elem1, "_importance", &val) == 1125 if (pool_get_property(TO_CONF(elem2), elem2, "_importance", &val) == [all...] |
| pool.c | 856 pool_get_property(const pool_conf_t *conf, const pool_elem_t *pe, function 904 ret = pool_get_property(TO_CONF(pe), pe, cb->cb_buf, val); [all...] |
| pool_internal.c | 931 if (pool_get_property(TO_CONF(TO_ELEM(component)), TO_ELEM(component), [all...] |
| pool_kernel.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| Element.java | 82 if (PoolInternal.pool_get_property(_conf.getConf(), getElem(), 102 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name,
|
| Configuration.java | 539 if (PoolInternal.pool_get_property(getConf(), 550 if (PoolInternal.pool_get_property(getConf(),
|
| PoolInternal.java | 121 final static native int pool_get_property(long conf, long elem, method in class:PoolInternal
|
| /onnv/onnv-gate/usr/src/cmd/pools/pooladm/ |
| pooladm.c | 83 pool_get_property(conf, pool_conf_to_elem(conf), "system.name",
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolstat/ |
| poolstat.c | 841 if (pool_get_property(conf, elem, name_prop, pv_name) == -1) 881 if (pool_get_property(conf, elem, name_prop, pv_name) == -1) 964 if (pool_get_property(conf, elem, POOL_NAME, pv_name) 969 if (pool_get_property( 991 if (pool_get_property( 997 if (pool_get_property(
|
| /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/ |
| pool_rcm.c | 129 if (pool_get_property(conf, elem, "pset.min", pval) != POC_UINT) { 136 if (pool_get_property(conf, elem, "pset.sys_id", pval) != POC_INT) {
|
| /onnv/onnv-gate/usr/src/lib/libproject/common/ |
| setproject.c | 462 if (!force && pool_get_property(conf, pool_conf_to_elem(conf), 485 pool_get_property(conf, pool_to_elem(conf, pools[0]), "pool.name",
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/ |
| poolcfg.y | 794 if (pool_get_property(conf, pe, "system.name", pv) == [all...] |
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| libzonecfg.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjpool/ |
| jpool.c | 1199 * pool_get_property(3pool) wrapper 1211 result = pool_get_property((pool_conf_t *)(uintptr_t)jconf, [all...] |