pacemaker
2.0.5-ba59be712
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <stdarg.h>
#include <crm/stonith-ng.h>
#include <crm/common/iso8601.h>
#include <crm/common/util.h>
#include <crm/common/xml.h>
#include <crm/common/output_internal.h>
#include <crm/fencing/internal.h>
#include <crm/pengine/internal.h>
Go to the source code of this file.
Functions | |
int | stonith__failed_history (pcmk__output_t *out, va_list args) |
int | stonith__history (pcmk__output_t *out, va_list args) |
int | stonith__full_history (pcmk__output_t *out, va_list args) |
int | stonith__full_history_xml (pcmk__output_t *out, va_list args) |
int | stonith__last_fenced_html (pcmk__output_t *out, va_list args) |
int | stonith__last_fenced_text (pcmk__output_t *out, va_list args) |
int | stonith__last_fenced_xml (pcmk__output_t *out, va_list args) |
int | stonith__pending_actions (pcmk__output_t *out, va_list args) |
int | stonith__event_html (pcmk__output_t *out, va_list args) |
int | stonith__event_text (pcmk__output_t *out, va_list args) |
int | stonith__event_xml (pcmk__output_t *out, va_list args) |
int | stonith__validate_agent_html (pcmk__output_t *out, va_list args) |
int | stonith__validate_agent_text (pcmk__output_t *out, va_list args) |
int | stonith__validate_agent_xml (pcmk__output_t *out, va_list args) |
void | stonith__register_messages (pcmk__output_t *out) |
int stonith__event_html | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 229 of file st_output.c.
int stonith__event_text | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 277 of file st_output.c.
int stonith__event_xml | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 315 of file st_output.c.
int stonith__failed_history | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 34 of file st_output.c.
int stonith__full_history | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 88 of file st_output.c.
int stonith__full_history_xml | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 113 of file st_output.c.
int stonith__history | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 62 of file st_output.c.
int stonith__last_fenced_html | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 149 of file st_output.c.
int stonith__last_fenced_text | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 165 of file st_output.c.
int stonith__last_fenced_xml | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 180 of file st_output.c.
int stonith__pending_actions | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 200 of file st_output.c.
void stonith__register_messages | ( | pcmk__output_t * | out | ) |
Definition at line 459 of file st_output.c.
int stonith__validate_agent_html | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 361 of file st_output.c.
int stonith__validate_agent_text | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 386 of file st_output.c.
int stonith__validate_agent_xml | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 414 of file st_output.c.