Lines Matching refs:pvals
762 pool_value_t *pvals[] = { NULL, NULL, NULL}; in get_resources() local
775 if ((pvals[0] = create_pool_value("type")) == NULL) in get_resources()
777 if ((pool_value_set_string(pvals[0], rtype)) == -1) in get_resources()
789 conf, pool, nelem, pvals)) == NULL) in get_resources()
794 pool_query_resources(conf, nelem, pvals)) == NULL) in get_resources()
802 if (pvals[0] != NULL) in get_resources()
803 pool_value_free(pvals[0]); in get_resources()
907 pool_value_t *pvals[] = { NULL, NULL }; in prt_pool_stats() local
939 pvals[0] = pv_sys_id; in prt_pool_stats()
940 pool = pool_query_pools(conf, &nelem, pvals); in prt_pool_stats()
945 pvals[0] = pv_name; in prt_pool_stats()
946 pool = pool_query_pools(conf, &nelem, pvals); in prt_pool_stats()