Searched refs:pool_get_pool (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/man/man3pool/ |
H A D | Makefile | 28 pool_get_pool.3pool \ 128 pool_get_resource.3pool := LINKSRC = pool_get_pool.3pool 129 pool_query_components.3pool := LINKSRC = pool_get_pool.3pool 130 pool_query_pools.3pool := LINKSRC = pool_get_pool.3pool 131 pool_query_resources.3pool := LINKSRC = pool_get_pool.3pool
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-resource-pools.mf | 92 file path=usr/share/man/man3pool/pool_get_pool.3pool 139 target=pool_get_pool.3pool 148 target=pool_get_pool.3pool 152 target=pool_get_pool.3pool 156 target=pool_get_pool.3pool
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Configuration.java | 296 if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) == in getPool() 320 if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) == in checkPool()
|
H A D | PoolInternal.java | 86 final static native long pool_get_pool(long conf, String name); in pool_get_pool() method in PoolInternal
|
/titanic_50/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 817 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) in parser_pool_info() 966 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) in parser_pool_rename() 1006 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) in parser_pool_destroy() 1059 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) in parser_pool_modify() 1143 if ((pool = pool_get_pool(conf, cmd->cmd_tgt1)) == NULL) in parser_pool_associate()
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool.h | 175 extern pool_t *pool_get_pool(const pool_conf_t *, const char *);
|
H A D | mapfile-vers | 77 pool_get_pool;
|
H A D | pool.c | 1173 if (!is_valid_name(name) || pool_get_pool(conf, name) != NULL) { in pool_create() 1818 pool_get_pool(const pool_conf_t *conf, const char *name) in pool_get_pool() function
|
H A D | pool_internal.c | 443 pool = pool_get_pool(TO_CONF(elem), nm); in elem_set_name()
|
H A D | pool_kernel.c | 1494 if ((pool = pool_get_pool(conf, pool_name)) == NULL) in pool_knl_set_binding()
|
/titanic_50/usr/src/lib/libproject/common/ |
H A D | setproject.c | 484 if (pool_name != NULL && pool_get_pool(conf, pool_name) != NULL) { in bind_to_pool()
|
/titanic_50/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 786 if ((pool = pool_get_pool(conf, pool_name)) == NULL) in get_resources()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4214 pool = pool_get_pool(pconf, tmp_name); in verify_del_tmp_pool() 4293 pool = pool_get_pool(pconf, tmp_name); in zonecfg_destroy_tmp_pool() 4453 pool = pool_get_pool(poolconf, poolname); in zonecfg_bind_pool() 4592 if ((pool = pool_get_pool(poolconf, poolname)) == NULL) { in get_pool_sched_class()
|
/titanic_50/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 569 result = (pool_t *)pool_get_pool((pool_conf_t *)(uintptr_t)jconf, name); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1get_1pool()
|
/titanic_50/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 2182 pool = pool_get_pool(poolconf, poolname); in verify_pool()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 2053 if ((pool = pool_get_pool(poolconf, *prop_val)) == NULL) { in check_pool()
|