Home
last modified time | relevance | path

Searched refs:pool_conf_to_elem (Results 1 – 15 of 15) 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/cmd/pools/poolcfg/
H A Dpoolcfg.y782 if ((pe = pool_conf_to_elem(conf)) == NULL) in parser_conf_info()
887 if ((pe = pool_conf_to_elem(conf)) == NULL) in parser_conf_create()
949 if ((pe = pool_conf_to_elem(conf)) == NULL) in parser_conf_rename()
1042 if ((pe = pool_conf_to_elem(conf)) == NULL) in parser_conf_modify()
1325 if ((pe = pool_conf_to_elem(conf)) == NULL) in check_conf_name()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h230 extern pool_elem_t *pool_conf_to_elem(const pool_conf_t *);
H A Dmapfile-vers68 pool_conf_to_elem;
H A Dpool_commit.c677 elems[0] = pool_conf_to_elem(conf); in get_elem_list()
777 pe = pool_conf_to_elem(TO_CONF(TO_ELEM(res[0]))); in resource_allocate()
H A Dpool.c593 if ((pe = pool_conf_to_elem(conf)) == NULL) { in pool_conf_info()
2522 pool_conf_to_elem(const pool_conf_t *conf) in pool_conf_to_elem() function
H A Dpool_xml.c283 pool_conf_to_elem((pool_conf_t *)node->doc->_private), in get_unique_id()
293 pool_conf_to_elem((pool_conf_t *)node->doc->_private), "_next_id", in get_unique_id()
H A Dpool_kernel.c986 pool_conf_to_elem(conf), &info, prop_build_cb, 1) == in pool_knl_export()
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c81 pool_get_property(conf, pool_conf_to_elem(conf), "system.name", in config_print()
/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); in pool_conf_to_elem() method in PoolInternal
H A DConfiguration.java663 if ((elem = PoolInternal.pool_conf_to_elem(getConf())) == 0) in getElem()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c321 pe = pool_conf_to_elem(conf); in handle_sig()
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c508 if (!force && pool_get_property(conf, pool_conf_to_elem(conf), in bind_to_pool()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m97 link path=usr/share/man/man3pool/pool_conf_to_elem.3pool \
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1343 return ((jlong)(uintptr_t)pool_conf_to_elem( in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1to_1elem()