by_id             587 lib/cluster/membership.c     crm_node_t *by_id = NULL;
by_id             610 lib/cluster/membership.c                 by_id = node;
by_id             620 lib/cluster/membership.c                 by_id = node;
by_id             626 lib/cluster/membership.c     node = by_id; /* Good default */
by_id             627 lib/cluster/membership.c     if(by_id == by_name) {
by_id             629 lib/cluster/membership.c         crm_trace("Consistent: %p for %u/%s", by_id, id, uname);
by_id             631 lib/cluster/membership.c     } else if(by_id == NULL && by_name) {
by_id             644 lib/cluster/membership.c     } else if(by_name == NULL && by_id) {
by_id             645 lib/cluster/membership.c         crm_trace("Only one: %p for %u/%s", by_id, id, uname);
by_id             647 lib/cluster/membership.c         if(uname && by_id->uname) {
by_id             650 lib/cluster/membership.c                      uname, by_id->uname, id, uname);
by_id             653 lib/cluster/membership.c     } else if(uname && by_id->uname) {
by_id             654 lib/cluster/membership.c         if(pcmk__str_eq(uname, by_id->uname, pcmk__str_casei)) {
by_id             655 lib/cluster/membership.c             crm_notice("Node '%s' has changed its ID from %u to %u", by_id->uname, by_name->id, by_id->id);
by_id             659 lib/cluster/membership.c             crm_warn("Node '%s' and '%s' share the same cluster nodeid: %u %s", by_id->uname, by_name->uname, id, uname);
by_id             666 lib/cluster/membership.c         crm_warn("Node %u and %u share the same name: '%s'", by_id->id, by_name->id, uname);
by_id             677 lib/cluster/membership.c         crm_info("Merging %p into %p", by_name, by_id);
by_id            1185 lib/cluster/membership.c     crm_node_t *by_id = NULL;
by_id            1204 lib/cluster/membership.c                 by_id = node;
by_id            1210 lib/cluster/membership.c     node = by_id; /* Good default */
by_id            1211 lib/cluster/membership.c     if (by_id == by_name) {
by_id            1213 lib/cluster/membership.c         crm_trace("Consistent: %p for %s/%s", by_id, id, uname);
by_id            1215 lib/cluster/membership.c     } else if (by_id == NULL && by_name) {
by_id            1225 lib/cluster/membership.c     } else if (by_name == NULL && by_id) {
by_id            1226 lib/cluster/membership.c         crm_trace("Only one: %p for %s/%s", by_id, id, uname);
by_id            1232 lib/cluster/membership.c     } else if (uname && by_id->uname
by_id            1233 lib/cluster/membership.c                && pcmk__str_eq(uname, by_id->uname, pcmk__str_casei)) {