cmd_other 2587 daemons/fenced/fenced_commands.c async_command_t *cmd_other = gIter->data; cmd_other 2591 daemons/fenced/fenced_commands.c if (cmd == cmd_other) { cmd_other 2601 daemons/fenced/fenced_commands.c if (pcmk__str_eq(cmd->client, cmd_other->client, pcmk__str_casei) || cmd_other 2602 daemons/fenced/fenced_commands.c !pcmk__str_eq(cmd->victim, cmd_other->victim, pcmk__str_casei) || cmd_other 2603 daemons/fenced/fenced_commands.c !pcmk__str_eq(cmd->action, cmd_other->action, pcmk__str_casei) || cmd_other 2604 daemons/fenced/fenced_commands.c !pcmk__str_eq(cmd->device, cmd_other->device, pcmk__str_casei)) { cmd_other 2619 daemons/fenced/fenced_commands.c cmd_other->action, cmd_other->victim, cmd_other->client_name, cmd_other 2624 daemons/fenced/fenced_commands.c send_async_reply(cmd_other, result, pid, true); cmd_other 2625 daemons/fenced/fenced_commands.c cancel_stonith_command(cmd_other); cmd_other 2627 daemons/fenced/fenced_commands.c free_async_command(cmd_other);