Searched refs:pool_walk_properties (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 168 if (pool_walk_properties(TO_CONF(src), src, TO_ELEM(pool), in commit_create() 214 if (pool_walk_properties(TO_CONF(src), src, TO_ELEM(res), in commit_create() 313 if (pool_walk_properties(TO_CONF(e2), e2, NULL, in commit_update() 365 if (pool_walk_properties(TO_CONF(e1), e1, e2, clone_element) != in commit_update() 369 if (pool_walk_properties(TO_CONF(e2), e2, e1, clone_element) != in commit_update() 519 if (pool_walk_properties(TO_CONF(pe), pe, TO_ELEM(newcomp), in process_elem_gt() 536 if (pool_walk_properties(TO_CONF(pe), pe, in process_elem_gt() 549 if (pool_walk_properties(TO_CONF(pe), pe, in process_elem_gt()
|
H A D | pool.h | 225 extern int pool_walk_properties(pool_conf_t *, pool_elem_t *, void *,
|
H A D | mapfile-vers | 117 pool_walk_properties;
|
H A D | pool.c | 370 if (pool_walk_properties(conf, (pool_elem_t *)pe, cb, in pool_base_info() 1672 pool_walk_properties(pool_conf_t *conf, pool_elem_t *elem, void *arg, in pool_walk_properties() function
|
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 89 pool_walk_properties.3pool \ 135 pool_walk_properties.3pool := LINKSRC = pool_get_property.3pool
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | sa_libpool.c | 151 if (pool_walk_properties(conf, pset_elem, &ud, in update_pset()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 127 final static native int pool_walk_properties(long conf, long elem, in pool_walk_properties() method in PoolInternal
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 191 link path=usr/share/man/man3pool/pool_walk_properties.3pool \
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1327 result = (int)pool_walk_properties((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1walk_1properties() 1679 return (pool_walk_properties((pool_conf_t *)*(void**)&conf, in Java_com_sun_solaris_service_pools_Element_walkProps()
|