Searched refs:pool_query_pools (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/man/man3pool/ |
H A D | Makefile | 58 pool_query_pools.3pool \ 130 pool_query_pools.3pool := LINKSRC = pool_get_pool.3pool
|
/titanic_41/usr/src/lib/libpool/common/ |
H A D | pool.h | 176 extern pool_t **pool_query_pools(const pool_conf_t *, uint_t *,
|
H A D | mapfile-vers | 85 pool_query_pools;
|
H A D | pool.c | 427 if ((ps = pool_query_pools(conf, &nelem, NULL)) != in pool_base_info() 1837 rs = pool_query_pools(conf, &size, props); in pool_get_pool() 1858 pool_query_pools(const pool_conf_t *conf, uint_t *size, pool_value_t **props) in pool_query_pools() function 2078 if ((pl = pool_query_pools(conf, &npool, NULL)) != NULL) { in pool_resource_destroy() 2587 if ((rs = pool_query_pools(conf, &size, NULL)) == NULL) /* None */ in pool_walk_pools()
|
H A D | pool_kernel.c | 997 if ((ps = pool_query_pools(conf, &nelem, NULL)) != NULL) { in pool_knl_export() 1455 if ((pools = pool_query_pools(conf, &nelem, props)) == NULL) { in pool_knl_get_binding() 1542 if ((pools = pool_query_pools(conf, &nelem, props)) == NULL) { in pool_knl_get_resource_binding()
|
H A D | pool_commit.c | 682 if ((pl = pool_query_pools(conf, nelem, NULL)) != NULL) { in get_elem_list()
|
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 87 final static native java.util.List pool_query_pools(long conf, in pool_query_pools() method in PoolInternal
|
H A D | Configuration.java | 339 if ((pools = PoolInternal.pool_query_pools(getConf(), values)) in getPools()
|
/titanic_41/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 922 if ((pools = pool_query_pools(conf, &nelem, NULL)) == NULL) in prt_pool_stats() 941 pool = pool_query_pools(conf, &nelem, pvals); in prt_pool_stats() 947 pool = pool_query_pools(conf, &nelem, pvals); in prt_pool_stats()
|
/titanic_41/usr/src/lib/libproject/common/ |
H A D | setproject.c | 520 if ((pools = pool_query_pools(conf, &nelem, pvals)) == NULL) { in bind_to_pool()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | service-resource-pools.mf | 152 link path=usr/share/man/man3pool/pool_query_pools.3pool \
|
/titanic_41/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 635 result = pool_query_pools((pool_conf_t *)(uintptr_t)jconf, &nelem, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools()
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2080 if ((pools = pool_query_pools(conf, &num, vals)) == NULL) in zsd_get_zone_pool_pset()
|
/titanic_41/ |
H A D | .gitignore | 7051 usr/src/man/man3pool/pool_query_pools.3pool
|