cmd_other        2586 daemons/fenced/fenced_commands.c         async_command_t *cmd_other = gIter->data;
cmd_other        2590 daemons/fenced/fenced_commands.c         if (cmd == cmd_other) {
cmd_other        2600 daemons/fenced/fenced_commands.c         if (pcmk__str_eq(cmd->client, cmd_other->client, pcmk__str_casei) ||
cmd_other        2601 daemons/fenced/fenced_commands.c             !pcmk__str_eq(cmd->victim, cmd_other->victim, pcmk__str_casei) ||
cmd_other        2602 daemons/fenced/fenced_commands.c             !pcmk__str_eq(cmd->action, cmd_other->action, pcmk__str_casei) ||
cmd_other        2603 daemons/fenced/fenced_commands.c             !pcmk__str_eq(cmd->device, cmd_other->device, pcmk__str_casei)) {
cmd_other        2618 daemons/fenced/fenced_commands.c                    cmd_other->action, cmd_other->victim, cmd_other->client_name,
cmd_other        2623 daemons/fenced/fenced_commands.c         send_async_reply(cmd_other, result, pid, true);
cmd_other        2624 daemons/fenced/fenced_commands.c         cancel_stonith_command(cmd_other);
cmd_other        2626 daemons/fenced/fenced_commands.c         free_async_command(cmd_other);