other_node        151 lib/pengine/utils.c     node_t *other_node = NULL;
other_node        160 lib/pengine/utils.c         other_node = pe_find_node_id(list, node->details->id);
other_node        161 lib/pengine/utils.c         if (other_node == NULL) {
other_node        164 lib/pengine/utils.c             node->weight = merge_weights(node->weight, other_node->weight);
other_node        171 lib/pengine/utils.c         other_node = pe_hash_table_lookup(result, node->details->id);
other_node        173 lib/pengine/utils.c         if (other_node == NULL) {
other_node       2105 pengine/native.c         node_t *other_node = NULL;
other_node       2107 pengine/native.c         other_node = (node_t *) pe_hash_table_lookup(rsc->allowed_nodes, node->details->id);
other_node       2109 pengine/native.c         if (other_node != NULL) {
other_node       2112 pengine/native.c                          other_node->details->uname, node->weight, other_node->weight);
other_node       2113 pengine/native.c             other_node->weight = merge_weights(other_node->weight, node->weight);
other_node       2116 pengine/native.c             other_node = node_copy(node);
other_node       2118 pengine/native.c             pe_rsc_trace(rsc, "%s: %d (insert %d)", other_node->details->uname, other_node->weight, constraint->discover_mode);
other_node       2119 pengine/native.c             g_hash_table_insert(rsc->allowed_nodes, (gpointer) other_node->details->id, other_node);
other_node       2122 pengine/native.c         if (other_node->rsc_discover_mode < constraint->discover_mode) {
other_node       2127 pengine/native.c             other_node->rsc_discover_mode = constraint->discover_mode;