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       854 daemons/execd/execd_commands.c             cmd->real_action = cmd->action;
real_action       857 daemons/execd/execd_commands.c         } else if (cmd->real_action != NULL) {
real_action       863 daemons/execd/execd_commands.c                        && pcmk__str_eq(cmd->real_action, "stop", pcmk__str_casei)) {
real_action       872 daemons/execd/execd_commands.c                           cmd->rsc_id, cmd->real_action, time_sum, timeout_left,
real_action       881 daemons/execd/execd_commands.c                     if (pcmk__str_eq(cmd->real_action, "start", pcmk__str_casei)) {
real_action       883 daemons/execd/execd_commands.c                     } else if (pcmk__str_eq(cmd->real_action, "stop", pcmk__str_casei)) {
real_action       925 daemons/execd/execd_commands.c                           cmd->rsc_id, cmd->real_action, time_sum, timeout_left, delay);
real_action       951 daemons/execd/execd_commands.c                        (cmd->real_action? cmd->real_action : cmd->action),
real_action      1742 daemons/execd/execd_commands.c                     (cmd->real_action? cmd->real_action : cmd->action));