Home
last modified time | relevance | path

Searched refs:pool_exec_query (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_impl.h274 extern pool_result_set_t *pool_exec_query(const pool_conf_t *,
H A Dpool.c1867 rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_POOL, props); in pool_query_pools()
1979 rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_RES, props); in pool_query_resources()
2160 pool_exec_query(const pool_conf_t *conf, const pool_elem_t *src, in pool_exec_query() function
2645 rs = pool_exec_query(conf, pe, "res", PEC_QRY_RES, props); in pool_query_pool_resources()
2720 rs = pool_exec_query(conf, pe, NULL, PEC_QRY_COMP, props); in pool_query_resource_components()
H A Dpool_internal.c1193 if ((rs = pool_exec_query(TO_CONF(pe), NULL, NULL, in get_default_elem()
1417 if ((rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_SYSTEM, NULL)) == in pool_conf_system()
H A Dpool_xml.c376 rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_ANY, NULL); in pool_xml_free_doc()