other            2519 daemons/fenced/fenced_commands.c                         remote_fencing_op_t *other = dup_iter->data;
other            2520 daemons/fenced/fenced_commands.c                         if (other == relay_op) {
other            2521 daemons/fenced/fenced_commands.c                             other->duplicates = g_list_remove(other->duplicates, relay_op);
other             441 daemons/fenced/fenced_remote.c         remote_fencing_op_t *other = iter->data;
other             443 daemons/fenced/fenced_remote.c         if (other->state == st_duplicate) {
other             444 daemons/fenced/fenced_remote.c             other->state = op->state;
other             446 daemons/fenced/fenced_remote.c                       other->client_name, other->originator, other->id,
other             448 daemons/fenced/fenced_remote.c             remote_op_done(other, data, rc, TRUE);
other             452 daemons/fenced/fenced_remote.c             crm_err("Skipping duplicate notification for %s@%s - %d", other->client_name,
other             453 daemons/fenced/fenced_remote.c                     other->originator, other->state);
other             879 daemons/fenced/fenced_remote.c     remote_fencing_op_t *other = NULL;
other             884 daemons/fenced/fenced_remote.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) {
other             886 daemons/fenced/fenced_remote.c         const char *other_action = op_requested_action(other);
other             888 daemons/fenced/fenced_remote.c         if (other->state > st_exec) {
other             891 daemons/fenced/fenced_remote.c         } else if (!pcmk__str_eq(op->target, other->target, pcmk__str_casei)) {
other             898 daemons/fenced/fenced_remote.c         } else if (pcmk__str_eq(op->client_name, other->client_name, pcmk__str_casei)) {
other             901 daemons/fenced/fenced_remote.c         } else if (pcmk__str_eq(other->target, other->originator, pcmk__str_casei)) {
other             902 daemons/fenced/fenced_remote.c             crm_trace("Can't be a suicide operation: %s", other->target);
other             906 daemons/fenced/fenced_remote.c         peer = crm_get_peer(0, other->originator);
other             910 daemons/fenced/fenced_remote.c                        other->action, other->target, other->client_name, other->originator, other->id);
other             911 daemons/fenced/fenced_remote.c             other->state = st_failed;
other             914 daemons/fenced/fenced_remote.c         } else if(other->total_timeout > 0 && now > (other->total_timeout + other->created)) {
other             917 daemons/fenced/fenced_remote.c                      other->action, other->target, other->client_name, other->originator, other->id,
other             918 daemons/fenced/fenced_remote.c                      now, other->created, other->total_timeout);
other             925 daemons/fenced/fenced_remote.c         other->duplicates = g_list_append(other->duplicates, op);
other             926 daemons/fenced/fenced_remote.c         if (other->total_timeout == 0) {
other             928 daemons/fenced/fenced_remote.c             other->total_timeout = op->total_timeout =
other             934 daemons/fenced/fenced_remote.c                    other->client_name, other->originator, other->id,
other             935 daemons/fenced/fenced_remote.c                    other->total_timeout);
other             936 daemons/fenced/fenced_remote.c         report_timeout_period(op, other->total_timeout);
other            1007 lib/pacemaker/pcmk_sched_bundle.c                     pe__bundle_replica_t *other = tIter->data;
other            1009 lib/pacemaker/pcmk_sched_bundle.c                     if ((other != replica) && (other != NULL)
other            1010 lib/pacemaker/pcmk_sched_bundle.c                         && (other->container != NULL)) {
other            1014 lib/pacemaker/pcmk_sched_bundle.c                                             NULL, other->container,
other            1015 lib/pacemaker/pcmk_sched_bundle.c                                             pcmk__op_key(other->container->id, RSC_START, 0),
other             558 lib/pacemaker/pcmk_sched_graph.c         pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data;
other             559 lib/pacemaker/pcmk_sched_graph.c         pe_action_t *first = other->action;
other             581 lib/pacemaker/pcmk_sched_graph.c         if (pcmk_is_set(other->type, pe_order_same_node)
other             586 lib/pacemaker/pcmk_sched_graph.c                        other->action->uuid, first_node->details->uname,
other             588 lib/pacemaker/pcmk_sched_graph.c             other->type = pe_order_none;
other             594 lib/pacemaker/pcmk_sched_graph.c         if (first->rsc && pcmk_is_set(other->type, pe_order_then_cancels_first)
other             600 lib/pacemaker/pcmk_sched_graph.c             pe__set_action_flags(other->action, pe_action_optional);
other             610 lib/pacemaker/pcmk_sched_graph.c         if (first != other->action) {
other             612 lib/pacemaker/pcmk_sched_graph.c                       other->action->uuid);
other             629 lib/pacemaker/pcmk_sched_graph.c                   first_flags, other->type);
other             631 lib/pacemaker/pcmk_sched_graph.c         if (first == other->action) {
other             647 lib/pacemaker/pcmk_sched_graph.c                                            then_flags, other, data_set);
other             652 lib/pacemaker/pcmk_sched_graph.c         } else if (order_actions(first, then, other->type)) {
other             662 lib/pacemaker/pcmk_sched_graph.c                       other->action->uuid, then->uuid, first->uuid, then->uuid);
other             664 lib/pacemaker/pcmk_sched_graph.c             other->type = pe_order_none;
other             677 lib/pacemaker/pcmk_sched_graph.c                 pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc2->data;
other             679 lib/pacemaker/pcmk_sched_graph.c                 update_action(other->action, data_set);
other             707 lib/pacemaker/pcmk_sched_graph.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data;
other             709 lib/pacemaker/pcmk_sched_graph.c             update_action(other->action, data_set);
other             436 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *other = NULL;
other             444 lib/pacemaker/pcmk_sched_native.c                 other = constraint->rsc_rh;
other             446 lib/pacemaker/pcmk_sched_native.c                 other = constraint->rsc_lh;
other             452 lib/pacemaker/pcmk_sched_native.c             work = pcmk__native_merge_weights(other, rhs, work,
other             957 lib/pacemaker/pcmk_sched_promotable.c node_hash_update_one(GHashTable * hash, pe_node_t * other, const char *attr, int score)
other             963 lib/pacemaker/pcmk_sched_promotable.c     if (other == NULL) {
other             970 lib/pacemaker/pcmk_sched_promotable.c     value = pe_node_attribute_raw(other, attr);
other             976 lib/pacemaker/pcmk_sched_promotable.c             crm_trace("%s: %d + %d", node->details->uname, node->weight, other->weight);
other             428 lib/pacemaker/pcmk_sched_utils.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) gIter->data;
other             430 lib/pacemaker/pcmk_sched_utils.c             log_action(log_level + 1, "\t\t", other->action, FALSE);
other             437 lib/pacemaker/pcmk_sched_utils.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) gIter->data;
other             439 lib/pacemaker/pcmk_sched_utils.c             log_action(log_level + 1, "\t\t", other->action, FALSE);