object_name       387 daemons/based/based_messages.c     const char *object_name = NULL;
object_name       393 daemons/based/based_messages.c         object_name = crm_element_name(delete_spec);
object_name       397 daemons/based/based_messages.c     crm_trace("Processing: <%s id=%s>", crm_str(object_name), crm_str(object_id));
object_name       407 daemons/based/based_messages.c         equiv_node = find_xml_node(parent, object_name, FALSE);
object_name       410 daemons/based/based_messages.c         equiv_node = pcmk__xe_match(parent, object_name, XML_ATTR_ID,
object_name       422 daemons/based/based_messages.c         crm_debug("Removing leaf: <%s id=%s>", crm_str(object_name), crm_str(object_id));
object_name       389 lib/cib/cib_ops.c     const char *object_name = NULL;
object_name       394 lib/cib/cib_ops.c     object_name = crm_element_name(update);
object_name       395 lib/cib/cib_ops.c     CRM_CHECK(object_name != NULL, return -EINVAL);
object_name       398 lib/cib/cib_ops.c     crm_trace("Processing: <%s id=%s>", crm_str(object_name), crm_str(object_id));
object_name       402 lib/cib/cib_ops.c         target = find_xml_node(parent, object_name, FALSE);
object_name       405 lib/cib/cib_ops.c         target = pcmk__xe_match(parent, object_name, XML_ATTR_ID, object_id);
object_name       409 lib/cib/cib_ops.c         target = create_xml_node(parent, object_name);
object_name       412 lib/cib/cib_ops.c     crm_trace("Found node <%s id=%s> to update", crm_str(object_name), crm_str(object_id));
object_name       450 lib/cib/cib_ops.c     crm_trace("Processing children of <%s id=%s>", crm_str(object_name), crm_str(object_id));
object_name       470 lib/cib/cib_ops.c     crm_trace("Finished with <%s id=%s>", crm_str(object_name), crm_str(object_id));
object_name       479 lib/cib/cib_ops.c     const char *object_name = NULL;
object_name       484 lib/cib/cib_ops.c         object_name = crm_element_name(new_obj);
object_name       488 lib/cib/cib_ops.c     crm_trace("Processing: <%s id=%s>", crm_str(object_name), crm_str(object_id));
object_name       490 lib/cib/cib_ops.c     if (new_obj == NULL || object_name == NULL) {
object_name       498 lib/cib/cib_ops.c         equiv_node = find_xml_node(parent, object_name, FALSE);
object_name       501 lib/cib/cib_ops.c         equiv_node = pcmk__xe_match(parent, object_name, XML_ATTR_ID,
object_name      2515 lib/common/xml.c     const char *object_name = NULL,
object_name      2531 lib/common/xml.c     object_name = crm_element_name(update);
object_name      2540 lib/common/xml.c     CRM_CHECK(object_name != NULL, return);
object_name      2544 lib/common/xml.c         target = pcmk__xe_match(parent, object_name,
object_name      2549 lib/common/xml.c         target = create_xml_node(parent, object_name);
object_name      2552 lib/common/xml.c         crm_trace("Added  <%s%s%s%s%s/>", crm_str(object_name),
object_name      2559 lib/common/xml.c         crm_trace("Found node <%s%s%s%s%s/> to update", crm_str(object_name),
object_name      2590 lib/common/xml.c         crm_trace("Updating child <%s%s%s%s%s/>", crm_str(object_name),
object_name      2600 lib/common/xml.c     crm_trace("Finished with <%s%s%s%s%s/>", crm_str(object_name),