obj_ref 496 include/crm/pengine/internal.h gboolean add_tag_ref(GHashTable * tags, const char * tag_name, const char * obj_ref); obj_ref 276 lib/pacemaker/pcmk_sched_constraints.c const char *obj_ref = iter->data; obj_ref 283 lib/pacemaker/pcmk_sched_constraints.c crm_xml_add(new_rsc_ref, XML_ATTR_ID, obj_ref); obj_ref 374 lib/pacemaker/pcmk_sched_constraints.c const char *obj_ref = iter->data; obj_ref 378 lib/pacemaker/pcmk_sched_constraints.c crm_xml_add(rsc_ref, XML_ATTR_ID, obj_ref); obj_ref 909 lib/pengine/unpack.c const char *obj_ref = ID(xml_obj_ref); obj_ref 915 lib/pengine/unpack.c if (obj_ref == NULL) { obj_ref 921 lib/pengine/unpack.c if (add_tag_ref(scheduler->tags, tag_id, obj_ref) == FALSE) { obj_ref 617 lib/pengine/utils.c add_tag_ref(GHashTable * tags, const char * tag_name, const char * obj_ref) obj_ref 623 lib/pengine/utils.c CRM_CHECK(tags && tag_name && obj_ref, return FALSE); obj_ref 639 lib/pengine/utils.c if (pcmk__str_eq(existing_ref, obj_ref, pcmk__str_none)){ obj_ref 646 lib/pengine/utils.c tag->refs = g_list_append(tag->refs, strdup(obj_ref)); obj_ref 647 lib/pengine/utils.c crm_trace("Added: tag=%s ref=%s", tag->id, obj_ref);