our_node          293 lib/cluster/election.c     crm_node_t *our_node;
our_node          300 lib/cluster/election.c     our_node = crm_get_peer(0, e->uname);
our_node          301 lib/cluster/election.c     if ((our_node == NULL) || (crm_is_peer_active(our_node) == FALSE)) {
our_node          312 lib/cluster/election.c     crm_xml_add(vote, F_CRM_ELECTION_OWNER, our_node->uuid);
our_node          539 lib/cluster/election.c     crm_node_t *our_node = NULL, *your_node = NULL;
our_node          549 lib/cluster/election.c     our_node = crm_get_peer(0, e->uname);
our_node          550 lib/cluster/election.c     we_are_owner = (our_node != NULL)
our_node          551 lib/cluster/election.c                    && pcmk__str_eq(our_node->uuid, vote.election_owner,
our_node          558 lib/cluster/election.c     } else if (our_node == NULL || crm_is_peer_active(our_node) == FALSE) {