error_output      190 include/crm/fencing/internal.h                       char **output, char **error_output);
error_output      625 include/crm/stonith-ng.h                     char **output, char **error_output);
error_output       42 lib/fencing/fencing_private.h                            char **output, char **error_output);
error_output       59 lib/fencing/fencing_private.h                           int timeout, char **output, char **error_output);
error_output     1744 lib/fencing/st_client.c                   char **output, char **error_output)
error_output     1774 lib/fencing/st_client.c     if (error_output) {
error_output     1775 lib/fencing/st_client.c         *error_output = NULL;
error_output     1786 lib/fencing/st_client.c                                         output, error_output);
error_output     1794 lib/fencing/st_client.c                                        error_output);
error_output     1803 lib/fencing/st_client.c             if (error_output) {
error_output     1804 lib/fencing/st_client.c                 *error_output = crm_strdup_printf("Agent %s not found", agent);
error_output     1815 lib/fencing/st_client.c             if (error_output) {
error_output     1816 lib/fencing/st_client.c                 *error_output = crm_strdup_printf("Agent %s does not support validation",
error_output     1833 lib/fencing/st_client.c                      char **output, char **error_output)
error_output     1852 lib/fencing/st_client.c                            timeout_sec, output, error_output);
error_output      304 lib/fencing/st_lha.c                       char **output, char **error_output)
error_output      532 lib/fencing/st_output.c     const char *error_output = va_arg(args, const char *);
error_output      547 lib/fencing/st_output.c     out->subprocess_output(out, rc, output, error_output);
error_output      558 lib/fencing/st_output.c     const char *error_output = va_arg(args, const char *);
error_output      569 lib/fencing/st_output.c     out->subprocess_output(out, rc, output, error_output);
error_output      580 lib/fencing/st_output.c     const char *error_output = va_arg(args, const char *);
error_output      594 lib/fencing/st_output.c     out->subprocess_output(out, rc, output, error_output);
error_output      271 lib/fencing/st_rhcs.c                        char **output, char **error_output)
error_output      317 lib/fencing/st_rhcs.c         if (error_output != NULL) {
error_output      318 lib/fencing/st_rhcs.c             *error_output = result->action_stderr;
error_output      622 lib/pacemaker/pcmk_fence.c     char *error_output = NULL;
error_output      626 lib/pacemaker/pcmk_fence.c                             pcmk__timeout_ms2s(timeout), &output, &error_output);
error_output      627 lib/pacemaker/pcmk_fence.c     out->message(out, "validate", agent, id, output, error_output, rc);