Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3pool/
H A DMakefile50 pool_get_owning_resource.3pool \
98 pool_get_owning_resource.3pool := LINKSRC = pool_component_info.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h208 extern pool_resource_t *pool_get_owning_resource(const pool_conf_t *,
H A Dmapfile-vers76 pool_get_owning_resource;
H A Dpool_commit.c287 res1 = pool_get_owning_resource(TO_CONF(e1), in commit_update()
289 res2 = pool_get_owning_resource(TO_CONF(e2), in commit_update()
494 owner = pool_get_owning_resource(dyn, in process_elem_gt()
H A Dpool.c2441 if (pool_get_owning_resource(conf, rl[i]) != src) { in pool_resource_xtransfer()
2482 pool_get_owning_resource(const pool_conf_t *conf, const pool_component_t *comp) in pool_get_owning_resource() function
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java117 final static native long pool_get_owning_resource(long conf, in pool_get_owning_resource() method in PoolInternal
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m110 link path=usr/share/man/man3pool/pool_get_owning_resource.3pool \
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1439 if ((src = pool_get_owning_resource(conf, comp)) == NULL) in transfer_list_walk()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1226 return ((jlong)(uintptr_t)pool_get_owning_resource( in Java_com_sun_solaris_service_pools_PoolInternal_pool_1get_1owning_1resource()