Searched refs:pool_exec_query (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_impl.h | 276 extern pool_result_set_t *pool_exec_query(const pool_conf_t *,
|
H A D | pool.c | 1869 rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_POOL, props); in pool_query_pools() 1981 rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_RES, props); in pool_query_resources() 2162 pool_exec_query(const pool_conf_t *conf, const pool_elem_t *src, in pool_exec_query() function 2647 rs = pool_exec_query(conf, pe, "res", PEC_QRY_RES, props); in pool_query_pool_resources() 2722 rs = pool_exec_query(conf, pe, NULL, PEC_QRY_COMP, props); in pool_query_resource_components()
|
H A D | pool_internal.c | 1195 if ((rs = pool_exec_query(TO_CONF(pe), NULL, NULL, in get_default_elem() 1419 if ((rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_SYSTEM, NULL)) == in pool_conf_system()
|
H A D | pool_xml.c | 384 rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_ANY, NULL); in pool_xml_free_doc()
|