other 3148 daemons/fenced/fenced_commands.c remote_fencing_op_t *other = dup_iter->data; other 3149 daemons/fenced/fenced_commands.c if (other == relay_op) { other 3150 daemons/fenced/fenced_commands.c other->duplicates = g_list_remove(other->duplicates, relay_op); other 489 daemons/fenced/fenced_remote.c remote_fencing_op_t *other = iter->data; other 491 daemons/fenced/fenced_remote.c if (other->state == st_duplicate) { other 492 daemons/fenced/fenced_remote.c other->state = op->state; other 495 daemons/fenced/fenced_remote.c other->client_name, other->originator, other 497 daemons/fenced/fenced_remote.c other->id); other 498 daemons/fenced/fenced_remote.c pcmk__copy_result(&op->result, &other->result); other 499 daemons/fenced/fenced_remote.c finalize_op(other, data, true); other 505 daemons/fenced/fenced_remote.c other->client_name, other->originator, other 506 daemons/fenced/fenced_remote.c stonith_op_state_str(other->state), other->id); other 1004 daemons/fenced/fenced_remote.c remote_fencing_op_t *other = NULL; other 1009 daemons/fenced/fenced_remote.c while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) { other 1010 daemons/fenced/fenced_remote.c const char *other_action = op_requested_action(other); other 1013 daemons/fenced/fenced_remote.c if (!strcmp(op->id, other->id)) { other 1016 daemons/fenced/fenced_remote.c if (other->state > st_exec) { other 1018 daemons/fenced/fenced_remote.c op->id, other->id); other 1021 daemons/fenced/fenced_remote.c if (!pcmk__str_eq(op->target, other->target, pcmk__str_casei)) { other 1023 daemons/fenced/fenced_remote.c op->id, other->id, op->target, other->target); other 1028 daemons/fenced/fenced_remote.c op->id, other->id, op->action, other_action); other 1031 daemons/fenced/fenced_remote.c if (pcmk__str_eq(op->client_name, other->client_name, pcmk__str_casei)) { other 1033 daemons/fenced/fenced_remote.c op->id, other->id, op->client_name); other 1036 daemons/fenced/fenced_remote.c if (pcmk__str_eq(other->target, other->originator, pcmk__str_casei)) { other 1038 daemons/fenced/fenced_remote.c op->id, other->id, other->target); other 1042 daemons/fenced/fenced_remote.c node = pcmk__get_node(0, other->originator, NULL, other 1048 daemons/fenced/fenced_remote.c other->action, other->target, other->client_name, other 1049 daemons/fenced/fenced_remote.c other->originator, other->id); other 1051 daemons/fenced/fenced_remote.c op->id, other->id); other 1052 daemons/fenced/fenced_remote.c other->state = st_failed; other 1055 daemons/fenced/fenced_remote.c if ((other->total_timeout > 0) other 1056 daemons/fenced/fenced_remote.c && (now > (other->total_timeout + other->created))) { other 1058 daemons/fenced/fenced_remote.c op->id, other->id, (long long)now, (long long)other->created, other 1059 daemons/fenced/fenced_remote.c other->total_timeout); other 1066 daemons/fenced/fenced_remote.c other->duplicates = g_list_append(other->duplicates, op); other 1067 daemons/fenced/fenced_remote.c if (other->total_timeout == 0) { other 1068 daemons/fenced/fenced_remote.c other->total_timeout = op->total_timeout = other 1071 daemons/fenced/fenced_remote.c other->id, other->total_timeout); other 1077 daemons/fenced/fenced_remote.c other->client_name, other->originator, other 1078 daemons/fenced/fenced_remote.c op->id, other->id, other->total_timeout); other 1079 daemons/fenced/fenced_remote.c report_timeout_period(op, other->total_timeout); other 2269 lib/fencing/st_client.c const char *other = NULL; other 2288 lib/fencing/st_client.c } else if (other == NULL) { other 2290 lib/fencing/st_client.c other = (prev_hp->delegate == NULL)? "some node" : prev_hp->delegate; other 2294 lib/fencing/st_client.c return other; other 543 lib/pacemaker/pcmk_sched_actions.c pcmk__related_action_t *other = lpc->data; other 544 lib/pacemaker/pcmk_sched_actions.c pcmk_action_t *first = other->action; other 571 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(other->type, pcmk__ar_if_on_same_node) other 578 lib/pacemaker/pcmk_sched_actions.c other->action->uuid, pcmk__node_name(first_node), other 580 lib/pacemaker/pcmk_sched_actions.c other->type = (enum pe_ordering) pcmk__ar_none; other 587 lib/pacemaker/pcmk_sched_actions.c && pcmk_is_set(other->type, pcmk__ar_then_cancels_first) other 593 lib/pacemaker/pcmk_sched_actions.c pcmk__set_action_flags(other->action, pcmk_action_optional); other 603 lib/pacemaker/pcmk_sched_actions.c if (first != other->action) { other 605 lib/pacemaker/pcmk_sched_actions.c then->uuid, first->uuid, other->action->uuid); other 611 lib/pacemaker/pcmk_sched_actions.c other->type, action_node_str(first)); other 613 lib/pacemaker/pcmk_sched_actions.c if (first == other->action) { other 625 lib/pacemaker/pcmk_sched_actions.c other, scheduler); other 630 lib/pacemaker/pcmk_sched_actions.c } else if (order_actions(first, then, other->type)) { other 638 lib/pacemaker/pcmk_sched_actions.c other->action->uuid, then->uuid, first->uuid, other 640 lib/pacemaker/pcmk_sched_actions.c other->type = (enum pe_ordering) pcmk__ar_none; other 649 lib/pacemaker/pcmk_sched_actions.c pcmk__related_action_t *other = lpc2->data; other 651 lib/pacemaker/pcmk_sched_actions.c pcmk__update_action_for_orderings(other->action, scheduler); other 674 lib/pacemaker/pcmk_sched_actions.c pcmk__related_action_t *other = lpc->data; other 676 lib/pacemaker/pcmk_sched_actions.c pcmk__update_action_for_orderings(other->action, scheduler); other 1026 lib/pacemaker/pcmk_sched_actions.c const pcmk__related_action_t *other = NULL; other 1030 lib/pacemaker/pcmk_sched_actions.c other = (const pcmk__related_action_t *) iter->data; other 1031 lib/pacemaker/pcmk_sched_actions.c pcmk__log_action("\t\t", other->action, false); other 1035 lib/pacemaker/pcmk_sched_actions.c other = (const pcmk__related_action_t *) iter->data; other 1036 lib/pacemaker/pcmk_sched_actions.c pcmk__log_action("\t\t", other->action, false); other 443 lib/pacemaker/pcmk_sched_colocation.c pcmk_resource_t *other = NULL; other 500 lib/pacemaker/pcmk_sched_colocation.c if (other != NULL) { other 505 lib/pacemaker/pcmk_sched_colocation.c resource->id, other->id, set_id); other 507 lib/pacemaker/pcmk_sched_colocation.c other, role, role, flags); other 510 lib/pacemaker/pcmk_sched_colocation.c other->id, resource->id, set_id); other 511 lib/pacemaker/pcmk_sched_colocation.c pcmk__new_colocation(set_id, NULL, local_score, other, other 515 lib/pacemaker/pcmk_sched_colocation.c other = resource; other 550 lib/pacemaker/pcmk_sched_colocation.c other = pcmk__find_constraint_resource(scheduler->resources, other 552 lib/pacemaker/pcmk_sched_colocation.c pcmk__assert(other != NULL); // We already processed it other 554 lib/pacemaker/pcmk_sched_colocation.c resource, other, role, role, flags); other 1862 lib/pacemaker/pcmk_sched_colocation.c pcmk_resource_t *other = NULL; other 1867 lib/pacemaker/pcmk_sched_colocation.c other = constraint->primary; other 1871 lib/pacemaker/pcmk_sched_colocation.c other = constraint->dependent; other 1879 lib/pacemaker/pcmk_sched_colocation.c other->cmds->add_colocated_node_scores(other, target_rsc, log_id, other 151 lib/pacemaker/pcmk_sched_instances.c pcmk_resource_t *other = colocation->primary; other 154 lib/pacemaker/pcmk_sched_instances.c other->cmds->add_colocated_node_scores(other, rsc, rsc->id, nodes, other 163 lib/pacemaker/pcmk_sched_instances.c pcmk_resource_t *other = colocation->dependent; other 169 lib/pacemaker/pcmk_sched_instances.c other->cmds->add_colocated_node_scores(other, rsc, rsc->id, nodes, other 303 lib/pacemaker/pcmk_sched_primitive.c pcmk_resource_t *other = colocation->primary; other 312 lib/pacemaker/pcmk_sched_primitive.c if (pcmk_is_set(other->flags, pcmk_rsc_unassigned)) { other 316 lib/pacemaker/pcmk_sched_primitive.c rsc->id, colocation->id, other->id, other 319 lib/pacemaker/pcmk_sched_primitive.c other->cmds->assign(other, NULL, true); other 323 lib/pacemaker/pcmk_sched_primitive.c rsc->cmds->apply_coloc_score(rsc, other, colocation, true); other 329 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))