origin            447 attrd/commands.c     const char *origin = crm_element_value(query, F_ORIG);
origin            451 attrd/commands.c     if (origin == NULL) {
origin            452 attrd/commands.c         origin = "unknown client";
origin            454 attrd/commands.c     crm_debug("Query arrived from %s", origin);
origin            460 attrd/commands.c                  origin);
origin            468 attrd/commands.c                  origin);
origin            477 attrd/commands.c                 origin, pcmk_strerror(-rc), -rc);
origin           1364 cib/callbacks.c         const char *origin = crm_element_value(request, F_ORIG);
origin           1366 cib/callbacks.c         cib_replace_notify(origin, the_cib, rc, *cib_diff);
origin            336 cib/notify.c   cib_replace_notify(const char *origin, xmlNode * update, int result, xmlNode * diff)
origin            362 cib/notify.c                    add_admin_epoch, add_epoch, add_updates, crm_str(origin));
origin            365 cib/notify.c                    add_admin_epoch, add_epoch, add_updates, crm_str(origin));
origin             37 cib/notify.h   extern void cib_replace_notify(const char *origin, xmlNode * update, int result, xmlNode * diff);
origin            345 crmd/control.c                  fsa_cause2string(fsa_data->fsa_cause), fsa_data->origin);
origin             76 crmd/crmd_fsa.h     const char *origin;
origin            169 crmd/fsa.c             fsa_data->origin = __FUNCTION__;
origin            197 crmd/fsa.c                           fsa_cause2string(fsa_data->fsa_cause), fsa_data->origin);
origin            233 crmd/fsa.c                            fsa_input2string(fsa_data->fsa_input), fsa_data->origin, fsa_data->id);
origin            457 crmd/fsa.c             crm_trace("FSA processing CCM callback from %s", stored_msg->origin);
origin            460 crmd/fsa.c             crm_trace("FSA processing LRM callback from %s", stored_msg->origin);
origin            463 crmd/fsa.c             crm_trace("FSA processing input from %s", stored_msg->origin);
origin            468 crmd/fsa.c             crm_trace("FSA processing XML message from %s", stored_msg->origin);
origin            492 crmd/fsa.c                    state_from, state_to, input, fsa_cause2string(cause), msg_data->origin);
origin            509 crmd/fsa.c                    msg_data->origin);
origin            773 crmd/lrm_state.c                              e->client_origin, e->origin,
origin            119 crmd/messages.c     fsa_data->origin = raised_from;
origin            202 crmd/messages.c                             data->origin, data->data, data->data_type,
origin            257 crmd/messages.c                             fsa_cause2string(fsa_data->fsa_cause), fsa_data->origin);
origin            295 crmd/messages.c         crm_err("%s: No message data available. Origin: %s", caller, fsa_data->origin);
origin            299 crmd/messages.c                  caller, fsa_data->data_type, a_type, fsa_data->origin);
origin            995 crmd/messages.c         fsa_data.origin = __FUNCTION__;
origin             46 crmd/misc.c                   fsa_state2string(cur_state), msg_data->origin);
origin            476 crmd/te_actions.c             .origin = __FUNCTION__,
origin            133 crmd/te_events.c     const char *origin = crm_element_value(event, XML_ATTR_ORIGIN);
origin            140 crmd/te_events.c     } else if (safe_str_eq(origin, "build_active_RAs")) {
origin            222 crmd/te_utils.c                    st_event->target, st_event->executioner ? st_event->executioner : "<anyone>", st_event->origin);
origin            234 crmd/te_utils.c                  st_event->executioner ? st_event->executioner : "<anyone>", st_event->origin); /* Dumps blackbox if enabled */
origin            282 crmd/te_utils.c                st_event->origin, st_event->id);
origin            192 crmd/tengine.c                   crm_err("Input raised by %s is invalid", msg_data->origin);
origin            343 fencing/admin.c            event->target, event->client, event->origin, ctime(&complete));
origin            373 fencing/admin.c                    hp->client, hp->origin, ctime(&complete));
origin            385 fencing/admin.c                    hp->client, hp->origin, action_s, hp->target, hp->state, hp->completed);
origin             98 fencing/commands.c     char *origin;
origin            235 fencing/commands.c     free(cmd->origin);
origin            257 fencing/commands.c     cmd->origin = crm_element_value_copy(msg, F_ORIG);
origin            465 fencing/commands.c                   cmd->action, device->id, cmd->origin, cmd->remote_op_id, cmd->timeout);
origin            961 fencing/commands.c schedule_internal_command(const char *origin,
origin            980 fencing/commands.c     cmd->origin = strdup(origin);
origin           2021 fencing/commands.c     } else if (!stand_alone && safe_str_eq(cmd->origin, cmd->victim) && safe_str_neq(cmd->action, "on")) {
origin           2034 fencing/commands.c     } else if (cmd->origin) {
origin           2035 fencing/commands.c         crm_trace("Directed reply to %s", cmd->origin);
origin           2036 fencing/commands.c         send_cluster_message(crm_get_peer(0, cmd->origin), crm_msg_stonith_ng, reply, FALSE);
origin           2370 fencing/commands.c     crm_xml_add(reply, F_STONITH_ORIGIN, cmd->origin);
origin            229 fencing/internal.h schedule_internal_command(const char *origin,
origin            121 fencing/test.c                e->operation, e->origin, e->result == pcmk_ok ? "completed" : "failed",
origin             32 include/crm/common/ipc.h xmlNode *create_reply_adv(xmlNode * request, xmlNode * xml_response_data, const char *origin);
origin             38 include/crm/common/ipc.h                             const char *origin);
origin             83 include/crm/stonith-ng.h     char *origin;
origin            102 include/crm/stonith-ng.h     char *origin;
origin            155 include/crm_internal.h                                  const char *node, const char *origin,
origin            250 include/crm_internal.h void pcmk_panic(const char *origin);
origin            541 lib/cib/cib_utils.c                 const char *origin = crm_element_value(req, F_ORIG);
origin            543 lib/cib/cib_utils.c                 CRM_LOG_ASSERT(origin != NULL);
origin            544 lib/cib/cib_utils.c                 crm_xml_replace(scratch, XML_ATTR_UPDATE_ORIG, origin);
origin            107 lib/common/ipc.c                    const char *sys_from, const char *uuid_from, const char *origin)
origin            123 lib/common/ipc.c     crm_xml_add(request, F_CRM_ORIGIN, origin);
origin            150 lib/common/ipc.c create_reply_adv(xmlNode * original_request, xmlNode * xml_response_data, const char *origin)
origin            177 lib/common/ipc.c     crm_xml_add(reply, F_CRM_ORIGIN, origin);
origin            458 lib/common/operations.c                         int target_rc, const char * node, const char * origin, int level)
origin            474 lib/common/operations.c                origin, op->rsc_id, op->op_type, services_lrm_status_str(op->op_status),
origin            544 lib/common/operations.c                   op->rsc_id, op->op_type, op->interval, op->call_id, origin);
origin            556 lib/common/operations.c     crm_xml_add(xml_op, XML_ATTR_ORIGIN, origin);
origin            177 lib/common/watchdog.c pcmk_panic(const char *origin) 
origin            192 lib/common/watchdog.c                           origin, sbd_pid, getppid());
origin            198 lib/common/watchdog.c         do_crm_log_always(LOG_EMERG, "Signaling sbd(%d) to panic the system: %s", sbd_pid, origin);
origin            202 lib/common/watchdog.c         do_crm_log_always(LOG_EMERG, "Panicking the system directly: %s", origin);
origin           1566 lib/fencing/st_client.c             kvp->origin = crm_element_value_copy(op, F_STONITH_ORIGIN);
origin           2158 lib/fencing/st_client.c             event->origin = crm_element_value_copy(data, F_STONITH_ORIGIN);
origin           2183 lib/fencing/st_client.c     free(event->origin);
origin            745 lib/pengine/utils.c         crm_time_t *origin = crm_time_new(value);
origin            747 lib/pengine/utils.c         if (origin && now) {
origin            749 lib/pengine/utils.c             int rc = crm_time_compare(origin, now);
origin            757 lib/pengine/utils.c                 crm_time_add_seconds(origin, -interval_s);
origin            758 lib/pengine/utils.c                 rc = crm_time_compare(origin, now);
origin            763 lib/pengine/utils.c                 crm_time_add_seconds(origin, interval_s);
origin            764 lib/pengine/utils.c                 rc = crm_time_compare(origin, now);
origin            767 lib/pengine/utils.c             delay = crm_time_calculate_duration(origin, now);
origin            769 lib/pengine/utils.c             crm_time_log(LOG_TRACE, "origin", origin,
origin            791 lib/pengine/utils.c             crm_time_free(origin);
origin            793 lib/pengine/utils.c         } else if (!origin && xml_obj) {
origin             62 lrmd/lrmd.c        char *origin;
origin            183 lrmd/lrmd.c        cmd->origin = crm_element_value_copy(rsc_xml, F_LRMD_ORIGIN);
origin            221 lrmd/lrmd.c        free(cmd->origin);
origin           2186 pengine/native.c LogAction(const char *change, resource_t *rsc, pe_node_t *origin, pe_node_t *destination, pe_action_t *action, pe_action_t *source, gboolean terminal)
origin           2196 pengine/native.c     CRM_ASSERT(destination != NULL || origin != NULL);
origin           2211 pengine/native.c     if(origin != NULL && destination != NULL && origin->details == destination->details) {
origin           2219 pengine/native.c     if(need_role && origin == NULL) {
origin           2225 pengine/native.c         details = crm_strdup_printf("%s %s", role2text(rsc->role), origin->details->uname);
origin           2227 pengine/native.c     } else if(origin == NULL || destination == NULL) {
origin           2229 pengine/native.c         details = crm_strdup_printf("%s", origin?origin->details->uname:destination->details->uname);
origin           2233 pengine/native.c         details = crm_strdup_printf("%s %s", role2text(rsc->role), origin->details->uname);
origin           2237 pengine/native.c         details = crm_strdup_printf("%s", origin->details->uname);
origin           2241 pengine/native.c         details = crm_strdup_printf("%s -> %s %s", origin->details->uname, destination->details->uname, role2text(rsc->role));
origin           2245 pengine/native.c         details = crm_strdup_printf("%s -> %s", origin->details->uname, destination->details->uname);
origin           2249 pengine/native.c         details = crm_strdup_printf("%s -> %s %s", role2text(rsc->role), role2text(rsc->next_role), origin->details->uname);
origin           2253 pengine/native.c         details = crm_strdup_printf("%s %s -> %s %s", role2text(rsc->role), origin->details->uname, role2text(rsc->next_role), destination->details->uname);
origin           2315 tools/crm_mon.c     const char *origin = crm_element_value(data_set->input, XML_ATTR_UPDATE_ORIG);
origin           2321 tools/crm_mon.c             print_as((user || client || origin)? "\n" : "\t\t");
origin           2329 tools/crm_mon.c             if (origin) {
origin           2330 tools/crm_mon.c                 print_as(" on %s", origin);
origin           2345 tools/crm_mon.c             if (origin) {
origin           2346 tools/crm_mon.c                 fprintf(stream, " on %s", origin);
origin           2355 tools/crm_mon.c                     client ? client : "", origin ? origin : "");
origin           4194 tools/crm_mon.c                                  e->operation, e->origin, e->target, pcmk_strerror(e->result),