xml_id            926 lib/pacemaker/pcmk_graph_producer.c             const char *xml_id = ID(action->rsc->xml);
xml_id            928 lib/pacemaker/pcmk_graph_producer.c             crm_debug("Using anonymous clone name %s for %s (aka. %s)", xml_id, action->rsc->id,
xml_id            944 lib/pacemaker/pcmk_graph_producer.c             crm_xml_add(rsc_xml, XML_ATTR_ID, xml_id);
xml_id            945 lib/pacemaker/pcmk_graph_producer.c             if (action->rsc->clone_name && !pcmk__str_eq(xml_id, action->rsc->clone_name, pcmk__str_casei)) {