| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| mapfile-vers | 86 pool_query_resources;
|
| pool.h | 180 extern pool_resource_t **pool_query_resources(const pool_conf_t *, uint_t *,
|
| pool_internal.c | 1329 resources = pool_query_resources(conf, &nelem, props); [all...] |
| pool.c | 439 if ((rs = pool_query_resources(conf, &nelem, NULL)) != 1267 if ((resources = pool_query_resources(conf, &nelem, props)) == NULL) { 1966 pool_query_resources(const pool_conf_t *conf, uint_t *size, function [all...] |
| pool_commit.c | 687 if ((rl = pool_query_resources(conf, nelem, NULL)) != NULL) { 744 if ((resources = pool_query_resources(conf, &nelem, props)) != NULL) { [all...] |
| pool_xml.c | [all...] |
| pool_kernel.c | 1074 if ((rs = pool_query_resources(conf, &nelem, NULL)) != NULL) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| PoolInternal.java | 91 final static native java.util.List pool_query_resources(long conf, method in class:PoolInternal
|
| Configuration.java | 447 if ((resources = PoolInternal.pool_query_resources(getConf(),
|
| /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/ |
| pool_rcm.c | 320 if ((res = pool_query_resources(conf, &nelem, pvals)) == NULL) {
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolstat/ |
| poolstat.c | 795 pool_query_resources(conf, nelem, pvals)) == NULL)
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjpool/ |
| jpool.c | 666 * pool_query_resources(3pool) wrapper 723 result = pool_query_resources((pool_conf_t *)(uintptr_t)jconf, &nelem, [all...] |