real_action        56 daemons/execd/execd_commands.c     char *real_action;
real_action       353 daemons/execd/execd_commands.c     free(cmd->real_action);
real_action       632 daemons/execd/execd_commands.c     if(cmd->real_action) {
real_action       633 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_ACTION, cmd->real_action);
real_action       889 daemons/execd/execd_commands.c             cmd->real_action = cmd->action;
real_action       892 daemons/execd/execd_commands.c         } else if (cmd->real_action != NULL) {
real_action       898 daemons/execd/execd_commands.c                        && pcmk__str_eq(cmd->real_action, "stop", pcmk__str_casei)) {
real_action       907 daemons/execd/execd_commands.c                           cmd->rsc_id, cmd->real_action, time_sum, timeout_left,
real_action       916 daemons/execd/execd_commands.c                     if (pcmk__str_eq(cmd->real_action, "start", pcmk__str_casei)) {
real_action       918 daemons/execd/execd_commands.c                     } else if (pcmk__str_eq(cmd->real_action, "stop", pcmk__str_casei)) {
real_action       960 daemons/execd/execd_commands.c                           cmd->rsc_id, cmd->real_action, time_sum, timeout_left, delay);
real_action       986 daemons/execd/execd_commands.c                        (cmd->real_action? cmd->real_action : cmd->action),
real_action      1740 daemons/execd/execd_commands.c                     (cmd->real_action? cmd->real_action : cmd->action));