Searched refs:pool_get_property (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile29 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
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java97 if (PoolInternal.pool_get_property(_conf.getConf(), getElem(),
127 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name,
H A DConfiguration.java539 if (PoolInternal.pool_get_property(getConf(),
550 if (PoolInternal.pool_get_property(getConf(),
H A DPoolInternal.java121 final static native int pool_get_property(long conf, long elem, method in class:PoolInternal
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h216 extern pool_value_class_t pool_get_property(const pool_conf_t *,
H A Dpool_commit.c1121 if (pool_get_property(TO_CONF(elem1), elem1, "_importance", &val) ==
1125 if (pool_get_property(TO_CONF(elem2), elem2, "_importance", &val) ==
1160 if (pool_get_property(conf, TO_ELEM(pool), "pool.importance", &val) !=
1174 if (pool_get_property(conf, elem, "_importance", &val) ==
H A Dpool.c856 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);
H A Dpool_internal.c931 if (pool_get_property(TO_CONF(TO_ELEM(component)), TO_ELEM(component),
H A Dpool_kernel.c1285 if (pool_get_property(TO_CONF(TO_ELEM(pke)),
1350 if (pool_get_property(conf,
2504 (void) pool_get_property(TO_CONF(pe), pe, name, &proprm->pru_oldval);
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c83 pool_get_property(conf, pool_conf_to_elem(conf), "system.name",
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c840 if (pool_get_property(conf, elem, name_prop, pv_name) == -1)
880 if (pool_get_property(conf, elem, name_prop, pv_name) == -1)
963 if (pool_get_property(conf, elem, POOL_NAME, pv_name)
968 if (pool_get_property(
990 if (pool_get_property(
996 if (pool_get_property(
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c508 if (!force && pool_get_property(conf, pool_conf_to_elem(conf),
531 pool_get_property(conf, pool_to_elem(conf, pools[0]), "pool.name",
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c128 if (pool_get_property(conf, elem, "pset.min", pval) != POC_UINT) {
135 if (pool_get_property(conf, elem, "pset.sys_id", pval) != POC_INT) {
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y794 if (pool_get_property(conf, pe, "system.name", pv) ==
1337 if (pool_get_property(conf, pe, SYSTEM_NAME, pv)
1577 (void) pool_get_property(conf, pe, "type", pv);
1585 (void) pool_get_property(conf, pe, prop_name, pv);
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1760 if (pool_get_property(conf, pool_resource_to_elem(conf, pset),
1774 if (pool_get_property(conf, pool_resource_to_elem(conf,
1782 if (pool_get_property(conf, pool_resource_to_elem(conf,
1791 if (pool_get_property(conf, pool_resource_to_elem(conf,
1801 if (pool_get_property(conf, pool_resource_to_elem(conf,
1836 if (pool_get_property(conf, pool_component_to_elem(
1845 if (pool_get_property(conf, pool_component_to_elem(
1952 if (pool_get_property(conf, pool_resource_to_elem(conf,
2086 if (pool_get_property(conf, pool_to_elem(conf, pools[0]),
2106 if (pool_get_property(con
[all...]
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1199 * pool_get_property(3pool) wrapper
1211 result = pool_get_property((pool_conf_t *)(uintptr_t)jconf,
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4314 if (pool_get_property(pconf, pe, "pool.importance", pv)
4327 if (pool_get_property(pconf, pe, "pset.min", pv) != POC_INVAL) {
4334 if (pool_get_property(pconf, pe, "pset.max", pv) != POC_INVAL) {
4759 if (pool_get_property(poolconf, pe, "pool.scheduler", pv) !=

Completed in 102 milliseconds