Home
last modified time | relevance | path

Searched refs:pool_query_pools (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile58 pool_query_pools.3pool \
130 pool_query_pools.3pool := LINKSRC = pool_get_pool.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h174 extern pool_t **pool_query_pools(const pool_conf_t *, uint_t *,
H A Dmapfile-vers85 pool_query_pools;
H A Dpool.c425 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 Dpool_kernel.c998 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 Dpool_commit.c680 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 DPoolInternal.java87 final static native java.util.List pool_query_pools(long conf, in pool_query_pools() method in PoolInternal
H A DConfiguration.java337 if ((pools = PoolInternal.pool_query_pools(getConf(), values)) in getPools()
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c923 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 Dsetproject.c520 if ((pools = pool_query_pools(conf, &nelem, pvals)) == NULL) { in bind_to_pool()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m127 link path=usr/share/man/man3pool/pool_query_pools.3pool \
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c669 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 Dzonestatd.c2078 if ((pools = pool_query_pools(conf, &num, vals)) == NULL) in zsd_get_zone_pool_pset()