Home
last modified time | relevance | path

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

/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/pengine/
H A Dstatus.c75 … xmlNode *cib_resources = get_xpath_object("//"XML_CIB_TAG_RESOURCES, data_set->input, LOG_TRACE); in cluster_status() local
121 unpack_remote_nodes(cib_resources, data_set); in cluster_status()
124 unpack_resources(cib_resources, data_set); in cluster_status()
H A Dcomplex.c270 xmlNode *cib_resources = NULL; in unpack_template() local
301 cib_resources = get_xpath_object("//"XML_CIB_TAG_RESOURCES, data_set->input, LOG_TRACE); in unpack_template()
302 if (cib_resources == NULL) { in unpack_template()
307 template = pcmk__xe_match(cib_resources, XML_CIB_TAG_RSC_TEMPLATE, in unpack_template()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/pengine/
H A Dstatus.c90 … xmlNode *cib_resources = get_xpath_object("//"XML_CIB_TAG_RESOURCES, data_set->input, LOG_TRACE); in cluster_status() local
133 unpack_remote_nodes(cib_resources, data_set); in cluster_status()
136 unpack_resources(cib_resources, data_set); in cluster_status()
H A Dcomplex.c236 xmlNode *cib_resources = NULL; in unpack_template() local
267 cib_resources = get_xpath_object("//"XML_CIB_TAG_RESOURCES, data_set->input, LOG_TRACE); in unpack_template()
268 if (cib_resources == NULL) { in unpack_template()
273 template = find_entity(cib_resources, XML_CIB_TAG_RSC_TEMPLATE, template_ref); in unpack_template()