action_stdout     648 daemons/execd/execd_commands.c     } else if (cmd->result.action_stdout != NULL) {
action_stdout     649 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->result.action_stdout);
action_stdout    1197 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(result->action_stdout);
action_stdout    2371 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2378 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2426 daemons/fenced/fenced_commands.c         crm_log_output(output_log_level, prefix, result->action_stdout);
action_stdout      29 include/crm/common/results_internal.h     char *action_stdout;    // Action output
action_stdout      44 include/crm/common/results_internal.h         .action_stdout = NULL,                  \
action_stdout     889 lib/common/results.c     free(result->action_stdout);
action_stdout     890 lib/common/results.c     result->action_stdout = out;
action_stdout     912 lib/common/results.c     free(result->action_stdout);
action_stdout     913 lib/common/results.c     result->action_stdout = NULL;
action_stdout     933 lib/common/results.c     pcmk__str_update(&src->action_stdout, dst->action_stdout);
action_stdout     414 lib/fencing/st_actions.c     const char *action_stdout = NULL;
action_stdout     423 lib/fencing/st_actions.c         action_stdout = result->action_stdout;
action_stdout     430 lib/fencing/st_actions.c     crm_xml_add(xml, F_STONITH_OUTPUT, action_stdout);
action_stdout     474 lib/fencing/st_actions.c     char *action_stdout = NULL;
action_stdout     479 lib/fencing/st_actions.c     action_stdout = crm_element_value_copy(xml, F_STONITH_OUTPUT);
action_stdout     505 lib/fencing/st_actions.c     pcmk__set_result_output(result, action_stdout, NULL);
action_stdout     159 lib/fencing/st_rhcs.c     if (result->action_stdout == NULL) {
action_stdout     165 lib/fencing/st_rhcs.c     xml = string2xml(result->action_stdout);
action_stdout     308 lib/fencing/st_rhcs.c             *output = result->action_stdout;
action_stdout     309 lib/fencing/st_rhcs.c             result->action_stdout = NULL;