Home
last modified time | relevance | path

Searched refs:pool_rm_property (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile67 pool_rm_property.3pool \
134 pool_rm_property.3pool := LINKSRC = pool_get_property.3pool
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java163 if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(), in rmProperty()
H A DPoolInternal.java125 final static native int pool_rm_property(long conf, long elem, in pool_rm_property() method in PoolInternal
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h218 extern int pool_rm_property(pool_conf_t *, pool_elem_t *, const char *);
H A Dmapfile-vers94 pool_rm_property;
H A Dpool_commit.c1203 if (pool_rm_property(conf, TO_ELEM(res[i]), "_importance") == in unset_importance_cb()
1337 return (pool_rm_property(conf, (pool_elem_t *)pe, name) == PO_FAIL); in clean_element()
H A Dpool.c1095 pool_rm_property(pool_conf_t *conf, pool_elem_t *pe, const char *name) in pool_rm_property() function
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c330 (void) pool_rm_property(conf, pe, in handle_sig()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m146 link path=usr/share/man/man3pool/pool_rm_property.3pool \
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1382 if (pool_rm_property(conf, pe, prop->prop_name) != 0) in prop_list_walk()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1308 result = pool_rm_property((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1rm_1property()