Home
last modified time | relevance | path

Searched refs:pool_walk_components (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile32 pool_walk_components.3pool
158 pool_walk_pools.3pool := LINKSRC = pool_walk_components.3pool
159 pool_walk_resources.3pool := LINKSRC = pool_walk_components.3pool
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m188 file path=usr/share/man/man3pool/pool_walk_components.3pool
190 target=pool_walk_components.3pool
194 target=pool_walk_components.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h271 extern int pool_walk_components(pool_conf_t *, pool_resource_t *, void *,
H A Dmapfile-vers115 pool_walk_components;
H A Dpool.c2601 pool_walk_components(pool_conf_t *conf, pool_resource_t *prs, void *arg, in pool_walk_components() function
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java159 final static native int pool_walk_components(long conf, long res, in pool_walk_components() method in PoolInternal
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1661 result = pool_walk_components((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1walk_1components()