real_action        58 daemons/execd/execd_commands.c     char *real_action;
real_action       358 daemons/execd/execd_commands.c     free(cmd->real_action);
real_action       637 daemons/execd/execd_commands.c     if(cmd->real_action) {
real_action       638 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->real_action);
real_action       850 daemons/execd/execd_commands.c             cmd->real_action = cmd->action;
real_action       853 daemons/execd/execd_commands.c         } else if (cmd->real_action != NULL) {
real_action       859 daemons/execd/execd_commands.c                        && pcmk__str_eq(cmd->real_action, "stop", pcmk__str_casei)) {
real_action       868 daemons/execd/execd_commands.c                           cmd->rsc_id, cmd->real_action, time_sum, timeout_left,
real_action       877 daemons/execd/execd_commands.c                     if (pcmk__str_eq(cmd->real_action, "start", pcmk__str_casei)) {
real_action       879 daemons/execd/execd_commands.c                     } else if (pcmk__str_eq(cmd->real_action, "stop", pcmk__str_casei)) {
real_action       921 daemons/execd/execd_commands.c                           cmd->rsc_id, cmd->real_action, time_sum, timeout_left, delay);
real_action       947 daemons/execd/execd_commands.c                        (cmd->real_action? cmd->real_action : cmd->action),
real_action      1727 daemons/execd/execd_commands.c                     (cmd->real_action? cmd->real_action : cmd->action));