xml_action         32 lib/transition/unpack.c unpack_action(synapse_t * parent, xmlNode * xml_action)
xml_action         35 lib/transition/unpack.c     const char *value = crm_element_value(xml_action, XML_ATTR_ID);
xml_action         39 lib/transition/unpack.c         crm_log_xml_trace(xml_action, "Action with missing id");
xml_action         46 lib/transition/unpack.c         crm_log_xml_trace(xml_action, "Lost action");
xml_action         52 lib/transition/unpack.c     action->xml = copy_xml(xml_action);
xml_action       1706 pengine/graph.c     xmlNode *xml_action = NULL;
xml_action       1731 pengine/graph.c     xml_action = action2xml(action, FALSE, data_set);
xml_action       1732 pengine/graph.c     add_node_nocopy(set, crm_element_name(xml_action), xml_action);
xml_action       1749 pengine/graph.c         xml_action = action2xml(wrapper->action, TRUE, data_set);
xml_action       1750 pengine/graph.c         add_node_nocopy(input, crm_element_name(xml_action), xml_action);