obj_ref           534 include/crm/pengine/internal.h gboolean add_tag_ref(GHashTable * tags, const char * tag_name,  const char * obj_ref);
obj_ref           592 lib/pacemaker/pcmk_sched_constraints.c                     const char *obj_ref = (const char *) gIter->data;
obj_ref           597 lib/pacemaker/pcmk_sched_constraints.c                     crm_xml_add(new_rsc_ref, XML_ATTR_ID, obj_ref);
obj_ref           682 lib/pacemaker/pcmk_sched_constraints.c             const char *obj_ref = (const char *) gIter->data;
obj_ref           686 lib/pacemaker/pcmk_sched_constraints.c             crm_xml_add(rsc_ref, XML_ATTR_ID, obj_ref);
obj_ref           852 lib/pengine/unpack.c             const char *obj_ref = ID(xml_obj_ref);
obj_ref           858 lib/pengine/unpack.c             if (obj_ref == NULL) {
obj_ref           864 lib/pengine/unpack.c             if (add_tag_ref(data_set->tags, tag_id, obj_ref) == FALSE) {
obj_ref          2178 lib/pengine/utils.c add_tag_ref(GHashTable * tags, const char * tag_name,  const char * obj_ref)
obj_ref          2184 lib/pengine/utils.c     CRM_CHECK(tags && tag_name && obj_ref, return FALSE);
obj_ref          2200 lib/pengine/utils.c         if (pcmk__str_eq(existing_ref, obj_ref, pcmk__str_none)){
obj_ref          2207 lib/pengine/utils.c         tag->refs = g_list_append(tag->refs, strdup(obj_ref));
obj_ref          2208 lib/pengine/utils.c         crm_trace("Added: tag=%s ref=%s", tag->id, obj_ref);