args_xml          756 lib/pacemaker/libpacemaker_private.h void pcmk__add_guest_meta_to_xml(xmlNode *args_xml,
args_xml          331 lib/pacemaker/pcmk_graph_producer.c     xmlNode *args_xml = NULL;
args_xml          337 lib/pacemaker/pcmk_graph_producer.c     args_xml = pcmk__xe_create(NULL, PCMK__XE_ATTRIBUTES);
args_xml          339 lib/pacemaker/pcmk_graph_producer.c     crm_xml_add(args_xml, PCMK_XA_CRM_FEATURE_SET, CRM_FEATURE_SET);
args_xml          340 lib/pacemaker/pcmk_graph_producer.c     g_hash_table_foreach(action->extra, hash2field, args_xml);
args_xml          349 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_foreach(params, hash2smartfield, args_xml);
args_xml          356 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_foreach(params, hash2smartfield, args_xml);
args_xml          359 lib/pacemaker/pcmk_graph_producer.c     g_hash_table_foreach(action->meta, hash2metafield, args_xml);
args_xml          364 lib/pacemaker/pcmk_graph_producer.c             parent->cmds->add_graph_meta(parent, args_xml);
args_xml          368 lib/pacemaker/pcmk_graph_producer.c         pcmk__add_guest_meta_to_xml(args_xml, action);
args_xml          379 lib/pacemaker/pcmk_graph_producer.c                              args_xml);
args_xml          382 lib/pacemaker/pcmk_graph_producer.c     sorted_xml(args_xml, action_xml, FALSE);
args_xml          383 lib/pacemaker/pcmk_graph_producer.c     free_xml(args_xml);
args_xml         1090 lib/pacemaker/pcmk_sched_actions.c     xmlNode *args_xml = NULL;
args_xml         1095 lib/pacemaker/pcmk_sched_actions.c     args_xml = pcmk__xe_create(NULL, PCMK_XE_PARAMETERS);
args_xml         1096 lib/pacemaker/pcmk_sched_actions.c     g_hash_table_foreach(op->params, hash2field, args_xml);
args_xml         1097 lib/pacemaker/pcmk_sched_actions.c     pcmk__filter_op_for_digest(args_xml);
args_xml         1098 lib/pacemaker/pcmk_sched_actions.c     digest = calculate_operation_digest(args_xml, NULL);
args_xml         1100 lib/pacemaker/pcmk_sched_actions.c     free_xml(args_xml);
args_xml          685 lib/pacemaker/pcmk_sched_remote.c pcmk__add_guest_meta_to_xml(xmlNode *args_xml, const pcmk_action_t *action)
args_xml          730 lib/pacemaker/pcmk_sched_remote.c                        (gpointer) args_xml);
args_xml          733 lib/pacemaker/pcmk_sched_remote.c                        (gpointer) args_xml);