obj_ref           547 include/crm/pengine/internal.h gboolean add_tag_ref(GHashTable * tags, const char * tag_name,  const char * obj_ref);
obj_ref           277 lib/pacemaker/pcmk_sched_constraints.c                     const char *obj_ref = (const char *) gIter->data;
obj_ref           282 lib/pacemaker/pcmk_sched_constraints.c                     crm_xml_add(new_rsc_ref, XML_ATTR_ID, obj_ref);
obj_ref           373 lib/pacemaker/pcmk_sched_constraints.c             const char *obj_ref = (const char *) gIter->data;
obj_ref           377 lib/pacemaker/pcmk_sched_constraints.c             crm_xml_add(rsc_ref, XML_ATTR_ID, obj_ref);
obj_ref           859 lib/pengine/unpack.c             const char *obj_ref = ID(xml_obj_ref);
obj_ref           865 lib/pengine/unpack.c             if (obj_ref == NULL) {
obj_ref           871 lib/pengine/unpack.c             if (add_tag_ref(data_set->tags, tag_id, obj_ref) == FALSE) {
obj_ref           651 lib/pengine/utils.c add_tag_ref(GHashTable * tags, const char * tag_name,  const char * obj_ref)
obj_ref           657 lib/pengine/utils.c     CRM_CHECK(tags && tag_name && obj_ref, return FALSE);
obj_ref           673 lib/pengine/utils.c         if (pcmk__str_eq(existing_ref, obj_ref, pcmk__str_none)){
obj_ref           680 lib/pengine/utils.c         tag->refs = g_list_append(tag->refs, strdup(obj_ref));
obj_ref           681 lib/pengine/utils.c         crm_trace("Added: tag=%s ref=%s", tag->id, obj_ref);