Searched defs:pool_put_property (Results 1 - 3 of 3) 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.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) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java123 final static native int pool_put_property(long conf, long elem, method in class:PoolInternal

Completed in 67 milliseconds