Searched refs:pool_resource_xtransfer (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 66 pool_resource_xtransfer.3pool \ 141 pool_resource_xtransfer.3pool := LINKSRC = pool_resource_create.3pool
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Resource.java | 111 if (PoolInternal.pool_resource_xtransfer(_conf.getConf(), in transfer()
|
H A D | PoolInternal.java | 102 final static native int pool_resource_xtransfer(long conf, in pool_resource_xtransfer() method in PoolInternal
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 191 extern int pool_resource_xtransfer(pool_conf_t *, pool_resource_t *,
|
H A D | mapfile-vers | 93 pool_resource_xtransfer;
|
H A D | pool.c | 2112 if (pool_resource_xtransfer(conf, prs, default_set_res, in pool_resource_destroy() 2272 if (pool_resource_xtransfer(conf, src, dst, moved) == in choose_components() 2286 if (pool_resource_xtransfer(conf, src, dst, moved) == in choose_components() 2414 pool_resource_xtransfer(pool_conf_t *conf, pool_resource_t *src, in pool_resource_xtransfer() function
|
H A D | pool_commit.c | 309 (void) pool_resource_xtransfer(TO_CONF(e2), in commit_update()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 144 link path=usr/share/man/man3pool/pool_resource_xtransfer.3pool \
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1443 if (pool_resource_xtransfer(conf, src, tgt, xfer) != in transfer_list_walk()
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 980 result = (int)pool_resource_xtransfer((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1xtransfer()
|