Searched refs:pool_conf_to_elem (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 44 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 D | poolcfg.y | 782 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 D | pool.h | 230 extern pool_elem_t *pool_conf_to_elem(const pool_conf_t *);
|
H A D | mapfile-vers | 68 pool_conf_to_elem;
|
H A D | pool_commit.c | 677 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 D | pool.c | 593 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 D | pool_xml.c | 283 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 D | pool_kernel.c | 986 pool_conf_to_elem(conf), &info, prop_build_cb, 1) == in pool_knl_export()
|
/illumos-gate/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 81 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 D | PoolInternal.java | 129 final static native long pool_conf_to_elem(long conf); in pool_conf_to_elem() method in PoolInternal
|
H A D | Configuration.java | 663 if ((elem = PoolInternal.pool_conf_to_elem(getConf())) == 0) in getElem()
|
/illumos-gate/usr/src/cmd/pools/poold/ |
H A D | poold.c | 321 pe = pool_conf_to_elem(conf); in handle_sig()
|
/illumos-gate/usr/src/lib/libproject/common/ |
H A D | setproject.c | 508 if (!force && pool_get_property(conf, pool_conf_to_elem(conf), in bind_to_pool()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 97 link path=usr/share/man/man3pool/pool_conf_to_elem.3pool \
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1343 return ((jlong)(uintptr_t)pool_conf_to_elem( in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1to_1elem()
|