args_xml 646 lib/pacemaker/libpacemaker_private.h void pcmk__add_bundle_meta_to_xml(xmlNode *args_xml, const pe_action_t *action); args_xml 324 lib/pacemaker/pcmk_graph_producer.c xmlNode *args_xml = NULL; args_xml 330 lib/pacemaker/pcmk_graph_producer.c args_xml = create_xml_node(NULL, XML_TAG_ATTRS); args_xml 332 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(args_xml, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET); args_xml 333 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(action->extra, hash2field, args_xml); args_xml 342 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(params, hash2smartfield, args_xml); args_xml 348 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(params, hash2smartfield, args_xml); args_xml 351 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(action->meta, hash2metafield, args_xml); args_xml 356 lib/pacemaker/pcmk_graph_producer.c parent->cmds->add_graph_meta(parent, args_xml); args_xml 360 lib/pacemaker/pcmk_graph_producer.c pcmk__add_bundle_meta_to_xml(args_xml, action); args_xml 370 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(action->node->details->attrs, hash2metafield, args_xml); args_xml 373 lib/pacemaker/pcmk_graph_producer.c sorted_xml(args_xml, action_xml, FALSE); args_xml 374 lib/pacemaker/pcmk_graph_producer.c free_xml(args_xml); args_xml 1078 lib/pacemaker/pcmk_sched_actions.c xmlNode *args_xml = NULL; args_xml 1083 lib/pacemaker/pcmk_sched_actions.c args_xml = create_xml_node(NULL, XML_TAG_PARAMS); args_xml 1084 lib/pacemaker/pcmk_sched_actions.c g_hash_table_foreach(op->params, hash2field, args_xml); args_xml 1085 lib/pacemaker/pcmk_sched_actions.c pcmk__filter_op_for_digest(args_xml); args_xml 1086 lib/pacemaker/pcmk_sched_actions.c digest = calculate_operation_digest(args_xml, NULL); args_xml 1088 lib/pacemaker/pcmk_sched_actions.c free_xml(args_xml); args_xml 684 lib/pacemaker/pcmk_sched_remote.c pcmk__add_bundle_meta_to_xml(xmlNode *args_xml, const pe_action_t *action) args_xml 724 lib/pacemaker/pcmk_sched_remote.c (gpointer) args_xml); args_xml 727 lib/pacemaker/pcmk_sched_remote.c (gpointer) args_xml);