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 = corosync_initialize_nodelist(NULL, FALSE, 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 599 include/crm/pengine/internal.h bool pe__rsc_running_on_any_node_in_list(pe_resource_t *rsc, GListPtr node_list); node_list 40 include/crm/pengine/status.h pe_node_t *pe_find_node(GListPtr node_list, const char *uname); node_list 41 include/crm/pengine/status.h pe_node_t *pe_find_node_id(GListPtr node_list, const char *id); node_list 42 include/crm/pengine/status.h pe_node_t *pe_find_node_any(GListPtr node_list, const char *id, const char *uname); node_list 78 lib/pacemaker/pcmk_sched_notif.c char *node_list = NULL; node_list 98 lib/pacemaker/pcmk_sched_notif.c pcmk__add_word(&node_list, &node_list_len, node->details->uname); node_list 113 lib/pacemaker/pcmk_sched_notif.c *uname = node_list; node_list 130 lib/pacemaker/pcmk_sched_notif.c expand_list(GList *list, char **rsc_list, char **node_list) node_list 141 lib/pacemaker/pcmk_sched_notif.c if (node_list) { node_list 142 lib/pacemaker/pcmk_sched_notif.c *node_list = strdup(" "); node_list 149 lib/pacemaker/pcmk_sched_notif.c if (node_list) { node_list 150 lib/pacemaker/pcmk_sched_notif.c *node_list = NULL; node_list 168 lib/pacemaker/pcmk_sched_notif.c CRM_LOG_ASSERT((node_list == NULL) || (entry->node != NULL)); node_list 169 lib/pacemaker/pcmk_sched_notif.c if ((node_list != NULL) && (entry->node == NULL)) { node_list 179 lib/pacemaker/pcmk_sched_notif.c if ((node_list != NULL) && (entry->node->details->uname != NULL)) { node_list 180 lib/pacemaker/pcmk_sched_notif.c pcmk__add_word(node_list, &node_list_len, node_list 532 lib/pacemaker/pcmk_sched_notif.c char *node_list = NULL; node_list 537 lib/pacemaker/pcmk_sched_notif.c n_data->stop = expand_list(n_data->stop, &rsc_list, &node_list); node_list 543 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_stop_uname", node_list); node_list 549 lib/pacemaker/pcmk_sched_notif.c n_data->start = expand_list(n_data->start, &rsc_list, &node_list); node_list 551 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_start_uname", node_list); node_list 557 lib/pacemaker/pcmk_sched_notif.c n_data->demote = expand_list(n_data->demote, &rsc_list, &node_list); node_list 559 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_demote_uname", node_list); node_list 565 lib/pacemaker/pcmk_sched_notif.c n_data->promote = expand_list(n_data->promote, &rsc_list, &node_list); node_list 567 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_promote_uname", node_list); node_list 569 lib/pacemaker/pcmk_sched_notif.c n_data->active = expand_list(n_data->active, &rsc_list, &node_list); node_list 571 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_active_uname", node_list); node_list 573 lib/pacemaker/pcmk_sched_notif.c n_data->slave = expand_list(n_data->slave, &rsc_list, &node_list); node_list 575 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_slave_uname", node_list); node_list 577 lib/pacemaker/pcmk_sched_notif.c n_data->master = expand_list(n_data->master, &rsc_list, &node_list); node_list 579 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_master_uname", node_list); node_list 592 lib/pacemaker/pcmk_sched_notif.c expand_node_list(nodes, &node_list, NULL); node_list 593 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_available_uname", node_list); node_list 598 lib/pacemaker/pcmk_sched_notif.c expand_node_list(data_set->nodes, &node_list, &metal_list); node_list 601 lib/pacemaker/pcmk_sched_notif.c expand_node_list(data_set->nodes, &node_list, NULL); node_list 603 lib/pacemaker/pcmk_sched_notif.c add_notify_env_free(n_data, "notify_all_uname", node_list); node_list 2799 lib/pengine/utils.c pe__rsc_running_on_any_node_in_list(pe_resource_t *rsc, GListPtr node_list) node_list 2803 lib/pengine/utils.c if (pcmk__str_in_list(node_list, node->details->uname)) {