Home
last modified time | relevance | path

Searched refs:pool_destroy (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile48 pool_destroy.3pool \
93 pool_destroy.3pool := LINKSRC = pool_associate.3pool
/illumos-gate/usr/src/uts/common/sys/
H A Dpool.h90 extern int pool_destroy(int, int, id_t);
H A Dpool_impl.h120 typedef struct pool_destroy { struct
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h200 extern int pool_destroy(pool_conf_t *, pool_t *);
H A Dmapfile-vers71 pool_destroy;
H A Dpool.c1190 (void) pool_destroy(conf, pool_elem_pool(pe)); in pool_create()
1196 (void) pool_destroy(conf, pool_elem_pool(pe)); in pool_create()
1201 (void) pool_destroy(conf, pool_elem_pool(pe)); in pool_create()
1211 (void) pool_destroy(conf, pool_elem_pool(pe)); in pool_create()
2027 pool_destroy(pool_conf_t *conf, pool_t *pp) in pool_destroy() function
H A Dpool_commit.c254 ret = pool_destroy(TO_CONF(pe), pool); in commit_delete()
H A Dpool_kernel.c1387 return (pool_destroy(conf, pool)); in destroy_pool_cb()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java109 final static native int pool_destroy(long conf, long pool); in pool_destroy() method in PoolInternal
H A DConfiguration.java280 PoolInternal.pool_destroy(getConf(), aPool.getPool()); in destroyPool()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c386 ret = pool_destroy(destroy.pd_o_type, destroy.pd_o_sub_type, in pool_ioctl()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m104 link path=usr/share/man/man3pool/pool_destroy.3pool target=pool_associate.3pool
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1008 if (pool_destroy(conf, pool) != 0) in parser_pool_destroy()
/illumos-gate/usr/src/uts/common/os/
H A Dpool.c522 pool_destroy(int class, int subclass, id_t id) in pool_destroy() function
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1103 return ((jint)pool_destroy((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1destroy()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4410 pool_destroy(pconf, pool) != PO_SUCCESS) { in verify_del_tmp_pool()
4468 if (pool != NULL && pool_destroy(pconf, pool) != PO_SUCCESS) { in zonecfg_destroy_tmp_pool()