action_set        563 lib/pacemaker/pcmk_graph_consumer.c     xmlNode *action_set = NULL;
action_set        586 lib/pacemaker/pcmk_graph_consumer.c     for (action_set = first_named_child(xml_synapse, "action_set");
action_set        587 lib/pacemaker/pcmk_graph_consumer.c          action_set != NULL; action_set = crm_next_same_xml(action_set)) {
action_set        589 lib/pacemaker/pcmk_graph_consumer.c         for (xmlNode *action = pcmk__xml_first_child(action_set);