by_id 657 lib/cluster/membership.c crm_node_t *by_id = NULL; by_id 680 lib/cluster/membership.c by_id = node; by_id 690 lib/cluster/membership.c by_id = node; by_id 696 lib/cluster/membership.c node = by_id; /* Good default */ by_id 697 lib/cluster/membership.c if(by_id == by_name) { by_id 699 lib/cluster/membership.c crm_trace("Consistent: %p for %u/%s", by_id, id, uname); by_id 701 lib/cluster/membership.c } else if(by_id == NULL && by_name) { by_id 714 lib/cluster/membership.c } else if(by_name == NULL && by_id) { by_id 715 lib/cluster/membership.c crm_trace("Only one: %p for %u/%s", by_id, id, uname); by_id 717 lib/cluster/membership.c if(uname && by_id->uname) { by_id 720 lib/cluster/membership.c uname, by_id->uname, id, uname); by_id 723 lib/cluster/membership.c } else if(uname && by_id->uname) { by_id 724 lib/cluster/membership.c if(pcmk__str_eq(uname, by_id->uname, pcmk__str_casei)) { by_id 725 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 729 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 736 lib/cluster/membership.c crm_warn("Node %u and %u share the same name: '%s'", by_id->id, by_name->id, uname); by_id 747 lib/cluster/membership.c crm_info("Merging %p into %p", by_name, by_id); by_id 1322 lib/cluster/membership.c crm_node_t *by_id = NULL; by_id 1341 lib/cluster/membership.c by_id = node; by_id 1347 lib/cluster/membership.c node = by_id; /* Good default */ by_id 1348 lib/cluster/membership.c if (by_id == by_name) { by_id 1350 lib/cluster/membership.c crm_trace("Consistent: %p for %s/%s", by_id, id, uname); by_id 1352 lib/cluster/membership.c } else if (by_id == NULL && by_name) { by_id 1362 lib/cluster/membership.c } else if (by_name == NULL && by_id) { by_id 1363 lib/cluster/membership.c crm_trace("Only one: %p for %s/%s", by_id, id, uname); by_id 1369 lib/cluster/membership.c } else if (uname && by_id->uname by_id 1370 lib/cluster/membership.c && pcmk__str_eq(uname, by_id->uname, pcmk__str_casei)) {