node_list 303 daemons/controld/controld_membership.c xmlNode *node_list = create_xml_node(NULL, XML_CIB_TAG_NODES); node_list 307 daemons/controld/controld_membership.c from_hashtable = pcmk__corosync_add_nodes(node_list); node_list 324 daemons/controld/controld_membership.c new_node = create_xml_node(node_list, XML_CIB_TAG_NODE); node_list 344 daemons/controld/controld_membership.c fsa_cib_update(XML_CIB_TAG_NODES, node_list, call_options, call_id, NULL); node_list 347 daemons/controld/controld_membership.c free_xml(node_list); node_list 357 daemons/controld/controld_membership.c node_list = create_xml_node(NULL, XML_CIB_TAG_STATUS); node_list 361 daemons/controld/controld_membership.c create_node_state_update(node, flags, node_list, source); node_list 367 daemons/controld/controld_membership.c create_node_state_update(node, flags, node_list, source); node_list 371 daemons/controld/controld_membership.c fsa_cib_update(XML_CIB_TAG_STATUS, node_list, call_options, call_id, NULL); node_list 375 daemons/controld/controld_membership.c free_xml(node_list); node_list 590 include/crm/pengine/internal.h bool pe__rsc_running_on_any_node_in_list(pe_resource_t *rsc, GList *node_list); node_list 40 include/crm/pengine/status.h pe_node_t *pe_find_node(GList *node_list, const char *uname); node_list 41 include/crm/pengine/status.h pe_node_t *pe_find_node_id(GList *node_list, const char *id); node_list 42 include/crm/pengine/status.h pe_node_t *pe_find_node_any(GList *node_list, const char *id, const char *uname); node_list 80 lib/pacemaker/pcmk_sched_notif.c char *node_list = NULL; node_list 100 lib/pacemaker/pcmk_sched_notif.c pcmk__add_word(&node_list, &node_list_len, node->details->uname); node_list 115 lib/pacemaker/pcmk_sched_notif.c *uname = node_list; node_list 132 lib/pacemaker/pcmk_sched_notif.c expand_list(GList *list, char **rsc_list, char **node_list) node_list 143 lib/pacemaker/pcmk_sched_notif.c if (node_list) { node_list 144 lib/pacemaker/pcmk_sched_notif.c *node_list = strdup(" "); node_list 151 lib/pacemaker/pcmk_sched_notif.c if (node_list) { node_list 152 lib/pacemaker/pcmk_sched_notif.c *node_list = NULL; node_list 170 lib/pacemaker/pcmk_sched_notif.c CRM_LOG_ASSERT((node_list == NULL) || (entry->node != NULL)); node_list 171 lib/pacemaker/pcmk_sched_notif.c if ((node_list != NULL) && (entry->node == NULL)) { node_list 181 lib/pacemaker/pcmk_sched_notif.c if ((node_list != NULL) && (entry->node->details->uname != NULL)) { node_list 182 lib/pacemaker/pcmk_sched_notif.c pcmk__add_word(node_list, &node_list_len, node_list 534 lib/pacemaker/pcmk_sched_notif.c char *node_list = NULL; node_list 539 lib/pacemaker/pcmk_sched_notif.c n_data->stop = expand_list(n_data->stop, &rsc_list, &node_list); node_list 545 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_stop_uname", node_list); node_list 551 lib/pacemaker/pcmk_sched_notif.c n_data->start = expand_list(n_data->start, &rsc_list, &node_list); node_list 553 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_start_uname", node_list); node_list 559 lib/pacemaker/pcmk_sched_notif.c n_data->demote = expand_list(n_data->demote, &rsc_list, &node_list); node_list 561 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_demote_uname", node_list); node_list 567 lib/pacemaker/pcmk_sched_notif.c n_data->promote = expand_list(n_data->promote, &rsc_list, &node_list); node_list 569 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_promote_uname", node_list); node_list 571 lib/pacemaker/pcmk_sched_notif.c n_data->active = expand_list(n_data->active, &rsc_list, &node_list); node_list 573 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_active_uname", node_list); node_list 575 lib/pacemaker/pcmk_sched_notif.c n_data->unpromoted = expand_list(n_data->unpromoted, &rsc_list, &node_list); node_list 577 lib/pacemaker/pcmk_sched_notif.c add_notify_env(n_data, "notify_unpromoted_uname", node_list); node_list 581 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_slave_uname", node_list); node_list 583 lib/pacemaker/pcmk_sched_notif.c n_data->promoted = expand_list(n_data->promoted, &rsc_list, &node_list); node_list 585 lib/pacemaker/pcmk_sched_notif.c add_notify_env(n_data, "notify_promoted_uname", node_list); node_list 589 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_master_uname", node_list); node_list 602 lib/pacemaker/pcmk_sched_notif.c expand_node_list(nodes, &node_list, NULL); node_list 603 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_available_uname", node_list); node_list 608 lib/pacemaker/pcmk_sched_notif.c expand_node_list(data_set->nodes, &node_list, &metal_list); node_list 611 lib/pacemaker/pcmk_sched_notif.c expand_node_list(data_set->nodes, &node_list, NULL); node_list 613 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_all_uname", node_list); node_list 2393 lib/pengine/utils.c pe__rsc_running_on_any_node_in_list(pe_resource_t *rsc, GList *node_list) node_list 2397 lib/pengine/utils.c if (pcmk__str_in_list(node_list, node->details->uname)) {