obj_ref 509 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 = (const char *) gIter->data; obj_ref 281 lib/pacemaker/pcmk_sched_constraints.c crm_xml_add(new_rsc_ref, XML_ATTR_ID, obj_ref); obj_ref 372 lib/pacemaker/pcmk_sched_constraints.c const char *obj_ref = (const char *) gIter->data; obj_ref 376 lib/pacemaker/pcmk_sched_constraints.c crm_xml_add(rsc_ref, XML_ATTR_ID, obj_ref); obj_ref 845 lib/pengine/unpack.c const char *obj_ref = ID(xml_obj_ref); obj_ref 851 lib/pengine/unpack.c if (obj_ref == NULL) { obj_ref 857 lib/pengine/unpack.c if (add_tag_ref(data_set->tags, tag_id, obj_ref) == FALSE) { obj_ref 2277 lib/pengine/utils.c add_tag_ref(GHashTable * tags, const char * tag_name, const char * obj_ref) obj_ref 2283 lib/pengine/utils.c CRM_CHECK(tags && tag_name && obj_ref, return FALSE); obj_ref 2299 lib/pengine/utils.c if (pcmk__str_eq(existing_ref, obj_ref, pcmk__str_none)){ obj_ref 2306 lib/pengine/utils.c tag->refs = g_list_append(tag->refs, strdup(obj_ref)); obj_ref 2307 lib/pengine/utils.c crm_trace("Added: tag=%s ref=%s", tag->id, obj_ref);