node_list 319 crmd/membership.c xmlNode *node_list = create_xml_node(NULL, XML_CIB_TAG_NODES); node_list 323 crmd/membership.c from_hashtable = heartbeat_initialize_nodelist(fsa_cluster_conn, FALSE, node_list); node_list 330 crmd/membership.c from_hashtable = corosync_initialize_nodelist(NULL, FALSE, node_list); node_list 348 crmd/membership.c new_node = create_xml_node(node_list, XML_CIB_TAG_NODE); node_list 368 crmd/membership.c fsa_cib_update(XML_CIB_TAG_NODES, node_list, call_options, call_id, NULL); node_list 371 crmd/membership.c free_xml(node_list); node_list 381 crmd/membership.c node_list = create_xml_node(NULL, XML_CIB_TAG_STATUS); node_list 385 crmd/membership.c create_node_state_update(node, flags, node_list, source); node_list 391 crmd/membership.c create_node_state_update(node, flags, node_list, source); node_list 395 crmd/membership.c fsa_cib_update(XML_CIB_TAG_STATUS, node_list, call_options, call_id, NULL); node_list 399 crmd/membership.c free_xml(node_list); node_list 471 include/crm/pengine/status.h node_t *pe_find_node(GListPtr node_list, const char *uname); node_list 472 include/crm/pengine/status.h node_t *pe_find_node_id(GListPtr node_list, const char *id); node_list 473 include/crm/pengine/status.h node_t *pe_find_node_any(GListPtr node_list, const char *id, const char *uname); node_list 1713 lib/ais/plugin.c GList *node_list = NULL; node_list 1724 lib/ais/plugin.c node_list = g_list_append(node_list, node_id_s); node_list 1728 lib/ais/plugin.c if (node_list) { node_list 1731 lib/ais/plugin.c for (gIter = node_list; gIter != NULL; gIter = gIter->next) { node_list 1736 lib/ais/plugin.c g_list_free_full(node_list, free); node_list 89 pengine/notif.c char *node_list = NULL; node_list 111 pengine/notif.c if(node_list) { node_list 112 pengine/notif.c existing_len = strlen(node_list); node_list 115 pengine/notif.c node_list = realloc_safe(node_list, len + existing_len); node_list 116 pengine/notif.c sprintf(node_list + existing_len, "%s%s", existing_len == 0 ? "":" ", node->details->uname); node_list 139 pengine/notif.c *uname = node_list; node_list 146 pengine/notif.c expand_list(GListPtr list, char **rsc_list, char **node_list) node_list 161 pengine/notif.c if (node_list) { node_list 162 pengine/notif.c *node_list = strdup(" "); node_list 167 pengine/notif.c if (node_list) { node_list 168 pengine/notif.c *node_list = NULL; node_list 182 pengine/notif.c CRM_LOG_ASSERT(node_list == NULL || entry->node != NULL); node_list 183 pengine/notif.c if(node_list != NULL && entry->node == NULL) { node_list 214 pengine/notif.c if (node_list != NULL && uname) { node_list 218 pengine/notif.c if (node_list && *node_list) { node_list 219 pengine/notif.c existing_len = strlen(*node_list); node_list 223 pengine/notif.c *node_list = realloc_safe(*node_list, len + existing_len); node_list 224 pengine/notif.c sprintf(*node_list + existing_len, "%s%s", existing_len == 0 ? "":" ", uname); node_list 537 pengine/notif.c char *node_list = NULL; node_list 545 pengine/notif.c expand_list(n_data->stop, &rsc_list, &node_list); node_list 552 pengine/notif.c g_hash_table_insert(n_data->keys, strdup("notify_stop_uname"), node_list); node_list 560 pengine/notif.c expand_list(n_data->start, &rsc_list, &node_list); node_list 562 pengine/notif.c g_hash_table_insert(n_data->keys, strdup("notify_start_uname"), node_list); node_list 571 pengine/notif.c expand_list(n_data->demote, &rsc_list, &node_list); node_list 573 pengine/notif.c g_hash_table_insert(n_data->keys, strdup("notify_demote_uname"), node_list); node_list 581 pengine/notif.c expand_list(n_data->promote, &rsc_list, &node_list); node_list 583 pengine/notif.c g_hash_table_insert(n_data->keys, strdup("notify_promote_uname"), node_list); node_list 588 pengine/notif.c expand_list(n_data->active, &rsc_list, &node_list); node_list 590 pengine/notif.c g_hash_table_insert(n_data->keys, strdup("notify_active_uname"), node_list); node_list 595 pengine/notif.c expand_list(n_data->slave, &rsc_list, &node_list); node_list 597 pengine/notif.c g_hash_table_insert(n_data->keys, strdup("notify_slave_uname"), node_list); node_list 602 pengine/notif.c expand_list(n_data->master, &rsc_list, &node_list); node_list 604 pengine/notif.c g_hash_table_insert(n_data->keys, strdup("notify_master_uname"), node_list); node_list 613 pengine/notif.c expand_node_list(nodes, &node_list, NULL); node_list 614 pengine/notif.c g_hash_table_insert(n_data->keys, strdup("notify_available_uname"), node_list); node_list 619 pengine/notif.c expand_node_list(data_set->nodes, &node_list, &metal_list); node_list 623 pengine/notif.c expand_node_list(data_set->nodes, &node_list, NULL); node_list 625 pengine/notif.c g_hash_table_insert(n_data->keys, strdup("notify_all_uname"), node_list);