attrd_cluster 280 daemons/attrd/attrd_commands.c host = strdup(attrd_cluster->uname); attrd_cluster 282 daemons/attrd/attrd_commands.c crm_xml_add_int(xml, PCMK__XA_ATTR_NODE_ID, attrd_cluster->nodeid); attrd_cluster 420 daemons/attrd/attrd_commands.c host = attrd_cluster->uname; attrd_cluster 611 daemons/attrd/attrd_commands.c && !pcmk__str_eq(peer->uname, attrd_cluster->uname, pcmk__str_casei)) { attrd_cluster 751 daemons/attrd/attrd_commands.c if (pcmk__str_eq(v->nodename, attrd_cluster->uname, pcmk__str_casei) && v->seen == FALSE) { attrd_cluster 758 daemons/attrd/attrd_commands.c crm_trace("Local attribute(%s[%s] = %s) was ignore.(another host) : [%s]", a->id, v->nodename, v->current, attrd_cluster->uname); attrd_cluster 864 daemons/attrd/attrd_commands.c && pcmk__str_eq(host, attrd_cluster->uname, pcmk__str_casei)) { attrd_cluster 21 daemons/attrd/attrd_elections.c writer = election_init(T_ATTRD, attrd_cluster->uname, 120000, attrd_cluster 107 daemons/attrd/attrd_elections.c && !pcmk__str_eq(peer->uname, attrd_cluster->uname, pcmk__str_casei)) { attrd_cluster 128 daemons/attrd/attrd_elections.c peer_writer = strdup(attrd_cluster->uname); attrd_cluster 36 daemons/attrd/pacemaker-attrd.c crm_cluster_t *attrd_cluster = NULL; attrd_cluster 133 daemons/attrd/pacemaker-attrd.c char *xpath = crm_strdup_printf(XPATH_TRANSIENT, attrd_cluster->uname); attrd_cluster 305 daemons/attrd/pacemaker-attrd.c attrd_cluster = calloc(1, sizeof(crm_cluster_t)); attrd_cluster 307 daemons/attrd/pacemaker-attrd.c attrd_cluster->destroy = attrd_cpg_destroy; attrd_cluster 308 daemons/attrd/pacemaker-attrd.c attrd_cluster->cpg.cpg_deliver_fn = attrd_cpg_dispatch; attrd_cluster 309 daemons/attrd/pacemaker-attrd.c attrd_cluster->cpg.cpg_confchg_fn = pcmk_cpg_membership; attrd_cluster 313 daemons/attrd/pacemaker-attrd.c if (crm_cluster_connect(attrd_cluster) == FALSE) { attrd_cluster 112 daemons/attrd/pacemaker-attrd.h extern crm_cluster_t *attrd_cluster;