other             422 fencing/remote.c         remote_fencing_op_t *other = iter->data;
other             424 fencing/remote.c         if (other->state == st_duplicate) {
other             426 fencing/remote.c             other->state = op->state;
other             427 fencing/remote.c             crm_debug("Peforming duplicate notification for %s@%s.%.8s = %s", other->client_name,
other             428 fencing/remote.c                       other->originator, other->id, pcmk_strerror(rc));
other             429 fencing/remote.c             remote_op_done(other, data, rc, TRUE);
other             432 fencing/remote.c             crm_err("Skipping duplicate notification for %s@%s - %d", other->client_name,
other             433 fencing/remote.c                     other->originator, other->state);
other             831 fencing/remote.c     remote_fencing_op_t *other = NULL;
other             836 fencing/remote.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) {
other             838 fencing/remote.c         const char *other_action = op_requested_action(other);
other             840 fencing/remote.c         if (other->state > st_exec) {
other             843 fencing/remote.c         } else if (safe_str_neq(op->target, other->target)) {
other             850 fencing/remote.c         } else if (safe_str_eq(op->client_name, other->client_name)) {
other             853 fencing/remote.c         } else if (safe_str_eq(other->target, other->originator)) {
other             854 fencing/remote.c             crm_trace("Can't be a suicide operation: %s", other->target);
other             858 fencing/remote.c         peer = crm_get_peer(0, other->originator);
other             861 fencing/remote.c                        other->action, other->target, other->client_name, other->originator, other->id);
other             862 fencing/remote.c             other->state = st_failed;
other             865 fencing/remote.c         } else if(other->total_timeout > 0 && now > (other->total_timeout + other->created)) {
other             867 fencing/remote.c                      other->action, other->target, other->client_name, other->originator, other->id,
other             868 fencing/remote.c                      now, other->created, other->total_timeout);
other             875 fencing/remote.c         other->duplicates = g_list_append(other->duplicates, op);
other             876 fencing/remote.c         if (other->total_timeout == 0) {
other             878 fencing/remote.c             other->total_timeout = op->total_timeout =
other             883 fencing/remote.c              op->action, op->target, op->client_name, op->id, other->client_name, other->originator,
other             884 fencing/remote.c              other->id, other->total_timeout);
other             885 fencing/remote.c         report_timeout_period(op, other->total_timeout);
other             897 pengine/container.c                     container_grouping_t *other = (container_grouping_t *)tIter->data;
other             899 pengine/container.c                     if ((other != tuple) && (other != NULL)
other             900 pengine/container.c                         && (other->docker != NULL)) {
other             903 pengine/container.c                                             other->docker, generate_op_key(other->docker->id, RSC_START, 0), NULL,
other             557 pengine/graph.c         action_wrapper_t *other = (action_wrapper_t *) lpc->data;
other             558 pengine/graph.c         action_t *first = other->action;
other             580 pengine/graph.c         if (is_set(other->type, pe_order_same_node) && first_node && then_node
other             584 pengine/graph.c                        other->action->uuid, first_node->details->uname,
other             586 pengine/graph.c             other->type = pe_order_none;
other             592 pengine/graph.c         if (first->rsc && is_set(other->type, pe_order_then_cancels_first)
other             599 pengine/graph.c             set_bit(other->action->flags, pe_action_optional);
other             607 pengine/graph.c         if (first != other->action) {
other             609 pengine/graph.c                       other->action->uuid);
other             626 pengine/graph.c                   uname : "", first_flags, other->type);
other             628 pengine/graph.c         if (first == other->action) {
other             643 pengine/graph.c             changed |= graph_update_action(first, then, node, first_flags, then_flags, other);
other             648 pengine/graph.c         } else if (order_actions(first, then, other->type)) {
other             657 pengine/graph.c                       other->action->uuid, then->uuid, first->uuid, then->uuid);
other             659 pengine/graph.c             other->type = pe_order_none;
other             673 pengine/graph.c                 action_wrapper_t *other = (action_wrapper_t *) lpc2->data;
other             675 pengine/graph.c                 update_action(other->action);
other             703 pengine/graph.c             action_wrapper_t *other = (action_wrapper_t *) lpc->data;
other             705 pengine/graph.c             update_action(other->action);
other             964 pengine/master.c node_hash_update_one(GHashTable * hash, node_t * other, const char *attr, int score)
other             970 pengine/master.c     if (other == NULL) {
other             977 pengine/master.c     value = pe_node_attribute_raw(other, attr);
other             983 pengine/master.c             crm_trace("%s: %d + %d", node->details->uname, node->weight, other->weight);
other             395 pengine/native.c             resource_t *other = NULL;
other             399 pengine/native.c                 other = constraint->rsc_rh;
other             401 pengine/native.c                 other = constraint->rsc_lh;
other             404 pengine/native.c             pe_rsc_trace(rsc, "Applying %s (%s)", constraint->id, other->id);
other             405 pengine/native.c             work = rsc_merge_weights(other, rhs, work, constraint->node_attribute,
other             389 pengine/utils.c             action_wrapper_t *other = (action_wrapper_t *) gIter->data;
other             391 pengine/utils.c             log_action(log_level + 1, "\t\t", other->action, FALSE);
other             398 pengine/utils.c             action_wrapper_t *other = (action_wrapper_t *) gIter->data;
other             400 pengine/utils.c             log_action(log_level + 1, "\t\t", other->action, FALSE);