other 2811 daemons/fenced/fenced_commands.c remote_fencing_op_t *other = dup_iter->data; other 2812 daemons/fenced/fenced_commands.c if (other == relay_op) { other 2813 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 896 daemons/fenced/fenced_remote.c remote_fencing_op_t *other = NULL; other 901 daemons/fenced/fenced_remote.c while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) { other 902 daemons/fenced/fenced_remote.c const char *other_action = op_requested_action(other); other 904 daemons/fenced/fenced_remote.c if (!strcmp(op->id, other->id)) { other 907 daemons/fenced/fenced_remote.c if (other->state > st_exec) { other 909 daemons/fenced/fenced_remote.c op->id, other->id); other 912 daemons/fenced/fenced_remote.c if (!pcmk__str_eq(op->target, other->target, pcmk__str_casei)) { other 914 daemons/fenced/fenced_remote.c op->id, other->id, op->target, other->target); other 919 daemons/fenced/fenced_remote.c op->id, other->id, op->action, other_action); other 922 daemons/fenced/fenced_remote.c if (pcmk__str_eq(op->client_name, other->client_name, pcmk__str_casei)) { other 924 daemons/fenced/fenced_remote.c op->id, other->id, op->client_name); other 927 daemons/fenced/fenced_remote.c if (pcmk__str_eq(other->target, other->originator, pcmk__str_casei)) { other 929 daemons/fenced/fenced_remote.c op->id, other->id, other->target); other 932 daemons/fenced/fenced_remote.c if (!fencing_peer_active(crm_get_peer(0, other->originator))) { other 935 daemons/fenced/fenced_remote.c other->action, other->target, other->client_name, other 936 daemons/fenced/fenced_remote.c other->originator, other->id); other 938 daemons/fenced/fenced_remote.c op->id, other->id); other 939 daemons/fenced/fenced_remote.c other->state = st_failed; other 942 daemons/fenced/fenced_remote.c if ((other->total_timeout > 0) other 943 daemons/fenced/fenced_remote.c && (now > (other->total_timeout + other->created))) { other 945 daemons/fenced/fenced_remote.c op->id, other->id, now, other->created, other 946 daemons/fenced/fenced_remote.c other->total_timeout); other 953 daemons/fenced/fenced_remote.c other->duplicates = g_list_append(other->duplicates, op); other 954 daemons/fenced/fenced_remote.c if (other->total_timeout == 0) { other 955 daemons/fenced/fenced_remote.c other->total_timeout = op->total_timeout = other 958 daemons/fenced/fenced_remote.c other->id, other->total_timeout); other 964 daemons/fenced/fenced_remote.c other->client_name, other->originator, other 965 daemons/fenced/fenced_remote.c op->id, other->id, other->total_timeout); other 966 daemons/fenced/fenced_remote.c report_timeout_period(op, other->total_timeout); other 458 lib/pacemaker/pcmk_graph_producer.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data; other 459 lib/pacemaker/pcmk_graph_producer.c pe_action_t *first = other->action; other 483 lib/pacemaker/pcmk_graph_producer.c if (pcmk_is_set(other->type, pe_order_same_node) other 489 lib/pacemaker/pcmk_graph_producer.c other->action->uuid, first_node->details->uname, other 491 lib/pacemaker/pcmk_graph_producer.c other->type = pe_order_none; other 497 lib/pacemaker/pcmk_graph_producer.c if (first->rsc && pcmk_is_set(other->type, pe_order_then_cancels_first) other 503 lib/pacemaker/pcmk_graph_producer.c pe__set_action_flags(other->action, pe_action_optional); other 513 lib/pacemaker/pcmk_graph_producer.c if (first != other->action) { other 515 lib/pacemaker/pcmk_graph_producer.c then->uuid, first->uuid, other->action->uuid); other 524 lib/pacemaker/pcmk_graph_producer.c first->uuid, then->uuid, other->type, first_flags, other 530 lib/pacemaker/pcmk_graph_producer.c if (first == other->action) { other 546 lib/pacemaker/pcmk_graph_producer.c then_flags, other, data_set); other 551 lib/pacemaker/pcmk_graph_producer.c } else if (order_actions(first, then, other->type)) { other 562 lib/pacemaker/pcmk_graph_producer.c other->action->uuid, then->uuid, first->uuid, other 565 lib/pacemaker/pcmk_graph_producer.c other->type = pe_order_none; other 574 lib/pacemaker/pcmk_graph_producer.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc2->data; other 576 lib/pacemaker/pcmk_graph_producer.c update_action(other->action, data_set); other 599 lib/pacemaker/pcmk_graph_producer.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data; other 601 lib/pacemaker/pcmk_graph_producer.c update_action(other->action, data_set); other 1015 lib/pacemaker/pcmk_sched_bundle.c pe__bundle_replica_t *other = tIter->data; other 1017 lib/pacemaker/pcmk_sched_bundle.c if ((other != replica) && (other != NULL) other 1018 lib/pacemaker/pcmk_sched_bundle.c && (other->container != NULL)) { other 1022 lib/pacemaker/pcmk_sched_bundle.c NULL, other->container, other 1023 lib/pacemaker/pcmk_sched_bundle.c pcmk__op_key(other->container->id, RSC_START, 0), other 443 lib/pacemaker/pcmk_sched_native.c pe_resource_t *other = NULL; other 447 lib/pacemaker/pcmk_sched_native.c other = constraint->primary; other 451 lib/pacemaker/pcmk_sched_native.c other = constraint->dependent; other 457 lib/pacemaker/pcmk_sched_native.c work = pcmk__native_merge_weights(other, primary_id, work, other 960 lib/pacemaker/pcmk_sched_promotable.c node_hash_update_one(GHashTable * hash, pe_node_t * other, const char *attr, int score) other 966 lib/pacemaker/pcmk_sched_promotable.c if (other == NULL) { other 973 lib/pacemaker/pcmk_sched_promotable.c value = pe_node_attribute_raw(other, attr); other 979 lib/pacemaker/pcmk_sched_promotable.c crm_trace("%s: %d + %d", node->details->uname, node->weight, other->weight); other 384 lib/pacemaker/pcmk_sched_utils.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) gIter->data; other 386 lib/pacemaker/pcmk_sched_utils.c log_action(log_level + 1, "\t\t", other->action, FALSE); other 393 lib/pacemaker/pcmk_sched_utils.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) gIter->data; other 395 lib/pacemaker/pcmk_sched_utils.c log_action(log_level + 1, "\t\t", other->action, FALSE); other 34 maint/gnulib/lib/c-strcaseeq.h # define CASEEQ(other,upper) \ other 35 maint/gnulib/lib/c-strcaseeq.h (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper)) other 37 maint/gnulib/lib/c-strcaseeq.h # define CASEEQ(other,upper) \ other 38 maint/gnulib/lib/c-strcaseeq.h (c_toupper (other) == (upper))