other            2593 daemons/fenced/fenced_commands.c                         remote_fencing_op_t *other = dup_iter->data;
other            2594 daemons/fenced/fenced_commands.c                         if (other == relay_op) {
other            2595 daemons/fenced/fenced_commands.c                             other->duplicates = g_list_remove(other->duplicates, relay_op);
other             440 daemons/fenced/fenced_remote.c         remote_fencing_op_t *other = iter->data;
other             442 daemons/fenced/fenced_remote.c         if (other->state == st_duplicate) {
other             443 daemons/fenced/fenced_remote.c             other->state = op->state;
other             446 daemons/fenced/fenced_remote.c                       other->client_name, other->originator,
other             447 daemons/fenced/fenced_remote.c                       pcmk_strerror(rc), other->id);
other             448 daemons/fenced/fenced_remote.c             remote_op_done(other, data, rc, TRUE);
other             454 daemons/fenced/fenced_remote.c                     other->client_name, other->originator,
other             455 daemons/fenced/fenced_remote.c                     stonith_op_state_str(other->state), other->id);
other             883 daemons/fenced/fenced_remote.c     remote_fencing_op_t *other = NULL;
other             888 daemons/fenced/fenced_remote.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) {
other             889 daemons/fenced/fenced_remote.c         const char *other_action = op_requested_action(other);
other             891 daemons/fenced/fenced_remote.c         if (!strcmp(op->id, other->id)) {
other             894 daemons/fenced/fenced_remote.c         if (other->state > st_exec) {
other             896 daemons/fenced/fenced_remote.c                       op->id, other->id);
other             899 daemons/fenced/fenced_remote.c         if (!pcmk__str_eq(op->target, other->target, pcmk__str_casei)) {
other             901 daemons/fenced/fenced_remote.c                       op->id, other->id, op->target, other->target);
other             906 daemons/fenced/fenced_remote.c                       op->id, other->id, op->action, other_action);
other             909 daemons/fenced/fenced_remote.c         if (pcmk__str_eq(op->client_name, other->client_name, pcmk__str_casei)) {
other             911 daemons/fenced/fenced_remote.c                       op->id, other->id, op->client_name);
other             914 daemons/fenced/fenced_remote.c         if (pcmk__str_eq(other->target, other->originator, pcmk__str_casei)) {
other             916 daemons/fenced/fenced_remote.c                       op->id, other->id, other->target);
other             919 daemons/fenced/fenced_remote.c         if (!fencing_peer_active(crm_get_peer(0, other->originator))) {
other             922 daemons/fenced/fenced_remote.c                        other->action, other->target, other->client_name,
other             923 daemons/fenced/fenced_remote.c                        other->originator, other->id);
other             925 daemons/fenced/fenced_remote.c                       op->id, other->id);
other             926 daemons/fenced/fenced_remote.c             other->state = st_failed;
other             929 daemons/fenced/fenced_remote.c         if ((other->total_timeout > 0)
other             930 daemons/fenced/fenced_remote.c             && (now > (other->total_timeout + other->created))) {
other             932 daemons/fenced/fenced_remote.c                       op->id, other->id, now, other->created,
other             933 daemons/fenced/fenced_remote.c                       other->total_timeout);
other             940 daemons/fenced/fenced_remote.c         other->duplicates = g_list_append(other->duplicates, op);
other             941 daemons/fenced/fenced_remote.c         if (other->total_timeout == 0) {
other             942 daemons/fenced/fenced_remote.c             other->total_timeout = op->total_timeout =
other             945 daemons/fenced/fenced_remote.c                       other->id, other->total_timeout);
other             951 daemons/fenced/fenced_remote.c                    other->client_name, other->originator,
other             952 daemons/fenced/fenced_remote.c                    op->id, other->id, other->total_timeout);
other             953 daemons/fenced/fenced_remote.c         report_timeout_period(op, other->total_timeout);
other            1027 lib/pacemaker/pcmk_sched_bundle.c                     pe__bundle_replica_t *other = tIter->data;
other            1029 lib/pacemaker/pcmk_sched_bundle.c                     if ((other != replica) && (other != NULL)
other            1030 lib/pacemaker/pcmk_sched_bundle.c                         && (other->container != NULL)) {
other            1034 lib/pacemaker/pcmk_sched_bundle.c                                             NULL, other->container,
other            1035 lib/pacemaker/pcmk_sched_bundle.c                                             pcmk__op_key(other->container->id, RSC_START, 0),
other             559 lib/pacemaker/pcmk_sched_graph.c         pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data;
other             560 lib/pacemaker/pcmk_sched_graph.c         pe_action_t *first = other->action;
other             582 lib/pacemaker/pcmk_sched_graph.c         if (pcmk_is_set(other->type, pe_order_same_node)
other             587 lib/pacemaker/pcmk_sched_graph.c                        other->action->uuid, first_node->details->uname,
other             589 lib/pacemaker/pcmk_sched_graph.c             other->type = pe_order_none;
other             595 lib/pacemaker/pcmk_sched_graph.c         if (first->rsc && pcmk_is_set(other->type, pe_order_then_cancels_first)
other             601 lib/pacemaker/pcmk_sched_graph.c             pe__set_action_flags(other->action, pe_action_optional);
other             611 lib/pacemaker/pcmk_sched_graph.c         if (first != other->action) {
other             613 lib/pacemaker/pcmk_sched_graph.c                       other->action->uuid);
other             630 lib/pacemaker/pcmk_sched_graph.c                   first_flags, other->type);
other             632 lib/pacemaker/pcmk_sched_graph.c         if (first == other->action) {
other             648 lib/pacemaker/pcmk_sched_graph.c                                            then_flags, other, data_set);
other             653 lib/pacemaker/pcmk_sched_graph.c         } else if (order_actions(first, then, other->type)) {
other             663 lib/pacemaker/pcmk_sched_graph.c                       other->action->uuid, then->uuid, first->uuid, then->uuid);
other             665 lib/pacemaker/pcmk_sched_graph.c             other->type = pe_order_none;
other             678 lib/pacemaker/pcmk_sched_graph.c                 pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc2->data;
other             680 lib/pacemaker/pcmk_sched_graph.c                 update_action(other->action, data_set);
other             708 lib/pacemaker/pcmk_sched_graph.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data;
other             710 lib/pacemaker/pcmk_sched_graph.c             update_action(other->action, data_set);
other             440 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *other = NULL;
other             444 lib/pacemaker/pcmk_sched_native.c                 other = constraint->rsc_rh;
other             448 lib/pacemaker/pcmk_sched_native.c                 other = constraint->rsc_lh;
other             454 lib/pacemaker/pcmk_sched_native.c             work = pcmk__native_merge_weights(other, rhs, work,
other             948 lib/pacemaker/pcmk_sched_promotable.c node_hash_update_one(GHashTable * hash, pe_node_t * other, const char *attr, int score)
other             954 lib/pacemaker/pcmk_sched_promotable.c     if (other == NULL) {
other             961 lib/pacemaker/pcmk_sched_promotable.c     value = pe_node_attribute_raw(other, attr);
other             967 lib/pacemaker/pcmk_sched_promotable.c             crm_trace("%s: %d + %d", node->details->uname, node->weight, other->weight);
other             432 lib/pacemaker/pcmk_sched_utils.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) gIter->data;
other             434 lib/pacemaker/pcmk_sched_utils.c             log_action(log_level + 1, "\t\t", other->action, FALSE);
other             441 lib/pacemaker/pcmk_sched_utils.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) gIter->data;
other             443 lib/pacemaker/pcmk_sched_utils.c             log_action(log_level + 1, "\t\t", other->action, FALSE);