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             989 daemons/fenced/fenced_remote.c     remote_fencing_op_t *other = NULL;
other             994 daemons/fenced/fenced_remote.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) {
other             995 daemons/fenced/fenced_remote.c         const char *other_action = op_requested_action(other);
other             997 daemons/fenced/fenced_remote.c         if (!strcmp(op->id, other->id)) {
other            1000 daemons/fenced/fenced_remote.c         if (other->state > st_exec) {
other            1002 daemons/fenced/fenced_remote.c                       op->id, other->id);
other            1005 daemons/fenced/fenced_remote.c         if (!pcmk__str_eq(op->target, other->target, pcmk__str_casei)) {
other            1007 daemons/fenced/fenced_remote.c                       op->id, other->id, op->target, other->target);
other            1012 daemons/fenced/fenced_remote.c                       op->id, other->id, op->action, other_action);
other            1015 daemons/fenced/fenced_remote.c         if (pcmk__str_eq(op->client_name, other->client_name, pcmk__str_casei)) {
other            1017 daemons/fenced/fenced_remote.c                       op->id, other->id, op->client_name);
other            1020 daemons/fenced/fenced_remote.c         if (pcmk__str_eq(other->target, other->originator, pcmk__str_casei)) {
other            1022 daemons/fenced/fenced_remote.c                       op->id, other->id, other->target);
other            1025 daemons/fenced/fenced_remote.c         if (!fencing_peer_active(crm_get_peer(0, other->originator))) {
other            1028 daemons/fenced/fenced_remote.c                        other->action, other->target, other->client_name,
other            1029 daemons/fenced/fenced_remote.c                        other->originator, other->id);
other            1031 daemons/fenced/fenced_remote.c                       op->id, other->id);
other            1032 daemons/fenced/fenced_remote.c             other->state = st_failed;
other            1035 daemons/fenced/fenced_remote.c         if ((other->total_timeout > 0)
other            1036 daemons/fenced/fenced_remote.c             && (now > (other->total_timeout + other->created))) {
other            1038 daemons/fenced/fenced_remote.c                       op->id, other->id, now, other->created,
other            1039 daemons/fenced/fenced_remote.c                       other->total_timeout);
other            1046 daemons/fenced/fenced_remote.c         other->duplicates = g_list_append(other->duplicates, op);
other            1047 daemons/fenced/fenced_remote.c         if (other->total_timeout == 0) {
other            1048 daemons/fenced/fenced_remote.c             other->total_timeout = op->total_timeout =
other            1051 daemons/fenced/fenced_remote.c                       other->id, other->total_timeout);
other            1057 daemons/fenced/fenced_remote.c                    other->client_name, other->originator,
other            1058 daemons/fenced/fenced_remote.c                    op->id, other->id, other->total_timeout);
other            1059 daemons/fenced/fenced_remote.c         report_timeout_period(op, other->total_timeout);
other            2250 lib/fencing/st_client.c     const char *other = NULL;
other            2268 lib/fencing/st_client.c             } else if (other == NULL) {
other            2270 lib/fencing/st_client.c                 other = (prev_hp->delegate == NULL)? "some node" : prev_hp->delegate;
other            2274 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            1023 lib/pacemaker/pcmk_sched_actions.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) iter->data;
other            1025 lib/pacemaker/pcmk_sched_actions.c             pcmk__log_action("\t\t", other->action, false);
other            1029 lib/pacemaker/pcmk_sched_actions.c             pe_action_wrapper_t *other = (pe_action_wrapper_t *) iter->data;
other            1031 lib/pacemaker/pcmk_sched_actions.c             pcmk__log_action("\t\t", other->action, false);
other            1052 lib/pacemaker/pcmk_sched_bundle.c                 pe__bundle_replica_t *other = tIter->data;
other            1054 lib/pacemaker/pcmk_sched_bundle.c                 if ((other != replica) && (other != NULL)
other            1055 lib/pacemaker/pcmk_sched_bundle.c                     && (other->container != NULL)) {
other            1059 lib/pacemaker/pcmk_sched_bundle.c                                        NULL, other->container,
other            1060 lib/pacemaker/pcmk_sched_bundle.c                                        pcmk__op_key(other->container->id, RSC_START, 0),
other            1469 lib/pacemaker/pcmk_sched_colocation.c             pe_resource_t *other = NULL;
other            1473 lib/pacemaker/pcmk_sched_colocation.c                 other = constraint->primary;
other            1477 lib/pacemaker/pcmk_sched_colocation.c                 other = constraint->dependent;
other            1484 lib/pacemaker/pcmk_sched_colocation.c             pcmk__add_colocated_node_scores(other, log_id, &work,
other             282 lib/pacemaker/pcmk_sched_primitive.c     pe_resource_t *other = colocation->primary;
other             293 lib/pacemaker/pcmk_sched_primitive.c                  rsc->id, colocation->id, other->id,
other             295 lib/pacemaker/pcmk_sched_primitive.c     other->cmds->assign(other, NULL);
other             298 lib/pacemaker/pcmk_sched_primitive.c     rsc->cmds->apply_coloc_score(rsc, other, colocation, true);
other             304 lib/pacemaker/pcmk_sched_primitive.c                     rsc->id, other->id);
other             327 lib/pacemaker/pcmk_sched_primitive.c     pe_resource_t *other = colocation->dependent;
other             335 lib/pacemaker/pcmk_sched_primitive.c                  "to colocation %s", rsc->id, other->id, colocation->id);
other             336 lib/pacemaker/pcmk_sched_primitive.c     pcmk__add_colocated_node_scores(other, rsc->id, &rsc->allowed_nodes,
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))