cmd_other 2475 daemons/fenced/fenced_commands.c async_command_t *cmd_other = gIter->data; cmd_other 2479 daemons/fenced/fenced_commands.c if (cmd == cmd_other) { cmd_other 2489 daemons/fenced/fenced_commands.c if (pcmk__str_eq(cmd->client, cmd_other->client, pcmk__str_casei) || cmd_other 2490 daemons/fenced/fenced_commands.c !pcmk__str_eq(cmd->victim, cmd_other->victim, pcmk__str_casei) || cmd_other 2491 daemons/fenced/fenced_commands.c !pcmk__str_eq(cmd->action, cmd_other->action, pcmk__str_casei) || cmd_other 2492 daemons/fenced/fenced_commands.c !pcmk__str_eq(cmd->device, cmd_other->device, pcmk__str_casei)) { cmd_other 2507 daemons/fenced/fenced_commands.c cmd_other->action, cmd_other->victim, cmd_other->client_name, cmd_other 2512 daemons/fenced/fenced_commands.c stonith_send_async_reply(cmd_other, output, rc, pid, true); cmd_other 2513 daemons/fenced/fenced_commands.c cancel_stonith_command(cmd_other); cmd_other 2515 daemons/fenced/fenced_commands.c free_async_command(cmd_other);