our_node 212 lib/cluster/election.c crm_node_t *our_node; our_node 219 lib/cluster/election.c our_node = crm_get_peer(0, e->uname); our_node 220 lib/cluster/election.c if (our_node == NULL || crm_is_peer_active(our_node) == FALSE) { our_node 221 lib/cluster/election.c crm_trace("Cannot vote yet: %p", our_node); our_node 229 lib/cluster/election.c crm_xml_add(vote, F_CRM_ELECTION_OWNER, our_node->uuid); our_node 316 lib/cluster/election.c crm_node_t *our_node = NULL, *your_node = NULL; our_node 346 lib/cluster/election.c our_node = crm_get_peer(0, e->uname); our_node 363 lib/cluster/election.c } else if (our_node == NULL || crm_is_peer_active(our_node) == FALSE) { our_node 368 lib/cluster/election.c } else if (election_id != e->count && crm_str_eq(our_node->uuid, election_owner, TRUE)) { our_node 383 lib/cluster/election.c CRM_ASSERT(crm_str_eq(our_node->uuid, election_owner, TRUE)); our_node 407 lib/cluster/election.c CRM_ASSERT(crm_str_eq(our_node->uuid, election_owner, TRUE)); our_node 429 lib/cluster/election.c } else if (use_born_on && your_node->born < our_node->born) { our_node 433 lib/cluster/election.c } else if (use_born_on && your_node->born > our_node->born) {