Home
last modified time | relevance | path

Searched refs:pool_resource_destroy (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile61 pool_resource_destroy.3pool \
138 pool_resource_destroy.3pool := LINKSRC = pool_resource_create.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h188 extern int pool_resource_destroy(pool_conf_t *, pool_resource_t *);
H A Dmapfile-vers89 pool_resource_destroy;
H A Dpool.c1302 (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 Dpool_commit.c259 ret = pool_resource_destroy(TO_CONF(pe), res); in commit_delete()
H A Dpool_kernel.c1409 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 DPoolInternal.java99 final static native int pool_resource_destroy(long conf, long res); in pool_resource_destroy() method in PoolInternal
H A DConfiguration.java383 PoolInternal.pool_resource_destroy(getConf(), in destroyResource()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m134 link path=usr/share/man/man3pool/pool_resource_destroy.3pool \
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1022 if (pool_resource_destroy(conf, resource) != 0) in parser_resource_destroy()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c901 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 Dlibzonecfg.c4404 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()