remote_peer       674 crmd/messages.c     crm_node_t *remote_peer;
remote_peer       678 crmd/messages.c     remote_peer = crm_remote_peer_get(remote_uname);
remote_peer       679 crmd/messages.c     CRM_CHECK(remote_peer, return I_NULL);
remote_peer       681 crmd/messages.c     crm_update_peer_state(__FUNCTION__, remote_peer,
remote_peer        79 fencing/commands.c static void stonith_send_reply(xmlNode * reply, int call_options, const char *remote_peer,
remote_peer      1743 fencing/commands.c     char *remote_peer;
remote_peer      1927 fencing/commands.c     stonith_send_reply(query->reply, query->call_options, query->remote_peer, query->client_id);
remote_peer      1930 fencing/commands.c     free(query->remote_peer);
remote_peer      1940 fencing/commands.c stonith_query(xmlNode * msg, const char *remote_peer, const char *client_id, int call_options)
remote_peer      1964 fencing/commands.c     query->remote_peer = remote_peer ? strdup(remote_peer) : NULL;
remote_peer      2437 fencing/commands.c stonith_send_reply(xmlNode * reply, int call_options, const char *remote_peer,
remote_peer      2440 fencing/commands.c     if (remote_peer) {
remote_peer      2441 fencing/commands.c         send_cluster_message(crm_get_peer(0, remote_peer), crm_msg_stonith_ng, reply, FALSE);
remote_peer      2443 fencing/commands.c         do_local_reply(reply, client_id, is_set(call_options, st_opt_sync_call), remote_peer != NULL);
remote_peer      2449 fencing/commands.c                const char *remote_peer)
remote_peer      2491 fencing/commands.c         if (remote_peer) {
remote_peer      2494 fencing/commands.c         stonith_query(request, remote_peer, client_id, call_options);
remote_peer      2523 fencing/commands.c                    client ? client->name : remote_peer,
remote_peer      2533 fencing/commands.c         if (remote_peer || stand_alone) {
remote_peer      2567 fencing/commands.c                            remote_peer, action, target, device ? device : "(any)");
remote_peer      2648 fencing/commands.c         crm_err("Unknown %s from %s", op, client ? client->name : remote_peer);
remote_peer      2666 fencing/commands.c         stonith_send_reply(reply, call_options, remote_peer, client_id);
remote_peer      2677 fencing/commands.c handle_reply(crm_client_t * client, xmlNode * request, const char *remote_peer)
remote_peer      2689 fencing/commands.c         crm_err("Unknown %s reply from %s", op, client ? client->name : remote_peer);
remote_peer      2696 fencing/commands.c                 const char *remote_peer)
remote_peer      2719 fencing/commands.c               id, client ? client->name : remote_peer, call_options);
remote_peer      2726 fencing/commands.c         handle_reply(client, request, remote_peer);
remote_peer      2728 fencing/commands.c         rc = handle_request(client, id, flags, request, remote_peer);
remote_peer      2732 fencing/commands.c               is_reply ? " reply" : "", client ? client->name : remote_peer,
remote_peer       176 fencing/internal.h                             xmlNode * op_request, const char *remote_peer);
remote_peer       185 fencing/main.c     const char *remote_peer = crm_element_value(msg, F_ORIG);
remote_peer       193 fencing/main.c     stonith_command(NULL, 0, 0, msg, remote_peer);