action_set        569 lib/pacemaker/pcmk_graph_consumer.c     xmlNode *action_set = NULL;
action_set        592 lib/pacemaker/pcmk_graph_consumer.c     for (action_set = first_named_child(xml_synapse, "action_set");
action_set        593 lib/pacemaker/pcmk_graph_consumer.c          action_set != NULL; action_set = crm_next_same_xml(action_set)) {
action_set        595 lib/pacemaker/pcmk_graph_consumer.c         for (xmlNode *action = pcmk__xml_first_child(action_set);