cmd_other        2173 fencing/commands.c         async_command_t *cmd_other = gIter->data;
cmd_other        2177 fencing/commands.c         if (cmd == cmd_other) {
cmd_other        2187 fencing/commands.c         if (safe_str_eq(cmd->client, cmd_other->client) ||
cmd_other        2188 fencing/commands.c             safe_str_neq(cmd->victim, cmd_other->victim) ||
cmd_other        2189 fencing/commands.c             safe_str_neq(cmd->action, cmd_other->action) ||
cmd_other        2190 fencing/commands.c             safe_str_neq(cmd->device, cmd_other->device)) {
cmd_other        2205 fencing/commands.c              cmd_other->action, cmd_other->victim, cmd_other->client_name, cmd->client_name);
cmd_other        2209 fencing/commands.c         stonith_send_async_reply(cmd_other, output, rc, pid);
cmd_other        2210 fencing/commands.c         cancel_stonith_command(cmd_other);
cmd_other        2212 fencing/commands.c         free_async_command(cmd_other);