cmd_other 2205 daemons/fenced/fenced_commands.c async_command_t *cmd_other = gIter->data; cmd_other 2209 daemons/fenced/fenced_commands.c if (cmd == cmd_other) { cmd_other 2219 daemons/fenced/fenced_commands.c if (pcmk__str_eq(cmd->client, cmd_other->client, pcmk__str_casei) || cmd_other 2220 daemons/fenced/fenced_commands.c !pcmk__str_eq(cmd->victim, cmd_other->victim, pcmk__str_casei) || cmd_other 2221 daemons/fenced/fenced_commands.c !pcmk__str_eq(cmd->action, cmd_other->action, pcmk__str_casei) || cmd_other 2222 daemons/fenced/fenced_commands.c !pcmk__str_eq(cmd->device, cmd_other->device, pcmk__str_casei)) { cmd_other 2237 daemons/fenced/fenced_commands.c cmd_other->action, cmd_other->victim, cmd_other->client_name, cmd->client_name); cmd_other 2241 daemons/fenced/fenced_commands.c stonith_send_async_reply(cmd_other, output, rc, pid, st_reply_opt_merged); cmd_other 2242 daemons/fenced/fenced_commands.c cancel_stonith_command(cmd_other); cmd_other 2244 daemons/fenced/fenced_commands.c free_async_command(cmd_other);