Home
last modified time | relevance | path

Searched refs:pool_put_property (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile55 pool_put_property.3pool \
133 pool_put_property.3pool := LINKSRC = pool_get_property.3pool
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java150 if (PoolInternal.pool_put_property(_conf.getConf(), getElem(), in putProperty()
H A DPoolInternal.java123 final static native int pool_put_property(long conf, long elem, in pool_put_property() method in PoolInternal
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h216 extern int pool_put_property(pool_conf_t *, pool_elem_t *, const char *,
H A Dmapfile-vers82 pool_put_property;
H A Dpool_commit.c1177 (void) pool_put_property(conf, elem, "_importance", in set_importance_cb()
1316 return (pool_put_property(TO_CONF(tgt), tgt, name, pv) == in clone_element()
H A Dpool.c914 pool_put_property(pool_conf_t *conf, pool_elem_t *pe, const char *name, in pool_put_property() function
1034 ret = pool_put_property(TO_CONF(pe), pe, cb->cb_buf, val); in pool_put_ns_property()
1200 if (pool_put_property(conf, pe, "pool.name", &val) == PO_FAIL) { in pool_create()
H A Dpool_kernel.c3129 if (pool_put_property(conf, proprm->pru_elem, in log_item_undo()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y939 if (pool_put_property(conf, pe, name, pv) != 0) in parser_rename()
1376 if (pool_put_property(conf, pe, prop->prop_name, in prop_list_walk()
1590 (void) pool_put_property(conf, pe, in process_min_max()
1593 (void) pool_put_property(conf, pe, in process_min_max()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c323 if (pool_put_property(conf, pe, "system.poold.sighup", in handle_sig()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m121 link path=usr/share/man/man3pool/pool_put_property.3pool \
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1287 result = (int)pool_put_property((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1put_1property()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4209 if (pool_put_property(pconf, elem, "pset.max", val) != PO_SUCCESS) { in create_tmp_pset()
4217 if (pool_put_property(pconf, elem, "pset.min", val) != PO_SUCCESS) { in create_tmp_pset()
4263 if (pool_put_property(pconf, elem, "pool.importance", val) in create_tmp_pool()