pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Functions
native.c File Reference
#include <crm_internal.h>
#include <stdint.h>
#include <crm/common/output.h>
#include <crm/pengine/rules.h>
#include <crm/pengine/status.h>
#include <crm/pengine/complex.h>
#include <crm/pengine/internal.h>
#include <crm/common/xml.h>
#include <pe_status_private.h>
Include dependency graph for native.c:

Go to the source code of this file.

Functions

void native_add_running (pcmk_resource_t *rsc, pcmk_node_t *node, pcmk_scheduler_t *scheduler, gboolean failed)
 
gboolean native_unpack (pcmk_resource_t *rsc, pcmk_scheduler_t *scheduler)
 
pcmk_resource_tnative_find_rsc (pcmk_resource_t *rsc, const char *id, const pcmk_node_t *on_node, int flags)
 
char * native_parameter (pcmk_resource_t *rsc, pcmk_node_t *node, gboolean create, const char *name, pcmk_scheduler_t *scheduler)
 
gboolean native_active (pcmk_resource_t *rsc, gboolean all)
 
gchar * pcmk__native_output_string (const pcmk_resource_t *rsc, const char *name, const pcmk_node_t *node, uint32_t show_opts, const char *target_role, bool show_nodes)
 
int pe__common_output_html (pcmk__output_t *out, const pcmk_resource_t *rsc, const char *name, const pcmk_node_t *node, uint32_t show_opts)
 
int pe__common_output_text (pcmk__output_t *out, const pcmk_resource_t *rsc, const char *name, const pcmk_node_t *node, uint32_t show_opts)
 
void native_free (pcmk_resource_t *rsc)
 
enum rsc_role_e native_resource_state (const pcmk_resource_t *rsc, gboolean current)
 
pcmk_node_tnative_location (const pcmk_resource_t *rsc, GList **list, uint32_t target)
 
int pe__rscs_brief_output (pcmk__output_t *out, GList *rsc_list, uint32_t show_opts)
 
gboolean pe__native_is_filtered (const pcmk_resource_t *rsc, GList *only_rsc, gboolean check_parent)
 
unsigned int pe__primitive_max_per_node (const pcmk_resource_t *rsc)
 

Function Documentation

◆ native_active()

gboolean native_active ( pcmk_resource_t rsc,
gboolean  all 
)

Definition at line 346 of file native.c.

◆ native_add_running()

void native_add_running ( pcmk_resource_t rsc,
pcmk_node_t node,
pcmk_scheduler_t scheduler,
gboolean  failed 
)

Definition at line 87 of file native.c.

◆ native_find_rsc()

pcmk_resource_t* native_find_rsc ( pcmk_resource_t rsc,
const char *  id,
const pcmk_node_t on_node,
int  flags 
)

Definition at line 270 of file native.c.

◆ native_free()

void native_free ( pcmk_resource_t rsc)

Definition at line 888 of file native.c.

◆ native_location()

pcmk_node_t* native_location ( const pcmk_resource_t rsc,
GList **  list,
uint32_t  target 
)

Definition at line 918 of file native.c.

◆ native_parameter()

char* native_parameter ( pcmk_resource_t rsc,
pcmk_node_t node,
gboolean  create,
const char *  name,
pcmk_scheduler_t scheduler 
)

Definition at line 326 of file native.c.

◆ native_resource_state()

enum rsc_role_e native_resource_state ( const pcmk_resource_t rsc,
gboolean  current 
)

Definition at line 895 of file native.c.

◆ native_unpack()

gboolean native_unpack ( pcmk_resource_t rsc,
pcmk_scheduler_t scheduler 
)

Definition at line 205 of file native.c.

◆ pcmk__native_output_string()

gchar* pcmk__native_output_string ( const pcmk_resource_t rsc,
const char *  name,
const pcmk_node_t node,
uint32_t  show_opts,
const char *  target_role,
bool  show_nodes 
)

Definition at line 494 of file native.c.

◆ pe__common_output_html()

int pe__common_output_html ( pcmk__output_t out,
const pcmk_resource_t rsc,
const char *  name,
const pcmk_node_t node,
uint32_t  show_opts 
)

Definition at line 664 of file native.c.

◆ pe__common_output_text()

int pe__common_output_text ( pcmk__output_t out,
const pcmk_resource_t rsc,
const char *  name,
const pcmk_node_t node,
uint32_t  show_opts 
)

Definition at line 718 of file native.c.

◆ pe__native_is_filtered()

gboolean pe__native_is_filtered ( const pcmk_resource_t rsc,
GList *  only_rsc,
gboolean  check_parent 
)

Definition at line 1150 of file native.c.

◆ pe__primitive_max_per_node()

unsigned int pe__primitive_max_per_node ( const pcmk_resource_t rsc)

Definition at line 1174 of file native.c.

◆ pe__rscs_brief_output()

int pe__rscs_brief_output ( pcmk__output_t out,
GList *  rsc_list,
uint32_t  show_opts 
)

Definition at line 1057 of file native.c.