Searched refs:pool_destroy (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/man/man3pool/ |
H A D | Makefile | 48 pool_destroy.3pool \ 93 pool_destroy.3pool := LINKSRC = pool_associate.3pool
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pool.h | 90 extern int pool_destroy(int, int, id_t);
|
H A D | pool_impl.h | 122 typedef struct pool_destroy { struct
|
/titanic_41/usr/src/lib/libpool/common/ |
H A D | pool.h | 202 extern int pool_destroy(pool_conf_t *, pool_t *);
|
H A D | mapfile-vers | 71 pool_destroy;
|
H A D | pool.c | 1192 (void) pool_destroy(conf, pool_elem_pool(pe)); in pool_create() 1198 (void) pool_destroy(conf, pool_elem_pool(pe)); in pool_create() 1203 (void) pool_destroy(conf, pool_elem_pool(pe)); in pool_create() 1213 (void) pool_destroy(conf, pool_elem_pool(pe)); in pool_create() 2029 pool_destroy(pool_conf_t *conf, pool_t *pp) in pool_destroy() function
|
H A D | pool_commit.c | 256 ret = pool_destroy(TO_CONF(pe), pool); in commit_delete()
|
H A D | pool_kernel.c | 1386 return (pool_destroy(conf, pool)); in destroy_pool_cb()
|
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 109 final static native int pool_destroy(long conf, long pool); in pool_destroy() method in PoolInternal
|
H A D | Configuration.java | 282 PoolInternal.pool_destroy(getConf(), aPool.getPool()); in destroyPool()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devpool.c | 386 ret = pool_destroy(destroy.pd_o_type, destroy.pd_o_sub_type, in pool_ioctl()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | service-resource-pools.mf | 133 link path=usr/share/man/man3pool/pool_destroy.3pool \
|
/titanic_41/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1010 if (pool_destroy(conf, pool) != 0) in parser_pool_destroy()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | pool.c | 522 pool_destroy(int class, int subclass, id_t id) in pool_destroy() function
|
/titanic_41/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1056 return ((jint)pool_destroy((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1destroy()
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4247 pool_destroy(pconf, pool) != PO_SUCCESS) { in verify_del_tmp_pool() 4305 if (pool != NULL && pool_destroy(pconf, pool) != PO_SUCCESS) { in zonecfg_destroy_tmp_pool()
|
/titanic_41/ |
H A D | .gitignore | 7041 usr/src/man/man3pool/pool_destroy.3pool
|