Go to the source code of this file.
|
void | native_add_running (resource_t *rsc, node_t *node, pe_working_set_t *data_set) |
|
void | force_non_unique_clone (resource_t *rsc, const char *rid, pe_working_set_t *data_set) |
|
gboolean | native_unpack (resource_t *rsc, pe_working_set_t *data_set) |
|
resource_t * | native_find_rsc (resource_t *rsc, const char *id, node_t *on_node, int flags) |
|
char * | native_parameter (resource_t *rsc, node_t *node, gboolean create, const char *name, pe_working_set_t *data_set) |
|
gboolean | native_active (resource_t *rsc, gboolean all) |
|
void | common_print (resource_t *rsc, const char *pre_text, const char *name, node_t *node, long options, void *print_data) |
|
void | native_print (resource_t *rsc, const char *pre_text, long options, void *print_data) |
|
void | native_free (resource_t *rsc) |
|
enum rsc_role_e | native_resource_state (const resource_t *rsc, gboolean current) |
|
node_t * | native_location (resource_t *rsc, GListPtr *list, gboolean current) |
|
void | print_rscs_brief (GListPtr rsc_list, const char *pre_text, long options, void *print_data, gboolean print_all) |
|
void common_print |
( |
resource_t * |
rsc, |
|
|
const char * |
pre_text, |
|
|
const char * |
name, |
|
|
node_t * |
node, |
|
|
long |
options, |
|
|
void * |
print_data |
|
) |
| |
gboolean native_active |
( |
resource_t * |
rsc, |
|
|
gboolean |
all |
|
) |
| |
void native_print |
( |
resource_t * |
rsc, |
|
|
const char * |
pre_text, |
|
|
long |
options, |
|
|
void * |
print_data |
|
) |
| |
void print_rscs_brief |
( |
GListPtr |
rsc_list, |
|
|
const char * |
pre_text, |
|
|
long |
options, |
|
|
void * |
print_data, |
|
|
gboolean |
print_all |
|
) |
| |