real_action        58 daemons/execd/execd_commands.c     char *real_action;
real_action       360 daemons/execd/execd_commands.c     free(cmd->real_action);
real_action       639 daemons/execd/execd_commands.c     if(cmd->real_action) {
real_action       640 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->real_action);
real_action       855 daemons/execd/execd_commands.c             cmd->real_action = cmd->action;
real_action       858 daemons/execd/execd_commands.c         } else if (cmd->real_action != NULL) {
real_action       864 daemons/execd/execd_commands.c                        && pcmk__str_eq(cmd->real_action, PCMK_ACTION_STOP,
real_action       874 daemons/execd/execd_commands.c                           cmd->rsc_id, cmd->real_action, time_sum, timeout_left,
real_action       883 daemons/execd/execd_commands.c                     if (pcmk__str_eq(cmd->real_action, PCMK_ACTION_START,
real_action       886 daemons/execd/execd_commands.c                     } else if (pcmk__str_eq(cmd->real_action, PCMK_ACTION_STOP,
real_action       929 daemons/execd/execd_commands.c                           cmd->rsc_id, cmd->real_action, time_sum, timeout_left, delay);
real_action       955 daemons/execd/execd_commands.c                        (cmd->real_action? cmd->real_action : cmd->action),
real_action      1755 daemons/execd/execd_commands.c                     (cmd->real_action? cmd->real_action : cmd->action));