args_xml 184 lib/pacemaker/libpacemaker_private.h void pcmk__add_bundle_meta_to_xml(xmlNode *args_xml, pe_action_t *action); args_xml 781 lib/pacemaker/pcmk_graph_producer.c xmlNode *args_xml = NULL; args_xml 963 lib/pacemaker/pcmk_graph_producer.c args_xml = create_xml_node(NULL, XML_TAG_ATTRS); args_xml 964 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(args_xml, XML_ATTR_CRM_VERSION, CRM_FEATURE_SET); args_xml 966 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(action->extra, hash2field, args_xml); args_xml 973 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(params, hash2smartfield, args_xml); args_xml 991 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(params, hash2smartfield, args_xml); args_xml 1012 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(action->meta, hash2metafield, args_xml); args_xml 1018 lib/pacemaker/pcmk_graph_producer.c parent->cmds->append_meta(parent, args_xml); args_xml 1023 lib/pacemaker/pcmk_graph_producer.c hash2smartfield((gpointer)"pcmk_external_ip", (gpointer)value, (gpointer)args_xml); args_xml 1026 lib/pacemaker/pcmk_graph_producer.c pcmk__add_bundle_meta_to_xml(args_xml, action); args_xml 1035 lib/pacemaker/pcmk_graph_producer.c g_hash_table_foreach(action->node->details->attrs, hash2metafield, args_xml); args_xml 1038 lib/pacemaker/pcmk_graph_producer.c sorted_xml(args_xml, action_xml, FALSE); args_xml 1039 lib/pacemaker/pcmk_graph_producer.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); args_xml 516 lib/pacemaker/pcmk_sched_utils.c xmlNode *args_xml = NULL; args_xml 522 lib/pacemaker/pcmk_sched_utils.c args_xml = create_xml_node(NULL, XML_TAG_PARAMS); args_xml 523 lib/pacemaker/pcmk_sched_utils.c g_hash_table_foreach(op->params, hash2field, args_xml); args_xml 524 lib/pacemaker/pcmk_sched_utils.c pcmk__filter_op_for_digest(args_xml); args_xml 525 lib/pacemaker/pcmk_sched_utils.c digest = calculate_operation_digest(args_xml, version); args_xml 530 lib/pacemaker/pcmk_sched_utils.c char *digest_source = dump_xml_unformatted(args_xml); args_xml 539 lib/pacemaker/pcmk_sched_utils.c free_xml(args_xml);