Searched refs:pool_conf_commit (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c118 if (pool_conf_commit(conf, PO_TRUE) != PO_SUCCESS)
125 if (pool_conf_commit(conf, PO_FALSE) != PO_SUCCESS)
/illumos-gate/usr/src/man/man3pool/
H A DMakefile35 pool_conf_commit.3pool \
105 pool_conf_commit.3pool := LINKSRC = pool_conf_alloc.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h170 extern int pool_conf_commit(pool_conf_t *, int);
H A Dpool.c1561 * since the last time pool_conf_commit was called.
1581 pool_conf_commit(pool_conf_t *conf, int active) function
H A Dpool_kernel.c1417 if (pool_conf_commit(conf, PO_FALSE) != PO_SUCCESS)
2771 * essential to the pool_conf_commit() logic. When pool_conf_commit()
2987 * essential to the pool_conf_commit() and pool_conf_rollback()
2991 * pool_conf_commit().
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java81 final static native int pool_conf_commit(long conf, int active); method in class:PoolInternal
H A DConfiguration.java208 if (PoolInternal.pool_conf_commit(getConf(), active) !=
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c344 if (pool_conf_commit(conf, 0) != PO_SUCCESS) {
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y754 if (pool_conf_commit(conf, 0) == PO_FAIL) {
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c497 * pool_conf_commit(3pool) wrapper
503 return ((jint)pool_conf_commit(
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4295 if (pool_conf_commit(pconf, 1) != PO_SUCCESS)
4414 if (pool_conf_commit(pconf, 0) != PO_SUCCESS)
4472 if (pool_conf_commit(pconf, 0) != PO_SUCCESS)

Completed in 84 milliseconds