Searched refs:pool_rm_property (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 67 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 D | Element.java | 163 if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(), in rmProperty()
|
H A D | PoolInternal.java | 125 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 D | pool.h | 218 extern int pool_rm_property(pool_conf_t *, pool_elem_t *, const char *);
|
H A D | mapfile-vers | 94 pool_rm_property;
|
H A D | pool_commit.c | 1203 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 D | pool.c | 1095 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 D | poold.c | 330 (void) pool_rm_property(conf, pe, in handle_sig()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 146 link path=usr/share/man/man3pool/pool_rm_property.3pool \
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1382 if (pool_rm_property(conf, pe, prop->prop_name) != 0) in prop_list_walk()
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1308 result = pool_rm_property((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1rm_1property()
|