from 401 attrd/legacy.c const char *from = crm_element_value(xml, F_ORIG); from 407 attrd/legacy.c crm_info("%s relayed from %s", (op? op : "Request"), from); from 412 attrd/legacy.c crm_debug("Removing %s from peer caches for %s", host, from); from 419 attrd/legacy.c } else if ((ignore == NULL) || safe_str_neq(from, attrd_uname)) { from 420 attrd/legacy.c crm_trace("%s message from %s", op, from); from 465 attrd/legacy.c const char *from = NULL; from 466 attrd/legacy.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); from 480 attrd/legacy.c crm_xml_add(xml, F_ORIG, from); from 1097 attrd/legacy.c const char *from = crm_element_value(msg, F_ORIG); from 1108 attrd/legacy.c crm_notice("Sending full refresh (origin=%s)", from); from 1124 attrd/legacy.c crm_notice("Ignoring unsupported %s request from %s", op, from); from 1157 attrd/legacy.c crm_debug("%s message from %s: %s=%s", op, from, attr, crm_str(value)); from 1170 attrd/legacy.c from, pattern); from 1175 attrd/legacy.c op, from, pattern, crm_str(value)); from 59 attrd/main.c const char *from = NULL; from 60 attrd/main.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); from 71 attrd/main.c crm_err("Bad message of class %d received from %s[%u]: '%.120s'", kind, from, nodeid, data); from 73 attrd/main.c crm_node_t *peer = crm_get_peer(nodeid, from); from 381 cib/main.c const char *from = NULL; from 382 cib/main.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); from 394 cib/main.c crm_xml_add(xml, F_ORIG, from); from 66 crmd/callbacks.c const char *from = crm_element_value(msg, F_ORIG); from 68 crmd/callbacks.c if (safe_str_neq(from, fsa_our_uname)) { from 82 crmd/callbacks.c do_crm_log(level, "Another DC detected: %s (op=%s)", from, op); from 56 crmd/corosync.c const char *from = NULL; from 57 crmd/corosync.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); from 101 crmd/corosync.c crm_xml_add(xml, F_ORIG, from); from 111 crmd/corosync.c peer = crm_get_peer(0, from); from 475 crmd/heartbeat.c const char *from = crm_element_value(msg, F_ORIG); from 479 crmd/heartbeat.c CRM_CHECK(from != NULL, crm_log_xml_err(msg, "anon"); goto bail); from 481 crmd/heartbeat.c crm_trace("HA[inbound]: %s from %s", op, from); from 485 crmd/heartbeat.c " connected to the CCM (%s op from %s)", op, from); from 490 crmd/heartbeat.c from_node = crm_get_peer(0, from); from 503 crmd/heartbeat.c " membership list (size=%d)", op, from, crm_active_peers()); from 701 crmd/messages.c const char *from = crm_element_value(stored_msg, F_CRM_HOST_FROM); from 702 crmd/messages.c crm_node_t *node = crm_find_peer(0, from); from 580 crmd/te_callbacks.c const char *from = crm_element_value(msg, F_ORIG); from 604 crmd/te_callbacks.c crm_debug("Processing (N)ACK %s from %s", crm_element_value(msg, F_CRM_REFERENCE), from); from 552 crmd/throttle.c const char *from = crm_element_value(xml, F_CRM_HOST_FROM); from 557 crmd/throttle.c r = g_hash_table_lookup(throttle_records, from); from 561 crmd/throttle.c r->node = strdup(from); from 569 crmd/throttle.c from, max, mode, throttle_get_job_limit(from)); from 226 fencing/main.c const char *from = NULL; from 227 fencing/main.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); from 239 fencing/main.c crm_xml_add(xml, F_ORIG, from); from 235 include/crm/cluster.h uint32_t *kind, const char **from); from 44 lib/cluster/cpg.c gboolean(*pcmk_cpg_dispatch_fn) (int kind, const char *from, const char *data) = NULL; from 234 lib/cluster/cpg.c uint32_t *kind, const char **from) from 286 lib/cluster/cpg.c if (from != NULL) { from 287 lib/cluster/cpg.c *from = msg->sender.uname; from 313 lib/cluster/election.c const char *from = NULL; from 341 lib/cluster/election.c from = crm_element_value(vote, F_CRM_HOST_FROM); from 345 lib/cluster/election.c your_node = crm_get_peer(0, from); from 381 lib/cluster/election.c char *uname_copy = strdup(from); from 403 lib/cluster/election.c if (crm_str_eq(from, e->uname, TRUE)) { from 405 lib/cluster/election.c char *uname_copy = strdup(from); from 440 lib/cluster/election.c } else if (strcasecmp(e->uname, from) > 0) { from 446 lib/cluster/election.c CRM_ASSERT(strcasecmp(e->uname, from) < 0); from 476 lib/cluster/election.c election_id, e->count, election_owner, op, from, reason); from 481 lib/cluster/election.c election_id, election_owner, op, from, reason); from 498 lib/cluster/election.c novote = create_request(CRM_OP_NOVOTE, NULL, from, from 502 lib/cluster/election.c election_id, election_owner, op, from, reason); from 283 lib/cluster/legacy.c const char *from = NULL; from 284 lib/cluster/legacy.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); from 696 tools/crm_node.c const char *from = NULL; from 697 tools/crm_node.c char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from); from 849 tools/crm_resource_runtime.c subtract_lists(GList *from, GList *items) from 852 tools/crm_resource_runtime.c GList *result = g_list_copy(from); from 856 tools/crm_resource_runtime.c for (candidate = from; candidate != NULL; candidate = candidate->next) {