get_object_root 71 cib/common.c data = get_object_root(section, data); get_object_root 467 cib/messages.c update_section = get_object_root(section, *result_cib); get_object_root 24 include/crm/cib/util.h xmlNode *get_object_root(const char *object_type, xmlNode * the_root); get_object_root 828 lib/cib/cib_file.c data = get_object_root(section, data); get_object_root 58 lib/cib/cib_ops.c obj_root = get_object_root(section, existing_cib); get_object_root 276 lib/cib/cib_ops.c obj_root = get_object_root(section, *result_cib); get_object_root 305 lib/cib/cib_ops.c obj_root = get_object_root(section, *result_cib); get_object_root 339 lib/cib/cib_ops.c obj_root = get_object_root(section, *result_cib); get_object_root 352 lib/cib/cib_ops.c obj_root = get_object_root(section, *result_cib); get_object_root 558 lib/cib/cib_ops.c update_section = get_object_root(section, *result_cib); get_object_root 759 lib/cib/cib_utils.c config = get_object_root(XML_CIB_TAG_CRMCONFIG, current_cib); get_object_root 33 lib/pengine/utils.c extern xmlNode *get_object_root(const char *object_type, xmlNode * the_root); get_object_root 548 pengine/allocate.c xmlNode *status = get_object_root(XML_CIB_TAG_STATUS, data_set->input); get_object_root 874 pengine/allocate.c xmlNode *cib_constraints = get_object_root(XML_CIB_TAG_CONSTRAINTS, data_set->input); get_object_root 305 pengine/ptest.c if (get_object_root(XML_CIB_TAG_STATUS, cib_object) == NULL) { get_object_root 519 tools/cibadmin.c xmlNode *status = get_object_root(XML_CIB_TAG_STATUS, input); get_object_root 1786 tools/crm_mon.c xmlNode *cib_status = get_object_root(XML_CIB_TAG_STATUS, data_set->input); get_object_root 4153 tools/crm_mon.c xmlNode *cib_constraints = get_object_root(XML_CIB_TAG_CONSTRAINTS, data_set.input); get_object_root 914 tools/crm_resource.c xmlNode *cib_constraints = get_object_root(XML_CIB_TAG_CONSTRAINTS, data_set.input); get_object_root 30 tools/crm_resource_print.c xmlNode *cib_constraints = get_object_root(XML_CIB_TAG_CONSTRAINTS, data_set->input); get_object_root 354 tools/crm_resource_runtime.c xmlNode *cib_constraints = get_object_root(XML_CIB_TAG_CONSTRAINTS, data_set->input); get_object_root 420 tools/crm_simulate.c if (get_object_root(XML_CIB_TAG_STATUS, cib_object) == NULL) { get_object_root 524 tools/crm_simulate.c if (get_object_root(XML_CIB_TAG_STATUS, cib_object) == NULL) { get_object_root 876 tools/crm_ticket.c cib_constraints = get_object_root(XML_CIB_TAG_CONSTRAINTS, data_set.input); get_object_root 222 tools/crm_verify.c status = get_object_root(XML_CIB_TAG_STATUS, cib_object); get_object_root 547 tools/crmadmin.c xmlNode *nodes = get_object_root(XML_CIB_TAG_NODES, xml_node);