real_action        59 daemons/execd/execd_commands.c     char *real_action;
real_action       373 daemons/execd/execd_commands.c     free(cmd->real_action);
real_action       655 daemons/execd/execd_commands.c     if(cmd->real_action) {
real_action       656 daemons/execd/execd_commands.c         crm_xml_add(notify, PCMK__XA_LRMD_RSC_ACTION, cmd->real_action);
real_action       893 daemons/execd/execd_commands.c                cmd->real_action == NULL) {
real_action       896 daemons/execd/execd_commands.c         cmd->real_action = cmd->action;
real_action       898 daemons/execd/execd_commands.c     } else if (cmd->real_action != NULL) {
real_action       904 daemons/execd/execd_commands.c                    && pcmk__str_eq(cmd->real_action, PCMK_ACTION_STOP,
real_action       914 daemons/execd/execd_commands.c                       cmd->rsc_id, cmd->real_action, time_sum, timeout_left,
real_action       923 daemons/execd/execd_commands.c                 if (pcmk__str_eq(cmd->real_action, PCMK_ACTION_START,
real_action       926 daemons/execd/execd_commands.c                 } else if (pcmk__str_eq(cmd->real_action, PCMK_ACTION_STOP,
real_action       975 daemons/execd/execd_commands.c                       cmd->rsc_id, cmd->real_action, time_sum, timeout_left, delay);
real_action      1003 daemons/execd/execd_commands.c                    (cmd->real_action? cmd->real_action : cmd->action),
real_action      1821 daemons/execd/execd_commands.c                     pcmk__s(cmd->real_action, cmd->action));