![]() |
pacemaker
2.0.4-2deceaa
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/output.h>
#include <crm/common/util.h>
#include <crm/common/xml.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 284 of file st_output.c.
int stonith__event_text | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 332 of file st_output.c.
int stonith__event_xml | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 370 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 114 of file st_output.c.
int stonith__full_history_xml | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 151 of file st_output.c.
int stonith__history | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 73 of file st_output.c.
int stonith__last_fenced_html | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 193 of file st_output.c.
int stonith__last_fenced_text | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 209 of file st_output.c.
int stonith__last_fenced_xml | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 224 of file st_output.c.
int stonith__pending_actions | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 244 of file st_output.c.
void stonith__register_messages | ( | pcmk__output_t * | out | ) |
Definition at line 525 of file st_output.c.
int stonith__validate_agent_html | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 416 of file st_output.c.
int stonith__validate_agent_text | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 441 of file st_output.c.
int stonith__validate_agent_xml | ( | pcmk__output_t * | out, |
va_list | args | ||
) |
Definition at line 469 of file st_output.c.