|
| xmlNode * | get_object_root (const char *object_type, xmlNode *the_root) |
| |
| void | print_str_str (gpointer key, gpointer value, gpointer user_data) |
| |
| gboolean | ghash_free_str_str (gpointer key, gpointer value, gpointer user_data) |
| |
| void | unpack_operation (action_t *action, xmlNode *xml_obj, resource_t *container, pe_working_set_t *data_set) |
| |
| bool | pe_can_fence (pe_working_set_t *data_set, node_t *node) |
| |
| node_t * | node_copy (node_t *this_node) |
| |
| void | node_list_exclude (GHashTable *hash, GListPtr list, gboolean merge_scores) |
| |
| GHashTable * | node_hash_from_list (GListPtr list) |
| |
| GListPtr | node_list_dup (GListPtr list1, gboolean reset, gboolean filter) |
| |
| gint | sort_node_uname (gconstpointer a, gconstpointer b) |
| |
| void | dump_node_scores_worker (int level, const char *file, const char *function, int line, resource_t *rsc, const char *comment, GHashTable *nodes) |
| |
| void | dump_node_capacity (int level, const char *comment, node_t *node) |
| |
| void | dump_rsc_utilization (int level, const char *comment, resource_t *rsc, node_t *node) |
| |
| gint | sort_rsc_index (gconstpointer a, gconstpointer b) |
| |
| gint | sort_rsc_priority (gconstpointer a, gconstpointer b) |
| |
| action_t * | custom_action (resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean save_action, pe_working_set_t *data_set) |
| |
| xmlNode * | find_rsc_op_entry (resource_t *rsc, const char *key) |
| |
| void | print_node (const char *pre_text, node_t *node, gboolean details) |
| |
| void | print_resource (int log_level, const char *pre_text, resource_t *rsc, gboolean details) |
| |
| void | pe_free_action (action_t *action) |
| |
| GListPtr | find_recurring_actions (GListPtr input, node_t *not_on_node) |
| |
| enum action_tasks | get_complex_task (resource_t *rsc, const char *name, gboolean allow_non_atomic) |
| |
| action_t * | find_first_action (GListPtr input, const char *uuid, const char *task, node_t *on_node) |
| |
| GListPtr | find_actions (GListPtr input, const char *key, node_t *on_node) |
| |
| GListPtr | find_actions_exact (GListPtr input, const char *key, node_t *on_node) |
| |
| void | resource_location (resource_t *rsc, node_t *node, int score, const char *tag, pe_working_set_t *data_set) |
| |
| gint | sort_op_by_callid (gconstpointer a, gconstpointer b) |
| |
| time_t | get_effective_time (pe_working_set_t *data_set) |
| |
| int | get_failcount (node_t *node, resource_t *rsc, time_t *last_failure, pe_working_set_t *data_set) |
| |
| int | get_failcount_full (node_t *node, resource_t *rsc, time_t *last_failure, bool effective, xmlNode *xml_op, pe_working_set_t *data_set) |
| |
| int | get_failcount_all (node_t *node, resource_t *rsc, time_t *last_failure, pe_working_set_t *data_set) |
| |
| gboolean | get_target_role (resource_t *rsc, enum rsc_role_e *role) |
| |
| gboolean | order_actions (action_t *lh_action, action_t *rh_action, enum pe_ordering order) |
| |
| action_t * | get_pseudo_op (const char *name, pe_working_set_t *data_set) |
| |
| void | destroy_ticket (gpointer data) |
| |
| ticket_t * | ticket_new (const char *ticket_id, pe_working_set_t *data_set) |
| |
| op_digest_cache_t * | rsc_action_digest_cmp (resource_t *rsc, xmlNode *xml_op, node_t *node, pe_working_set_t *data_set) |
| |
| const char * | rsc_printable_id (resource_t *rsc) |
| |
| gboolean | is_baremetal_remote_node (node_t *node) |
| |
| gboolean | is_container_remote_node (node_t *node) |
| |
| gboolean | is_remote_node (node_t *node) |
| |
| resource_t * | rsc_contains_remote_node (pe_working_set_t *data_set, resource_t *rsc) |
| |
| gboolean | xml_contains_remote_node (xmlNode *xml) |
| |
| void | clear_bit_recursive (resource_t *rsc, unsigned long long flag) |
| |
| void | set_bit_recursive (resource_t *rsc, unsigned long long flag) |
| |
| action_t * | pe_fence_op (node_t *node, const char *op, bool optional, pe_working_set_t *data_set) |
| |
| void | trigger_unfencing (resource_t *rsc, node_t *node, const char *reason, action_t *dependency, pe_working_set_t *data_set) |
| |
| gboolean | add_tag_ref (GHashTable *tags, const char *tag_name, const char *obj_ref) |
| |