Home
last modified time | relevance | path

Searched refs:pool_walk_properties (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c168 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 Dpool.h225 extern int pool_walk_properties(pool_conf_t *, pool_elem_t *, void *,
H A Dmapfile-vers117 pool_walk_properties;
H A Dpool.c370 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 DMakefile89 pool_walk_properties.3pool \
135 pool_walk_properties.3pool := LINKSRC = pool_get_property.3pool
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c151 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 DPoolInternal.java127 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 Dservice-resource-pools.p5m191 link path=usr/share/man/man3pool/pool_walk_properties.3pool \
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1327 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()