Searched refs:pool_conf_to_elem (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile44 pool_conf_to_elem.3pool \
100 pool_conf_to_elem.3pool := LINKSRC = pool_component_to_elem.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h232 extern pool_elem_t *pool_conf_to_elem(const pool_conf_t *);
H A Dpool_commit.c679 elems[0] = pool_conf_to_elem(conf);
779 pe = pool_conf_to_elem(TO_CONF(TO_ELEM(res[0])));
H A Dpool.c595 if ((pe = pool_conf_to_elem(conf)) == NULL) {
2524 pool_conf_to_elem(const pool_conf_t *conf) function
H A Dpool_xml.c291 pool_conf_to_elem((pool_conf_t *)node->doc->_private),
301 pool_conf_to_elem((pool_conf_t *)node->doc->_private), "_next_id",
H A Dpool_kernel.c985 pool_conf_to_elem(conf), &info, prop_build_cb, 1) ==
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c83 pool_get_property(conf, pool_conf_to_elem(conf), "system.name",
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java129 final static native long pool_conf_to_elem(long conf); method in class:PoolInternal
H A DConfiguration.java665 if ((elem = PoolInternal.pool_conf_to_elem(getConf())) == 0)
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y784 if ((pe = pool_conf_to_elem(conf)) == NULL)
889 if ((pe = pool_conf_to_elem(conf)) == NULL)
951 if ((pe = pool_conf_to_elem(conf)) == NULL)
1044 if ((pe = pool_conf_to_elem(conf)) == NULL)
1327 if ((pe = pool_conf_to_elem(conf)) == NULL)
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c508 if (!force && pool_get_property(conf, pool_conf_to_elem(conf),
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c333 pe = pool_conf_to_elem(conf);
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1279 * pool_conf_to_elem(3pool) wrapper
1285 return ((jlong)(uintptr_t)pool_conf_to_elem(

Completed in 99 milliseconds