Searched refs:pool_resource_destroy (Results 1 - 10 of 10) 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.h190 extern int pool_resource_destroy(pool_conf_t *, pool_resource_t *);
H A Dpool.c1304 (void) pool_resource_destroy(conf,
1312 (void) pool_resource_destroy(conf, pool_elem_res(pe));
1319 (void) pool_resource_destroy(conf, pool_elem_res(pe));
1329 (void) pool_resource_destroy(conf, pool_elem_res(pe));
2056 pool_resource_destroy(pool_conf_t *conf, pool_resource_t *prs) function
H A Dpool_commit.c261 ret = pool_resource_destroy(TO_CONF(pe), res);
H A Dpool_kernel.c1408 if (pool_resource_destroy(conf, resources[i]) !=
/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); method in class:PoolInternal
H A DConfiguration.java385 PoolInternal.pool_resource_destroy(getConf(),
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1024 if (pool_resource_destroy(conf, resource) != 0)
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c854 * pool_resource_destroy(3pool) wrapper
860 return ((jint)pool_resource_destroy((pool_conf_t *)(uintptr_t)jconf,
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4402 pool_resource_destroy(pconf, pset) != PO_SUCCESS) {
4461 if (pset != NULL && pool_resource_destroy(pconf, pset) != PO_SUCCESS) {

Completed in 148 milliseconds