Searched refs:pool_query_pools (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 58 pool_query_pools.3pool \ 130 pool_query_pools.3pool := LINKSRC = pool_get_pool.3pool
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 174 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 | 425 if ((ps = pool_query_pools(conf, &nelem, NULL)) != in pool_base_info() 1835 rs = pool_query_pools(conf, &size, props); in pool_get_pool() 1856 pool_query_pools(const pool_conf_t *conf, uint_t *size, pool_value_t **props) in pool_query_pools() function 2076 if ((pl = pool_query_pools(conf, &npool, NULL)) != NULL) { in pool_resource_destroy() 2585 if ((rs = pool_query_pools(conf, &size, NULL)) == NULL) /* None */ in pool_walk_pools()
|
H A D | pool_kernel.c | 998 if ((ps = pool_query_pools(conf, &nelem, NULL)) != NULL) { in pool_knl_export() 1456 if ((pools = pool_query_pools(conf, &nelem, props)) == NULL) { in pool_knl_get_binding() 1543 if ((pools = pool_query_pools(conf, &nelem, props)) == NULL) { in pool_knl_get_resource_binding()
|
H A D | pool_commit.c | 680 if ((pl = pool_query_pools(conf, nelem, NULL)) != NULL) { in get_elem_list()
|
/illumos-gate/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 | 337 if ((pools = PoolInternal.pool_query_pools(getConf(), values)) in getPools()
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 923 if ((pools = pool_query_pools(conf, &nelem, NULL)) == NULL) in prt_pool_stats() 942 pool = pool_query_pools(conf, &nelem, pvals); in prt_pool_stats() 948 pool = pool_query_pools(conf, &nelem, pvals); in prt_pool_stats()
|
/illumos-gate/usr/src/lib/libproject/common/ |
H A D | setproject.c | 520 if ((pools = pool_query_pools(conf, &nelem, pvals)) == NULL) { in bind_to_pool()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 127 link path=usr/share/man/man3pool/pool_query_pools.3pool \
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 669 result = pool_query_pools((pool_conf_t *)(uintptr_t)jconf, &nelem, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools()
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2078 if ((pools = pool_query_pools(conf, &num, vals)) == NULL) in zsd_get_zone_pool_pset()
|