Searched refs:pool_resource_destroy (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 61 pool_resource_destroy.3pool \ 138 pool_resource_destroy.3pool := LINKSRC = pool_resource_create.3pool
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 188 extern int pool_resource_destroy(pool_conf_t *, pool_resource_t *);
|
H A D | mapfile-vers | 89 pool_resource_destroy;
|
H A D | pool.c | 1302 (void) pool_resource_destroy(conf, in pool_resource_create() 1310 (void) pool_resource_destroy(conf, pool_elem_res(pe)); in pool_resource_create() 1317 (void) pool_resource_destroy(conf, pool_elem_res(pe)); in pool_resource_create() 1327 (void) pool_resource_destroy(conf, pool_elem_res(pe)); in pool_resource_create() 2054 pool_resource_destroy(pool_conf_t *conf, pool_resource_t *prs) in pool_resource_destroy() function
|
H A D | pool_commit.c | 259 ret = pool_resource_destroy(TO_CONF(pe), res); in commit_delete()
|
H A D | pool_kernel.c | 1409 if (pool_resource_destroy(conf, resources[i]) != in pool_knl_remove()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 99 final static native int pool_resource_destroy(long conf, long res); in pool_resource_destroy() method in PoolInternal
|
H A D | Configuration.java | 383 PoolInternal.pool_resource_destroy(getConf(), in destroyResource()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 134 link path=usr/share/man/man3pool/pool_resource_destroy.3pool \
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1022 if (pool_resource_destroy(conf, resource) != 0) in parser_resource_destroy()
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 901 return ((jint)pool_resource_destroy((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1destroy()
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4404 pool_resource_destroy(pconf, pset) != PO_SUCCESS) { in verify_del_tmp_pool() 4463 if (pset != NULL && pool_resource_destroy(pconf, pset) != PO_SUCCESS) { in zonecfg_destroy_tmp_pool()
|