args_xml          750 lib/pacemaker/libpacemaker_private.h void pcmk__add_bundle_meta_to_xml(xmlNode *args_xml,
args_xml          330 lib/pacemaker/pcmk_graph_producer.c     xmlNode *args_xml = NULL;
args_xml          336 lib/pacemaker/pcmk_graph_producer.c     args_xml = create_xml_node(NULL, XML_TAG_ATTRS);
args_xml          338 lib/pacemaker/pcmk_graph_producer.c     crm_xml_add(args_xml, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET);
args_xml          339 lib/pacemaker/pcmk_graph_producer.c     g_hash_table_foreach(action->extra, hash2field, args_xml);
args_xml          348 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_foreach(params, hash2smartfield, args_xml);
args_xml          355 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_foreach(params, hash2smartfield, args_xml);
args_xml          358 lib/pacemaker/pcmk_graph_producer.c     g_hash_table_foreach(action->meta, hash2metafield, args_xml);
args_xml          363 lib/pacemaker/pcmk_graph_producer.c             parent->cmds->add_graph_meta(parent, args_xml);
args_xml          367 lib/pacemaker/pcmk_graph_producer.c         pcmk__add_bundle_meta_to_xml(args_xml, action);
args_xml          378 lib/pacemaker/pcmk_graph_producer.c                              args_xml);
args_xml          381 lib/pacemaker/pcmk_graph_producer.c     sorted_xml(args_xml, action_xml, FALSE);
args_xml          382 lib/pacemaker/pcmk_graph_producer.c     free_xml(args_xml);
args_xml         1088 lib/pacemaker/pcmk_sched_actions.c     xmlNode *args_xml = NULL;
args_xml         1093 lib/pacemaker/pcmk_sched_actions.c     args_xml = create_xml_node(NULL, XML_TAG_PARAMS);
args_xml         1094 lib/pacemaker/pcmk_sched_actions.c     g_hash_table_foreach(op->params, hash2field, args_xml);
args_xml         1095 lib/pacemaker/pcmk_sched_actions.c     pcmk__filter_op_for_digest(args_xml);
args_xml         1096 lib/pacemaker/pcmk_sched_actions.c     digest = calculate_operation_digest(args_xml, NULL);
args_xml         1098 lib/pacemaker/pcmk_sched_actions.c     free_xml(args_xml);
args_xml          683 lib/pacemaker/pcmk_sched_remote.c pcmk__add_bundle_meta_to_xml(xmlNode *args_xml, const pcmk_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);