Searched refs:pool_rm_property (Results 1 - 9 of 9) 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/lib/libpool/common/
H A Dpool.h220 extern int pool_rm_property(pool_conf_t *, pool_elem_t *, const char *);
H A Dpool_commit.c1205 if (pool_rm_property(conf, TO_ELEM(res[i]), "_importance") ==
1339 return (pool_rm_property(conf, (pool_elem_t *)pe, name) == PO_FAIL);
H A Dpool.c1097 pool_rm_property(pool_conf_t *conf, pool_elem_t *pe, const char *name) function
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java163 if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(),
H A DPoolInternal.java125 final static native int pool_rm_property(long conf, long elem, method in class:PoolInternal
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c342 (void) pool_rm_property(conf, pe,
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1384 if (pool_rm_property(conf, pe, prop->prop_name) != 0)
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1242 * pool_rm_property(3pool) wrapper
1252 result = pool_rm_property((pool_conf_t *)(uintptr_t)jconf,

Completed in 84 milliseconds