peer_state        102 daemons/attrd/attrd_elections.c     int peer_state = 0;
peer_state        104 daemons/attrd/attrd_elections.c     crm_element_value_int(xml, PCMK__XA_ATTR_WRITER, &peer_state);
peer_state        105 daemons/attrd/attrd_elections.c     if (peer_state == election_won) {
peer_state        119 daemons/attrd/attrd_elections.c     return (peer_state == election_won);
peer_state        847 lib/cluster/membership.c             const char *peer_state = NULL;
peer_state        850 lib/cluster/membership.c                 peer_state = CRM_NODE_MEMBER;
peer_state        852 lib/cluster/membership.c                 peer_state = CRM_NODE_LOST;
peer_state        854 lib/cluster/membership.c             node = crm_update_peer_state(__func__, node, peer_state, 0);