args_xml          245 lib/pacemaker/libpacemaker_private.h void pcmk__add_bundle_meta_to_xml(xmlNode *args_xml, 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          361 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_foreach(params, hash2smartfield, args_xml);
args_xml          381 lib/pacemaker/pcmk_graph_producer.c     g_hash_table_foreach(action->meta, hash2metafield, args_xml);
args_xml          388 lib/pacemaker/pcmk_graph_producer.c             parent->cmds->append_meta(parent, args_xml);
args_xml          394 lib/pacemaker/pcmk_graph_producer.c                             (gpointer) args_xml);
args_xml          397 lib/pacemaker/pcmk_graph_producer.c         pcmk__add_bundle_meta_to_xml(args_xml, action);
args_xml          407 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_foreach(action->node->details->attrs, hash2metafield, args_xml);
args_xml          410 lib/pacemaker/pcmk_graph_producer.c     sorted_xml(args_xml, action_xml, FALSE);
args_xml          411 lib/pacemaker/pcmk_graph_producer.c     free_xml(args_xml);
args_xml          869 lib/pacemaker/pcmk_sched_actions.c     xmlNode *args_xml = NULL;
args_xml          874 lib/pacemaker/pcmk_sched_actions.c     args_xml = create_xml_node(NULL, XML_TAG_PARAMS);
args_xml          875 lib/pacemaker/pcmk_sched_actions.c     g_hash_table_foreach(op->params, hash2field, args_xml);
args_xml          876 lib/pacemaker/pcmk_sched_actions.c     pcmk__filter_op_for_digest(args_xml);
args_xml          877 lib/pacemaker/pcmk_sched_actions.c     digest = calculate_operation_digest(args_xml, NULL);
args_xml          879 lib/pacemaker/pcmk_sched_actions.c     free_xml(args_xml);
args_xml          692 lib/pacemaker/pcmk_sched_remote.c pcmk__add_bundle_meta_to_xml(xmlNode *args_xml, pe_action_t *action)
args_xml          732 lib/pacemaker/pcmk_sched_remote.c                        (gpointer) args_xml);
args_xml          735 lib/pacemaker/pcmk_sched_remote.c                        (gpointer) args_xml);