Searched refs:pool_put_property (Results 1 - 11 of 11) 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/lib/libpool/common/
H A Dpool.h218 extern int pool_put_property(pool_conf_t *, pool_elem_t *, const char *,
H A Dpool_commit.c1179 (void) pool_put_property(conf, elem, "_importance",
1318 return (pool_put_property(TO_CONF(tgt), tgt, name, pv) ==
H A Dpool.c916 pool_put_property(pool_conf_t *conf, pool_elem_t *pe, const char *name, function
1036 ret = pool_put_property(TO_CONF(pe), pe, cb->cb_buf, val);
1202 if (pool_put_property(conf, pe, "pool.name", &val) == PO_FAIL) {
H A Dpool_kernel.c3128 if (pool_put_property(conf, proprm->pru_elem,
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java150 if (PoolInternal.pool_put_property(_conf.getConf(), getElem(),
H A DPoolInternal.java123 final static native int pool_put_property(long conf, long elem, method in class:PoolInternal
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y929 * Rename the target by calling pool_put_property for the name property.
941 if (pool_put_property(conf, pe, name, pv) != 0)
1378 if (pool_put_property(conf, pe, prop->prop_name,
1592 (void) pool_put_property(conf, pe,
1595 (void) pool_put_property(conf, pe,
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c335 if (pool_put_property(conf, pe, "system.poold.sighup",
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1221 * pool_put_property(3pool) wrapper
1232 result = (int)pool_put_property((pool_conf_t *)(uintptr_t)jconf,
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4207 if (pool_put_property(pconf, elem, "pset.max", val) != PO_SUCCESS) {
4215 if (pool_put_property(pconf, elem, "pset.min", val) != PO_SUCCESS) {
4261 if (pool_put_property(pconf, elem, "pool.importance", val)

Completed in 281 milliseconds