other            2949 daemons/fenced/fenced_commands.c                         remote_fencing_op_t *other = dup_iter->data;
other            2950 daemons/fenced/fenced_commands.c                         if (other == relay_op) {
other            2951 daemons/fenced/fenced_commands.c                             other->duplicates = g_list_remove(other->duplicates, relay_op);
other             476 daemons/fenced/fenced_remote.c         remote_fencing_op_t *other = iter->data;
other             478 daemons/fenced/fenced_remote.c         if (other->state == st_duplicate) {
other             479 daemons/fenced/fenced_remote.c             other->state = op->state;
other             482 daemons/fenced/fenced_remote.c                       other->client_name, other->originator,
other             484 daemons/fenced/fenced_remote.c                       other->id);
other             485 daemons/fenced/fenced_remote.c             pcmk__copy_result(&op->result, &other->result);
other             486 daemons/fenced/fenced_remote.c             finalize_op(other, data, true);
other             492 daemons/fenced/fenced_remote.c                     other->client_name, other->originator,
other             493 daemons/fenced/fenced_remote.c                     stonith_op_state_str(other->state), other->id);
other             974 daemons/fenced/fenced_remote.c     remote_fencing_op_t *other = NULL;
other             979 daemons/fenced/fenced_remote.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) {
other             980 daemons/fenced/fenced_remote.c         const char *other_action = op_requested_action(other);
other             982 daemons/fenced/fenced_remote.c         if (!strcmp(op->id, other->id)) {
other             985 daemons/fenced/fenced_remote.c         if (other->state > st_exec) {
other             987 daemons/fenced/fenced_remote.c                       op->id, other->id);
other             990 daemons/fenced/fenced_remote.c         if (!pcmk__str_eq(op->target, other->target, pcmk__str_casei)) {
other             992 daemons/fenced/fenced_remote.c                       op->id, other->id, op->target, other->target);
other             997 daemons/fenced/fenced_remote.c                       op->id, other->id, op->action, other_action);
other            1000 daemons/fenced/fenced_remote.c         if (pcmk__str_eq(op->client_name, other->client_name, pcmk__str_casei)) {
other            1002 daemons/fenced/fenced_remote.c                       op->id, other->id, op->client_name);
other            1005 daemons/fenced/fenced_remote.c         if (pcmk__str_eq(other->target, other->originator, pcmk__str_casei)) {
other            1007 daemons/fenced/fenced_remote.c                       op->id, other->id, other->target);
other            1010 daemons/fenced/fenced_remote.c         if (!fencing_peer_active(crm_get_peer(0, other->originator))) {
other            1013 daemons/fenced/fenced_remote.c                        other->action, other->target, other->client_name,
other            1014 daemons/fenced/fenced_remote.c                        other->originator, other->id);
other            1016 daemons/fenced/fenced_remote.c                       op->id, other->id);
other            1017 daemons/fenced/fenced_remote.c             other->state = st_failed;
other            1020 daemons/fenced/fenced_remote.c         if ((other->total_timeout > 0)
other            1021 daemons/fenced/fenced_remote.c             && (now > (other->total_timeout + other->created))) {
other            1023 daemons/fenced/fenced_remote.c                       op->id, other->id, now, other->created,
other            1024 daemons/fenced/fenced_remote.c                       other->total_timeout);
other            1031 daemons/fenced/fenced_remote.c         other->duplicates = g_list_append(other->duplicates, op);
other            1032 daemons/fenced/fenced_remote.c         if (other->total_timeout == 0) {
other            1033 daemons/fenced/fenced_remote.c             other->total_timeout = op->total_timeout =
other            1036 daemons/fenced/fenced_remote.c                       other->id, other->total_timeout);
other            1042 daemons/fenced/fenced_remote.c                    other->client_name, other->originator,
other            1043 daemons/fenced/fenced_remote.c                    op->id, other->id, other->total_timeout);
other            1044 daemons/fenced/fenced_remote.c         report_timeout_period(op, other->total_timeout);
other             523 lib/pacemaker/pcmk_sched_actions.c         pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data;
other             524 lib/pacemaker/pcmk_sched_actions.c         pe_action_t *first = other->action;
other             552 lib/pacemaker/pcmk_sched_actions.c         if (pcmk_is_set(other->type, pe_order_same_node)
other             558 lib/pacemaker/pcmk_sched_actions.c                          other->action->uuid, first_node->details->uname,
other             560 lib/pacemaker/pcmk_sched_actions.c             other->type = pe_order_none;
other             567 lib/pacemaker/pcmk_sched_actions.c             && pcmk_is_set(other->type, pe_order_then_cancels_first)
other             573 lib/pacemaker/pcmk_sched_actions.c             pe__set_action_flags(other->action, pe_action_optional);
other             583 lib/pacemaker/pcmk_sched_actions.c         if (first != other->action) {
other             585 lib/pacemaker/pcmk_sched_actions.c                          then->uuid, first->uuid, other->action->uuid);
other             591 lib/pacemaker/pcmk_sched_actions.c                      other->type, action_node_str(first));
other             593 lib/pacemaker/pcmk_sched_actions.c         if (first == other->action) {
other             605 lib/pacemaker/pcmk_sched_actions.c                                                         other, data_set);
other             610 lib/pacemaker/pcmk_sched_actions.c         } else if (order_actions(first, then, other->type)) {
other             621 lib/pacemaker/pcmk_sched_actions.c                          other->action->uuid, then->uuid, first->uuid,
other             624 lib/pacemaker/pcmk_sched_actions.c             other->type = pe_order_none;
other             632 lib/pacemaker/pcmk_sched_actions.c                 pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc2->data;
other             634 lib/pacemaker/pcmk_sched_actions.c                 pcmk__update_action_for_orderings(other->action, data_set);
other             657 lib/pacemaker/pcmk_sched_actions.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data;
other             659 lib/pacemaker/pcmk_sched_actions.c             pcmk__update_action_for_orderings(other->action, data_set);
other             740 lib/pacemaker/pcmk_sched_actions.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) iter->data;
other             742 lib/pacemaker/pcmk_sched_actions.c             pcmk__log_action("\t\t", other->action, false);
other             746 lib/pacemaker/pcmk_sched_actions.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) iter->data;
other             748 lib/pacemaker/pcmk_sched_actions.c             pcmk__log_action("\t\t", other->action, false);
other            1018 lib/pacemaker/pcmk_sched_bundle.c                     pe__bundle_replica_t *other = tIter->data;
other            1020 lib/pacemaker/pcmk_sched_bundle.c                     if ((other != replica) && (other != NULL)
other            1021 lib/pacemaker/pcmk_sched_bundle.c                         && (other->container != NULL)) {
other            1025 lib/pacemaker/pcmk_sched_bundle.c                                            NULL, other->container,
other            1026 lib/pacemaker/pcmk_sched_bundle.c                                            pcmk__op_key(other->container->id, RSC_START, 0),
other             442 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *other = NULL;
other             446 lib/pacemaker/pcmk_sched_native.c                 other = constraint->primary;
other             450 lib/pacemaker/pcmk_sched_native.c                 other = constraint->dependent;
other             456 lib/pacemaker/pcmk_sched_native.c             work = pcmk__native_merge_weights(other, primary_id, work,
other             967 lib/pacemaker/pcmk_sched_promotable.c node_hash_update_one(GHashTable * hash, pe_node_t * other, const char *attr, int score)
other             973 lib/pacemaker/pcmk_sched_promotable.c     if (other == NULL) {
other             980 lib/pacemaker/pcmk_sched_promotable.c     value = pe_node_attribute_raw(other, attr);
other             986 lib/pacemaker/pcmk_sched_promotable.c             crm_trace("%s: %d + %d", node->details->uname, node->weight, other->weight);
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))