ref               317 crmd/join_dc.c     const char *ref = crm_element_value(join_ack->msg, F_CRM_REFERENCE);
ref               378 crmd/join_dc.c                 " NACK join-%d ref=%s", join_from, join_id, ref);
ref               381 crmd/join_dc.c         crm_debug("join-%d: Welcoming node %s (ref %s)", join_id, join_from, ref);
ref              1329 crmd/lrm.c                 char *ref = crm_element_value_copy(request->msg, XML_ATTR_REFERENCE);
ref              1334 crmd/lrm.c                 g_hash_table_insert(lrm_state->deletion_ops, ref, op);
ref               583 crmd/te_callbacks.c     const char *ref = crm_element_value(msg, F_CRM_REFERENCE);
ref               587 crmd/te_callbacks.c     crm_trace("Processing %s (%s) message", op, ref);
ref               159 crmd/tengine.c         const char *ref = crm_element_value(input->msg, XML_ATTR_REFERENCE);
ref               175 crmd/tengine.c         if (fsa_pe_ref == NULL || safe_str_neq(fsa_pe_ref, ref)) {
ref               176 crmd/tengine.c             crm_info("Transition is redundant: %s vs. %s", crm_str(fsa_pe_ref), crm_str(ref));
ref               199 crmd/tengine.c         crm_info("Processing graph %d (ref=%s) derived from %s", transition_graph->id, ref,
ref               115 include/crm/cib/internal.h     guint ref;
ref               197 lib/cib/cib_client.c     if (blob->timer && blob->timer->ref > 0) {
ref               198 lib/cib/cib_client.c         g_source_remove(blob->timer->ref);
ref               641 lib/cib/cib_client.c         async_timer->ref =
ref               374 lib/common/xml.c     const char *ref = crm_element_value(xml, XML_ACL_ATTR_REF);
ref               381 lib/common/xml.c     if(ref == NULL) {
ref               383 lib/common/xml.c         ref = crm_element_value(xml, XML_ACL_ATTR_REFv1);
ref               392 lib/common/xml.c     } else if (tag == NULL && ref == NULL && xpath == NULL) {
ref               417 lib/common/xml.c             if(ref || attr) {
ref               421 lib/common/xml.c             if(ref) {
ref               422 lib/common/xml.c                 offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "@id='%s'", ref);
ref               425 lib/common/xml.c             if(ref && attr) {
ref               433 lib/common/xml.c             if(ref || attr) {
ref              5128 lib/common/xml.c     const char *ref = NULL;
ref              5140 lib/common/xml.c     ref = crm_element_value(result, XML_ATTR_IDREF);
ref              5142 lib/common/xml.c     if (ref != NULL) {
ref              5147 lib/common/xml.c         offset += snprintf(xpath_string + offset, XPATH_MAX - offset, "//%s[@id='%s']", tag, ref);
ref               119 lib/fencing/st_client.c     guint ref;
ref              1698 lib/fencing/st_client.c     if (blob->timer && blob->timer->ref > 0) {
ref              1699 lib/fencing/st_client.c         g_source_remove(blob->timer->ref);
ref              1953 lib/fencing/st_client.c     if (async_timer->ref) {
ref              1954 lib/fencing/st_client.c         g_source_remove(async_timer->ref);
ref              1956 lib/fencing/st_client.c     async_timer->ref =
ref                71 pengine/pengine.c     const char *ref = crm_element_value(msg, F_CRM_REFERENCE);
ref                73 pengine/pengine.c     crm_trace("Processing %s op (ref=%s)...", op, ref);