node_list         366 daemons/controld/controld_membership.c     xmlNode *node_list = pcmk__xe_create(NULL, PCMK_XE_NODES);
node_list         375 daemons/controld/controld_membership.c         from_cache = !pcmk__corosync_add_nodes(node_list);
node_list         383 daemons/controld/controld_membership.c         populate_cib_nodes_from_cache(node_list);
node_list         386 daemons/controld/controld_membership.c     if (controld_update_cib(PCMK_XE_NODES, node_list, cib_none,
node_list         400 daemons/controld/controld_membership.c     pcmk__xml_free(node_list);
node_list         401 daemons/controld/controld_membership.c     node_list = pcmk__xe_create(NULL, PCMK_XE_STATUS);
node_list         405 daemons/controld/controld_membership.c         create_node_state_update(node, flags, node_list, source);
node_list         411 daemons/controld/controld_membership.c             create_node_state_update(node, flags, node_list, source);
node_list         415 daemons/controld/controld_membership.c     controld_update_cib(PCMK_XE_STATUS, node_list, cib_none,
node_list         419 daemons/controld/controld_membership.c     pcmk__xml_free(node_list);
node_list         359 include/crm/pengine/internal.h bool pe__rsc_running_on_any(pcmk_resource_t *rsc, GList *node_list);
node_list          38 include/crm/pengine/status.h pcmk_node_t *pe_find_node_id(const GList *node_list, const char *id);
node_list          39 include/crm/pengine/status.h pcmk_node_t *pe_find_node_any(const GList *node_list, const char *id,
node_list          50 include/crm/pengine/status_compat.h pcmk_node_t *pe_find_node(const GList *node_list, const char *node_name);
node_list         687 lib/pengine/pe_notif.c     GString *node_list = NULL;
node_list         693 lib/pengine/pe_notif.c                                              &rsc_list, &node_list);
node_list         699 lib/pengine/pe_notif.c     add_notify_env_free_gs(n_data, "notify_stop_uname", node_list);
node_list         706 lib/pengine/pe_notif.c                                               &rsc_list, &node_list);
node_list         708 lib/pengine/pe_notif.c     add_notify_env_free_gs(n_data, "notify_start_uname", node_list);
node_list         715 lib/pengine/pe_notif.c                                                &rsc_list, &node_list);
node_list         717 lib/pengine/pe_notif.c     add_notify_env_free_gs(n_data, "notify_demote_uname", node_list);
node_list         724 lib/pengine/pe_notif.c                                                 &rsc_list, &node_list);
node_list         726 lib/pengine/pe_notif.c     add_notify_env_free_gs(n_data, "notify_promote_uname", node_list);
node_list         729 lib/pengine/pe_notif.c                                                &rsc_list, &node_list);
node_list         731 lib/pengine/pe_notif.c     add_notify_env_free_gs(n_data, "notify_active_uname", node_list);
node_list         734 lib/pengine/pe_notif.c                                                    &rsc_list, &node_list);
node_list         736 lib/pengine/pe_notif.c     add_notify_env_gs(n_data, "notify_unpromoted_uname", node_list);
node_list         740 lib/pengine/pe_notif.c     add_notify_env_free_gs(n_data, "notify_slave_uname", node_list);
node_list         743 lib/pengine/pe_notif.c                                                  &rsc_list, &node_list);
node_list         745 lib/pengine/pe_notif.c     add_notify_env_gs(n_data, "notify_promoted_uname", node_list);
node_list         749 lib/pengine/pe_notif.c     add_notify_env_free_gs(n_data, "notify_master_uname", node_list);
node_list         763 lib/pengine/pe_notif.c     get_node_names(nodes, &node_list, NULL);
node_list         764 lib/pengine/pe_notif.c     add_notify_env_free_gs(n_data, "notify_available_uname", node_list);
node_list         770 lib/pengine/pe_notif.c         get_node_names(rsc->priv->scheduler->nodes, &node_list, &metal_list);
node_list         773 lib/pengine/pe_notif.c         get_node_names(rsc->priv->scheduler->nodes, &node_list, NULL);
node_list         775 lib/pengine/pe_notif.c     add_notify_env_free_gs(n_data, "notify_all_uname", node_list);
node_list         767 lib/pengine/utils.c pe__rsc_running_on_any(pcmk_resource_t *rsc, GList *node_list)
node_list         772 lib/pengine/utils.c             if (pcmk__str_in_list(node->priv->name, node_list,