cmd_other        2273 daemons/fenced/fenced_commands.c         async_command_t *cmd_other = gIter->data;
cmd_other        2277 daemons/fenced/fenced_commands.c         if (cmd == cmd_other) {
cmd_other        2287 daemons/fenced/fenced_commands.c         if (pcmk__str_eq(cmd->client, cmd_other->client, pcmk__str_casei) ||
cmd_other        2288 daemons/fenced/fenced_commands.c             !pcmk__str_eq(cmd->victim, cmd_other->victim, pcmk__str_casei) ||
cmd_other        2289 daemons/fenced/fenced_commands.c             !pcmk__str_eq(cmd->action, cmd_other->action, pcmk__str_casei) ||
cmd_other        2290 daemons/fenced/fenced_commands.c             !pcmk__str_eq(cmd->device, cmd_other->device, pcmk__str_casei)) {
cmd_other        2305 daemons/fenced/fenced_commands.c                    cmd_other->action, cmd_other->victim, cmd_other->client_name,
cmd_other        2310 daemons/fenced/fenced_commands.c         stonith_send_async_reply(cmd_other, output, rc, pid, st_reply_opt_merged);
cmd_other        2311 daemons/fenced/fenced_commands.c         cancel_stonith_command(cmd_other);
cmd_other        2313 daemons/fenced/fenced_commands.c         free_async_command(cmd_other);