other 3111 daemons/fenced/fenced_commands.c remote_fencing_op_t *other = dup_iter->data; other 3112 daemons/fenced/fenced_commands.c if (other == relay_op) { other 3113 daemons/fenced/fenced_commands.c other->duplicates = g_list_remove(other->duplicates, relay_op); other 487 daemons/fenced/fenced_remote.c remote_fencing_op_t *other = iter->data; other 489 daemons/fenced/fenced_remote.c if (other->state == st_duplicate) { other 490 daemons/fenced/fenced_remote.c other->state = op->state; other 493 daemons/fenced/fenced_remote.c other->client_name, other->originator, other 495 daemons/fenced/fenced_remote.c other->id); other 496 daemons/fenced/fenced_remote.c pcmk__copy_result(&op->result, &other->result); other 497 daemons/fenced/fenced_remote.c finalize_op(other, data, true); other 503 daemons/fenced/fenced_remote.c other->client_name, other->originator, other 504 daemons/fenced/fenced_remote.c stonith_op_state_str(other->state), other->id); other 997 daemons/fenced/fenced_remote.c remote_fencing_op_t *other = NULL; other 1002 daemons/fenced/fenced_remote.c while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) { other 1003 daemons/fenced/fenced_remote.c const char *other_action = op_requested_action(other); other 1005 daemons/fenced/fenced_remote.c if (!strcmp(op->id, other->id)) { other 1008 daemons/fenced/fenced_remote.c if (other->state > st_exec) { other 1010 daemons/fenced/fenced_remote.c op->id, other->id); other 1013 daemons/fenced/fenced_remote.c if (!pcmk__str_eq(op->target, other->target, pcmk__str_casei)) { other 1015 daemons/fenced/fenced_remote.c op->id, other->id, op->target, other->target); other 1020 daemons/fenced/fenced_remote.c op->id, other->id, op->action, other_action); other 1023 daemons/fenced/fenced_remote.c if (pcmk__str_eq(op->client_name, other->client_name, pcmk__str_casei)) { other 1025 daemons/fenced/fenced_remote.c op->id, other->id, op->client_name); other 1028 daemons/fenced/fenced_remote.c if (pcmk__str_eq(other->target, other->originator, pcmk__str_casei)) { other 1030 daemons/fenced/fenced_remote.c op->id, other->id, other->target); other 1033 daemons/fenced/fenced_remote.c if (!fencing_peer_active(crm_get_peer(0, other->originator))) { other 1036 daemons/fenced/fenced_remote.c other->action, other->target, other->client_name, other 1037 daemons/fenced/fenced_remote.c other->originator, other->id); other 1039 daemons/fenced/fenced_remote.c op->id, other->id); other 1040 daemons/fenced/fenced_remote.c other->state = st_failed; other 1043 daemons/fenced/fenced_remote.c if ((other->total_timeout > 0) other 1044 daemons/fenced/fenced_remote.c && (now > (other->total_timeout + other->created))) { other 1046 daemons/fenced/fenced_remote.c op->id, other->id, now, other->created, other 1047 daemons/fenced/fenced_remote.c other->total_timeout); other 1054 daemons/fenced/fenced_remote.c other->duplicates = g_list_append(other->duplicates, op); other 1055 daemons/fenced/fenced_remote.c if (other->total_timeout == 0) { other 1056 daemons/fenced/fenced_remote.c other->total_timeout = op->total_timeout = other 1059 daemons/fenced/fenced_remote.c other->id, other->total_timeout); other 1065 daemons/fenced/fenced_remote.c other->client_name, other->originator, other 1066 daemons/fenced/fenced_remote.c op->id, other->id, other->total_timeout); other 1067 daemons/fenced/fenced_remote.c report_timeout_period(op, other->total_timeout); other 2252 lib/fencing/st_client.c const char *other = NULL; other 2271 lib/fencing/st_client.c } else if (other == NULL) { other 2273 lib/fencing/st_client.c other = (prev_hp->delegate == NULL)? "some node" : prev_hp->delegate; other 2277 lib/fencing/st_client.c return other; other 533 lib/pacemaker/pcmk_sched_actions.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data; other 534 lib/pacemaker/pcmk_sched_actions.c pe_action_t *first = other->action; other 562 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(other->type, pe_order_same_node) other 568 lib/pacemaker/pcmk_sched_actions.c other->action->uuid, pe__node_name(first_node), other 570 lib/pacemaker/pcmk_sched_actions.c other->type = pe_order_none; other 577 lib/pacemaker/pcmk_sched_actions.c && pcmk_is_set(other->type, pe_order_then_cancels_first) other 583 lib/pacemaker/pcmk_sched_actions.c pe__set_action_flags(other->action, pe_action_optional); other 593 lib/pacemaker/pcmk_sched_actions.c if (first != other->action) { other 595 lib/pacemaker/pcmk_sched_actions.c then->uuid, first->uuid, other->action->uuid); other 601 lib/pacemaker/pcmk_sched_actions.c other->type, action_node_str(first)); other 603 lib/pacemaker/pcmk_sched_actions.c if (first == other->action) { other 615 lib/pacemaker/pcmk_sched_actions.c other, data_set); other 620 lib/pacemaker/pcmk_sched_actions.c } else if (order_actions(first, then, other->type)) { other 627 lib/pacemaker/pcmk_sched_actions.c other->action->uuid, then->uuid, first->uuid, other 629 lib/pacemaker/pcmk_sched_actions.c other->type = pe_order_none; other 638 lib/pacemaker/pcmk_sched_actions.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc2->data; other 640 lib/pacemaker/pcmk_sched_actions.c pcmk__update_action_for_orderings(other->action, data_set); other 663 lib/pacemaker/pcmk_sched_actions.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data; other 665 lib/pacemaker/pcmk_sched_actions.c pcmk__update_action_for_orderings(other->action, data_set); other 1015 lib/pacemaker/pcmk_sched_actions.c const pe_action_wrapper_t *other = NULL; other 1019 lib/pacemaker/pcmk_sched_actions.c other = (const pe_action_wrapper_t *) iter->data; other 1020 lib/pacemaker/pcmk_sched_actions.c pcmk__log_action("\t\t", other->action, false); other 1024 lib/pacemaker/pcmk_sched_actions.c other = (const pe_action_wrapper_t *) iter->data; other 1025 lib/pacemaker/pcmk_sched_actions.c pcmk__log_action("\t\t", other->action, false); other 772 lib/pacemaker/pcmk_sched_bundle.c pe__bundle_replica_t *other = tIter->data; other 774 lib/pacemaker/pcmk_sched_bundle.c if ((other != replica) && (other != NULL) other 775 lib/pacemaker/pcmk_sched_bundle.c && (other->container != NULL)) { other 779 lib/pacemaker/pcmk_sched_bundle.c NULL, other->container, other 780 lib/pacemaker/pcmk_sched_bundle.c pcmk__op_key(other->container->id, RSC_START, 0), other 1478 lib/pacemaker/pcmk_sched_colocation.c pe_resource_t *other = NULL; other 1482 lib/pacemaker/pcmk_sched_colocation.c other = constraint->primary; other 1486 lib/pacemaker/pcmk_sched_colocation.c other = constraint->dependent; other 1492 lib/pacemaker/pcmk_sched_colocation.c other->cmds->add_colocated_node_scores(other, log_id, &work, other 1541 lib/pacemaker/pcmk_sched_colocation.c pe_resource_t *other = colocation->dependent; other 1553 lib/pacemaker/pcmk_sched_colocation.c "to colocation %s", rsc->id, other->id, colocation->id); other 1554 lib/pacemaker/pcmk_sched_colocation.c other->cmds->add_colocated_node_scores(other, rsc->id, &rsc->allowed_nodes, other 186 lib/pacemaker/pcmk_sched_instances.c pe_resource_t *other = NULL; other 195 lib/pacemaker/pcmk_sched_instances.c other = colocation->primary; other 197 lib/pacemaker/pcmk_sched_instances.c other->cmds->add_colocated_node_scores(other, rsc->id, nodes, other 207 lib/pacemaker/pcmk_sched_instances.c other = colocation->dependent; other 209 lib/pacemaker/pcmk_sched_instances.c other->cmds->add_colocated_node_scores(other, rsc->id, nodes, other 282 lib/pacemaker/pcmk_sched_primitive.c pe_resource_t *other = colocation->primary; other 290 lib/pacemaker/pcmk_sched_primitive.c if (pcmk_is_set(other->flags, pe_rsc_provisional)) { other 294 lib/pacemaker/pcmk_sched_primitive.c rsc->id, colocation->id, other->id, other 296 lib/pacemaker/pcmk_sched_primitive.c other->cmds->assign(other, NULL); other 300 lib/pacemaker/pcmk_sched_primitive.c rsc->cmds->apply_coloc_score(rsc, other, colocation, true); other 306 lib/pacemaker/pcmk_sched_primitive.c rsc->id, other->id); 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))