Searched refs:pool_query_resources (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile60 pool_query_resources.3pool \
131 pool_query_resources.3pool := LINKSRC = pool_get_pool.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h180 extern pool_resource_t **pool_query_resources(const pool_conf_t *, uint_t *,
H A Dpool_internal.c1329 resources = pool_query_resources(conf, &nelem, props);
1693 if ((rl = (pool_query_resources(conf, &nelem, pvals))) == NULL)
1724 if ((rl = (pool_query_resources(dyn, &nelem, pvals))) ==
H A Dpool.c439 if ((rs = pool_query_resources(conf, &nelem, NULL)) !=
1267 if ((resources = pool_query_resources(conf, &nelem, props)) == NULL) {
1945 rs = pool_query_resources(conf, &size, props);
1966 pool_query_resources(const pool_conf_t *conf, uint_t *size, function
H A Dpool_commit.c687 if ((rl = pool_query_resources(conf, nelem, NULL)) != NULL) {
744 if ((resources = pool_query_resources(conf, &nelem, props)) != NULL) {
H A Dpool_xml.c1449 if ((rsl = pool_query_resources(conf, &rl_size, props)) == NULL) {
2764 if ((rsl = pool_query_resources(conf, &nelem, NULL)) != NULL) {
H A Dpool_kernel.c1076 if ((rs = pool_query_resources(conf, &nelem, NULL)) != NULL) {
1405 if ((resources = pool_query_resources(conf, &nelem, NULL)) != NULL) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java91 final static native java.util.List pool_query_resources(long conf, method in class:PoolInternal
H A DConfiguration.java447 if ((resources = PoolInternal.pool_query_resources(getConf(),
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c319 if ((res = pool_query_resources(conf, &nelem, pvals)) == NULL) {
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c794 pool_query_resources(conf, nelem, pvals)) == NULL)
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c666 * pool_query_resources(3pool) wrapper
723 result = pool_query_resources((pool_conf_t *)(uintptr_t)jconf, &nelem,
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1753 if ((res_list = pool_query_resources(conf, &num, vals)) == NULL)
1937 if ((res_list = pool_query_resources(conf, &num, vals))

Completed in 102 milliseconds