pcmk_find_cib_element 55 daemons/based/based_common.c data = pcmk_find_cib_element(data, section); pcmk_find_cib_element 21 include/crm/common/cib.h xmlNode *pcmk_find_cib_element(xmlNode *cib, const char *element_name); pcmk_find_cib_element 856 lib/cib/cib_file.c data = pcmk_find_cib_element(data, section); pcmk_find_cib_element 51 lib/cib/cib_ops.c obj_root = pcmk_find_cib_element(existing_cib, section); pcmk_find_cib_element 272 lib/cib/cib_ops.c obj_root = pcmk_find_cib_element(*result_cib, section); pcmk_find_cib_element 301 lib/cib/cib_ops.c obj_root = pcmk_find_cib_element(*result_cib, section); pcmk_find_cib_element 336 lib/cib/cib_ops.c obj_root = pcmk_find_cib_element(*result_cib, section); pcmk_find_cib_element 350 lib/cib/cib_ops.c obj_root = pcmk_find_cib_element(*result_cib, section); pcmk_find_cib_element 568 lib/cib/cib_ops.c update_section = pcmk_find_cib_element(*result_cib, section); pcmk_find_cib_element 613 lib/cib/cib_utils.c config = pcmk_find_cib_element(current_cib, XML_CIB_TAG_CRMCONFIG); pcmk_find_cib_element 790 lib/cib/cib_utils.c return pcmk_find_cib_element(the_root, object_type); pcmk_find_cib_element 134 lib/pacemaker/pcmk_rule.c cib_constraints = pcmk_find_cib_element(data_set->input, pcmk_find_cib_element 58 lib/pacemaker/pcmk_sched_constraints.c xmlNode *xml_constraints = pcmk_find_cib_element(data_set->input, pcmk_find_cib_element 338 lib/pacemaker/pcmk_simulate.c if (pcmk_find_cib_element(cib_object, XML_CIB_TAG_STATUS) == NULL) { pcmk_find_cib_element 2357 lib/pengine/pe_output.c xmlNode *cib_status = pcmk_find_cib_element(data_set->input, pcmk_find_cib_element 852 tools/cibadmin.c xmlNode *status = pcmk_find_cib_element(input, XML_CIB_TAG_STATUS); pcmk_find_cib_element 328 tools/crm_resource.c cib_constraints = pcmk_find_cib_element(root, XML_CIB_TAG_CONSTRAINTS); pcmk_find_cib_element 436 tools/crm_resource_ban.c cib_constraints = pcmk_find_cib_element(root, XML_CIB_TAG_CONSTRAINTS); pcmk_find_cib_element 57 tools/crm_resource_print.c pcmk__xe_foreach_child(pcmk_find_cib_element(data_set->input, XML_CIB_TAG_CONSTRAINTS), pcmk_find_cib_element 367 tools/crm_simulate.c if (pcmk_find_cib_element(cib_object, XML_CIB_TAG_STATUS) == NULL) { pcmk_find_cib_element 199 tools/crm_verify.c status = pcmk_find_cib_element(cib_object, XML_CIB_TAG_STATUS);