Lines Matching defs:pools
131 /* name of pools to be shown */
896 * If the pool name list 'pn' is defined, only print resources of pools
906 pool_t **pools = NULL;
920 /* collect all pools */
921 if ((pools = pool_query_pools(conf, &nelem, NULL)) == NULL)
925 * collect pools specified in the 'pn' list.
931 pools = ZALLOC(sizeof (pool_t *) * (i + 1));
950 pools[i] = pool[0];
955 /* print statistic for all pools found */
960 /* print statistics for the resources bound to the pools */
961 for (i = 0; pools[i] != NULL; i++) {
962 elem = pool_to_elem(conf, pools[i]);
988 for (i = 0; pools[i] != NULL; i++) {
989 elem = pool_to_elem(conf, pools[i]);
1015 FREE(pools);