pe_action_t 185 include/crm/pengine/internal.h pe_action_t *lh_action; pe_action_t 190 include/crm/pengine/internal.h pe_action_t *rh_action; pe_action_t 199 include/crm/pengine/internal.h pe_action_t *pre; pe_action_t 200 include/crm/pengine/internal.h pe_action_t *post; pe_action_t 201 include/crm/pengine/internal.h pe_action_t *pre_done; pe_action_t 202 include/crm/pengine/internal.h pe_action_t *post_done; pe_action_t 310 include/crm/pengine/internal.h pe_action_t *pe__clear_failcount(pe_resource_t *rsc, pe_node_t *node, pe_action_t 343 include/crm/pengine/internal.h extern pe_action_t *get_pseudo_op(const char *name, pe_working_set_t * data_set); pe_action_t 344 include/crm/pengine/internal.h extern gboolean order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order); pe_action_t 365 include/crm/pengine/internal.h extern pe_action_t *custom_action(pe_resource_t * rsc, char *key, const char *task, pe_node_t * on_node, pe_action_t 417 include/crm/pengine/internal.h extern pe_action_t *find_first_action(GList *input, const char *uuid, const char *task, pe_action_t 429 include/crm/pengine/internal.h extern void pe_free_action(pe_action_t * action); pe_action_t 500 include/crm/pengine/internal.h pe_action_t *pe_fence_op(pe_node_t * node, const char *op, bool optional, const char *reason, bool priority_delay, pe_working_set_t * data_set); pe_action_t 502 include/crm/pengine/internal.h pe_resource_t * rsc, pe_node_t *node, const char *reason, pe_action_t *dependency, pe_working_set_t * data_set); pe_action_t 504 include/crm/pengine/internal.h char *pe__action2reason(pe_action_t *action, enum pe_action_flags flag); pe_action_t 505 include/crm/pengine/internal.h void pe_action_set_reason(pe_action_t *action, const char *reason, bool overwrite); pe_action_t 559 include/crm/pengine/internal.h pe_action_t *pe__clear_resource_history(pe_resource_t *rsc, pe_node_t *node, pe_action_t 548 include/crm/pengine/pe_types.h pe_action_t *action; pe_action_t 47 include/crm/pengine/status.h pe_rsc_action_details_t *pe_rsc_action_details(pe_action_t *action); pe_action_t 27 include/pcmki/pcmki_sched_allocate.h gboolean(*create_probe) (pe_resource_t *, pe_node_t *, pe_action_t *, gboolean, pe_working_set_t *); pe_action_t 57 include/pcmki/pcmki_sched_allocate.h enum pe_action_flags (*action_flags) (pe_action_t *, pe_node_t *); pe_action_t 58 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags (*update_actions) (pe_action_t *, pe_action_t *, pe_action_t 113 include/pcmki/pcmki_sched_allocate.h extern enum pe_action_flags native_action_flags(pe_action_t * action, pe_node_t * node); pe_action_t 117 include/pcmki/pcmki_sched_allocate.h extern gboolean native_create_probe(pe_resource_t * rsc, pe_node_t * node, pe_action_t * complete, pe_action_t 135 include/pcmki/pcmki_sched_allocate.h extern enum pe_action_flags group_action_flags(pe_action_t * action, pe_node_t * node); pe_action_t 148 include/pcmki/pcmki_sched_allocate.h pe_action_t *complete, gboolean force, pe_action_t 161 include/pcmki/pcmki_sched_allocate.h enum pe_action_flags pcmk__bundle_action_flags(pe_action_t *action, pe_action_t 180 include/pcmki/pcmki_sched_allocate.h extern enum pe_action_flags clone_action_flags(pe_action_t * action, pe_node_t * node); pe_action_t 182 include/pcmki/pcmki_sched_allocate.h extern gboolean clone_create_probe(pe_resource_t * rsc, pe_node_t * node, pe_action_t * complete, pe_action_t 199 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags native_update_actions(pe_action_t *first, pe_action_t *then, pe_action_t 205 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags group_update_actions(pe_action_t *first, pe_action_t *then, pe_action_t 211 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags pcmk__multi_update_actions(pe_action_t *first, pe_action_t 212 include/pcmki/pcmki_sched_allocate.h pe_action_t *then, pe_action_t 38 include/pcmki/pcmki_sched_utils.h enum pe_action_flags summary_action_flags(pe_action_t * action, GList *children, pe_node_t * node); pe_action_t 39 include/pcmki/pcmki_sched_utils.h enum action_tasks clone_child_action(pe_action_t * action); pe_action_t 22 lib/pacemaker/libpacemaker_private.h void pcmk__update_action_for_orderings(pe_action_t *action, pe_action_t 26 lib/pacemaker/libpacemaker_private.h void pcmk__log_action(const char *pre_text, pe_action_t *action, bool details); pe_action_t 29 lib/pacemaker/libpacemaker_private.h pe_action_t *pcmk__new_rsc_pseudo_action(pe_resource_t *rsc, const char *task, pe_action_t 33 lib/pacemaker/libpacemaker_private.h pe_action_t *pcmk__new_cancel_action(pe_resource_t *rsc, const char *name, pe_action_t 37 lib/pacemaker/libpacemaker_private.h pe_action_t *pcmk__new_shutdown_action(pe_node_t *node, pe_action_t 41 lib/pacemaker/libpacemaker_private.h bool pcmk__action_locks_rsc_to_node(const pe_action_t *action); pe_action_t 44 lib/pacemaker/libpacemaker_private.h void pcmk__deduplicate_action_inputs(pe_action_t *action); pe_action_t 59 lib/pacemaker/libpacemaker_private.h bool pcmk__graph_has_loop(pe_action_t *init_action, pe_action_t *action, pe_action_t 63 lib/pacemaker/libpacemaker_private.h void pcmk__add_action_to_graph(pe_action_t *action, pe_working_set_t *data_set); pe_action_t 72 lib/pacemaker/libpacemaker_private.h void pcmk__order_vs_fence(pe_action_t *stonith_op, pe_working_set_t *data_set); pe_action_t 76 lib/pacemaker/libpacemaker_private.h pe_action_t *action, enum pe_ordering order, pe_action_t 169 lib/pacemaker/libpacemaker_private.h void pcmk__block_colocated_starts(pe_action_t *action, pe_action_t 177 lib/pacemaker/libpacemaker_private.h pe_action_t *lh_action, pe_resource_t *rh_rsc, pe_action_t 178 lib/pacemaker/libpacemaker_private.h char *rh_task, pe_action_t *rh_action, pe_action_t 189 lib/pacemaker/libpacemaker_private.h pe_action_t *shutdown_op, pe_action_t 196 lib/pacemaker/libpacemaker_private.h void pcmk__order_after_each(pe_action_t *after, GList *list); pe_action_t 238 lib/pacemaker/libpacemaker_private.h pe_node_t *pcmk__connection_host_for_action(pe_action_t *action); pe_action_t 245 lib/pacemaker/libpacemaker_private.h void pcmk__add_bundle_meta_to_xml(xmlNode *args_xml, pe_action_t *action); pe_action_t 316 lib/pacemaker/libpacemaker_private.h pe_action_t *action, pe_action_t 317 lib/pacemaker/libpacemaker_private.h pe_action_t *complete); pe_action_t 323 lib/pacemaker/libpacemaker_private.h void pcmk__order_notifs_after_fencing(pe_action_t *action, pe_resource_t *rsc, pe_action_t 324 lib/pacemaker/libpacemaker_private.h pe_action_t *stonith_op); pe_action_t 116 lib/pacemaker/pcmk_graph_producer.c pe_action_t *action = NULL; pe_action_t 138 lib/pacemaker/pcmk_graph_producer.c add_downed_nodes(xmlNode *xml, const pe_action_t *action, pe_action_t 167 lib/pacemaker/pcmk_graph_producer.c pe_action_t *input; pe_action_t 195 lib/pacemaker/pcmk_graph_producer.c clone_op_key(pe_action_t *action, guint interval_ms) pe_action_t 221 lib/pacemaker/pcmk_graph_producer.c add_node_details(pe_action_t *action, xmlNode *xml) pe_action_t 240 lib/pacemaker/pcmk_graph_producer.c add_resource_details(pe_action_t *action, xmlNode *action_xml) pe_action_t 322 lib/pacemaker/pcmk_graph_producer.c add_action_attributes(pe_action_t *action, xmlNode *action_xml) pe_action_t 424 lib/pacemaker/pcmk_graph_producer.c create_graph_action(xmlNode *parent, pe_action_t *action, bool skip_details, pe_action_t 533 lib/pacemaker/pcmk_graph_producer.c should_add_action_to_graph(pe_action_t *action) pe_action_t 643 lib/pacemaker/pcmk_graph_producer.c should_add_input_to_graph(pe_action_t *action, pe_action_wrapper_t *input) pe_action_t 805 lib/pacemaker/pcmk_graph_producer.c pcmk__graph_has_loop(pe_action_t *init_action, pe_action_t *action, pe_action_t 881 lib/pacemaker/pcmk_graph_producer.c create_graph_synapse(pe_action_t *action, pe_working_set_t *data_set) pe_action_t 918 lib/pacemaker/pcmk_graph_producer.c pcmk__add_action_to_graph(pe_action_t *action, pe_working_set_t *data_set) pe_action_t 1061 lib/pacemaker/pcmk_graph_producer.c pe_action_t *action = (pe_action_t *) iter->data; pe_action_t 120 lib/pacemaker/pcmk_output.c pe_action_t *action = va_arg(args, pe_action_t *); pe_action_t 121 lib/pacemaker/pcmk_output.c pe_action_t *source = va_arg(args, pe_action_t *); pe_action_t 233 lib/pacemaker/pcmk_output.c pe_action_t *action = va_arg(args, pe_action_t *); pe_action_t 234 lib/pacemaker/pcmk_output.c pe_action_t *source = va_arg(args, pe_action_t *); pe_action_t 890 lib/pacemaker/pcmk_output.c pe_action_t *start = NULL; pe_action_t 891 lib/pacemaker/pcmk_output.c pe_action_t *stop = NULL; pe_action_t 892 lib/pacemaker/pcmk_output.c pe_action_t *promote = NULL; pe_action_t 893 lib/pacemaker/pcmk_output.c pe_action_t *demote = NULL; pe_action_t 946 lib/pacemaker/pcmk_output.c pe_action_t *migrate_op = NULL; pe_action_t 1008 lib/pacemaker/pcmk_output.c pe_action_t *stop_op = NULL; pe_action_t 34 lib/pacemaker/pcmk_sched_actions.c action_flags_for_ordering(pe_action_t *action, pe_node_t *node) pe_action_t 187 lib/pacemaker/pcmk_sched_actions.c static pe_action_t * pe_action_t 188 lib/pacemaker/pcmk_sched_actions.c action_for_ordering(pe_action_t *action) pe_action_t 190 lib/pacemaker/pcmk_sched_actions.c pe_action_t *result = action; pe_action_t 221 lib/pacemaker/pcmk_sched_actions.c update_action_for_ordering_flags(pe_action_t *first, pe_action_t *then, pe_action_t 490 lib/pacemaker/pcmk_sched_actions.c pcmk__update_action_for_orderings(pe_action_t *then, pe_working_set_t *data_set) pe_action_t 524 lib/pacemaker/pcmk_sched_actions.c pe_action_t *first = other->action; pe_action_t 673 lib/pacemaker/pcmk_sched_actions.c pcmk__log_action(const char *pre_text, pe_action_t *action, bool details) pe_action_t 770 lib/pacemaker/pcmk_sched_actions.c pe_action_t * pe_action_t 774 lib/pacemaker/pcmk_sched_actions.c pe_action_t *action = NULL; pe_action_t 799 lib/pacemaker/pcmk_sched_actions.c pe_action_t * pe_action_t 803 lib/pacemaker/pcmk_sched_actions.c pe_action_t *cancel_op = NULL; pe_action_t 835 lib/pacemaker/pcmk_sched_actions.c pe_action_t * pe_action_t 839 lib/pacemaker/pcmk_sched_actions.c pe_action_t *shutdown_op = NULL; pe_action_t 1074 lib/pacemaker/pcmk_sched_actions.c pcmk__action_locks_rsc_to_node(const pe_action_t *action) pe_action_t 1123 lib/pacemaker/pcmk_sched_actions.c pcmk__deduplicate_action_inputs(pe_action_t *action) pe_action_t 1175 lib/pacemaker/pcmk_sched_actions.c pe_action_t *action = (pe_action_t *) iter->data; pe_action_t 1233 lib/pacemaker/pcmk_sched_actions.c pe_action_t *cancel = NULL; pe_action_t 1341 lib/pacemaker/pcmk_sched_actions.c pe_action_t *required = custom_action(rsc, key, task, NULL, FALSE, TRUE, pe_action_t 1362 lib/pacemaker/pcmk_sched_actions.c pe_action_t *op = NULL; pe_action_t 1381 lib/pacemaker/pcmk_sched_actions.c pe_action_t *reload = NULL; pe_action_t 362 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *clear_op = NULL; pe_action_t 501 lib/pacemaker/pcmk_sched_allocate.c add_nondc_fencing(GList *list, pe_action_t *action, pe_working_set_t *data_set) pe_action_t 510 lib/pacemaker/pcmk_sched_allocate.c order_actions((pe_action_t *) list->data, action, pe_order_optional); pe_action_t 522 lib/pacemaker/pcmk_sched_allocate.c static pe_action_t * pe_action_t 525 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *fencing = pe_fence_op(node, NULL, FALSE, "node is unclean", pe_action_t 542 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *dc_down = NULL; pe_action_t 556 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *fencing = NULL; pe_action_t 580 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *down_op = pcmk__new_shutdown_action(node, data_set); pe_action_t 634 lib/pacemaker/pcmk_sched_allocate.c order_actions((pe_action_t *) fencing_ops->data, dc_down, pe_action_t 706 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *action = (pe_action_t *) iter->data; pe_action_t 171 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *action = NULL; pe_action_t 551 lib/pacemaker/pcmk_sched_bundle.c pcmk__bundle_action_flags(pe_action_t *action, pe_node_t *node) pe_action_t 636 lib/pacemaker/pcmk_sched_bundle.c multi_update_interleave_actions(pe_action_t *first, pe_action_t *then, pe_action_t 680 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *first_action = NULL; pe_action_t 681 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *then_action = NULL; pe_action_t 778 lib/pacemaker/pcmk_sched_bundle.c can_interleave_actions(pe_action_t *first, pe_action_t *then) pe_action_t 811 lib/pacemaker/pcmk_sched_bundle.c pcmk__multi_update_actions(pe_action_t *first, pe_action_t *then, pe_action_t 837 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node); pe_action_t 971 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *complete, gboolean force, pe_action_t 1045 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *probe = find_first_action(replica->remote->actions, pe_action_t 772 lib/pacemaker/pcmk_sched_clone.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 808 lib/pacemaker/pcmk_sched_clone.c static pe_action_t * pe_action_t 811 lib/pacemaker/pcmk_sched_clone.c pe_action_t *match = NULL; pe_action_t 815 lib/pacemaker/pcmk_sched_clone.c pe_action_t *op = (pe_action_t *) item->data; pe_action_t 833 lib/pacemaker/pcmk_sched_clone.c pe_action_t *stop = NULL; pe_action_t 834 lib/pacemaker/pcmk_sched_clone.c pe_action_t *start = NULL; pe_action_t 835 lib/pacemaker/pcmk_sched_clone.c pe_action_t *last_stop = NULL; pe_action_t 836 lib/pacemaker/pcmk_sched_clone.c pe_action_t *last_start = NULL; pe_action_t 893 lib/pacemaker/pcmk_sched_clone.c pe_action_t *stop = NULL; pe_action_t 894 lib/pacemaker/pcmk_sched_clone.c pe_action_t *stopped = NULL; pe_action_t 896 lib/pacemaker/pcmk_sched_clone.c pe_action_t *start = NULL; pe_action_t 897 lib/pacemaker/pcmk_sched_clone.c pe_action_t *started = NULL; pe_action_t 1194 lib/pacemaker/pcmk_sched_clone.c clone_child_action(pe_action_t * action) pe_action_t 1238 lib/pacemaker/pcmk_sched_clone.c summary_action_flags(pe_action_t * action, GList *children, pe_node_t * node) pe_action_t 1248 lib/pacemaker/pcmk_sched_clone.c pe_action_t *child_action = NULL; pe_action_t 1282 lib/pacemaker/pcmk_sched_clone.c clone_action_flags(pe_action_t * action, pe_node_t * node) pe_action_t 1385 lib/pacemaker/pcmk_sched_clone.c probe_unique_clone(pe_resource_t *rsc, pe_node_t *node, pe_action_t *complete, pe_action_t 1404 lib/pacemaker/pcmk_sched_clone.c pe_action_t *complete, gboolean force, pe_action_t 1436 lib/pacemaker/pcmk_sched_clone.c clone_create_probe(pe_resource_t * rsc, pe_node_t * node, pe_action_t * complete, pe_action_t 756 lib/pacemaker/pcmk_sched_colocation.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 778 lib/pacemaker/pcmk_sched_colocation.c pcmk__block_colocated_starts(pe_action_t *action, pe_working_set_t *data_set) pe_action_t 804 lib/pacemaker/pcmk_sched_colocation.c pe_action_t *start = find_first_action(child->actions, NULL, RSC_START, NULL); pe_action_t 55 lib/pacemaker/pcmk_sched_fencing.c order_start_vs_fencing(pe_resource_t *rsc, pe_action_t *stonith_op, pe_action_t 65 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 109 lib/pacemaker/pcmk_sched_fencing.c order_stop_vs_fencing(pe_resource_t *rsc, pe_action_t *stonith_op, pe_action_t 117 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *parent_stop = NULL; pe_action_t 143 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 216 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 256 lib/pacemaker/pcmk_sched_fencing.c rsc_stonith_ordering(pe_resource_t *rsc, pe_action_t *stonith_op, pe_action_t 291 lib/pacemaker/pcmk_sched_fencing.c pcmk__order_vs_fence(pe_action_t *stonith_op, pe_working_set_t *data_set) pe_action_t 310 lib/pacemaker/pcmk_sched_fencing.c pcmk__order_vs_unfence(pe_resource_t *rsc, pe_node_t *node, pe_action_t *action, pe_action_t 327 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, FALSE, data_set); pe_action_t 353 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *stop = NULL; pe_action_t 354 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *stonith_op = NULL; pe_action_t 389 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *parent_stonith_op = pe_fence_op(stop->node, NULL, FALSE, pe_action_t 144 lib/pacemaker/pcmk_sched_group.c pe_action_t *op = NULL; pe_action_t 205 lib/pacemaker/pcmk_sched_group.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 450 lib/pacemaker/pcmk_sched_group.c group_action_flags(pe_action_t * action, pe_node_t * node) pe_action_t 459 lib/pacemaker/pcmk_sched_group.c pe_action_t *child_action = find_first_action(child->actions, NULL, task_s, node); pe_action_t 495 lib/pacemaker/pcmk_sched_group.c group_update_actions(pe_action_t *first, pe_action_t *then, pe_node_t *node, pe_action_t 508 lib/pacemaker/pcmk_sched_group.c pe_action_t *child_action = find_first_action(child->actions, NULL, then->task, node); pe_action_t 32 lib/pacemaker/pcmk_sched_native.c static void Recurring(pe_resource_t *rsc, pe_action_t *start, pe_node_t *node, pe_action_t 34 lib/pacemaker/pcmk_sched_native.c static void RecurringOp(pe_resource_t *rsc, pe_action_t *start, pe_node_t *node, pe_action_t 36 lib/pacemaker/pcmk_sched_native.c static void Recurring_Stopped(pe_resource_t *rsc, pe_action_t *start, pe_node_t *node, pe_action_t 38 lib/pacemaker/pcmk_sched_native.c static void RecurringOp_Stopped(pe_resource_t *rsc, pe_action_t *start, pe_node_t *node, pe_action_t 697 lib/pacemaker/pcmk_sched_native.c RecurringOp(pe_resource_t * rsc, pe_action_t * start, pe_node_t * node, pe_action_t 707 lib/pacemaker/pcmk_sched_native.c pe_action_t *mon = NULL; pe_action_t 769 lib/pacemaker/pcmk_sched_native.c pe_action_t *op = (pe_action_t *) gIter->data; pe_action_t 786 lib/pacemaker/pcmk_sched_native.c pe_action_t *cancel_op = NULL; pe_action_t 876 lib/pacemaker/pcmk_sched_native.c Recurring(pe_resource_t * rsc, pe_action_t * start, pe_node_t * node, pe_working_set_t * data_set) pe_action_t 894 lib/pacemaker/pcmk_sched_native.c RecurringOp_Stopped(pe_resource_t * rsc, pe_action_t * start, pe_node_t * node, pe_action_t 956 lib/pacemaker/pcmk_sched_native.c pe_action_t *cancel_op = NULL; pe_action_t 981 lib/pacemaker/pcmk_sched_native.c pe_action_t *stopped_mon = NULL; pe_action_t 1018 lib/pacemaker/pcmk_sched_native.c pe_action_t *probe = (pe_action_t *) pIter->data; pe_action_t 1030 lib/pacemaker/pcmk_sched_native.c pe_action_t *stop = (pe_action_t *) local_gIter->data; pe_action_t 1083 lib/pacemaker/pcmk_sched_native.c Recurring_Stopped(pe_resource_t * rsc, pe_action_t * start, pe_node_t * node, pe_working_set_t * data_set) pe_action_t 1103 lib/pacemaker/pcmk_sched_native.c pe_action_t *migrate_to = NULL; pe_action_t 1104 lib/pacemaker/pcmk_sched_native.c pe_action_t *migrate_from = NULL; pe_action_t 1105 lib/pacemaker/pcmk_sched_native.c pe_action_t *start = NULL; pe_action_t 1106 lib/pacemaker/pcmk_sched_native.c pe_action_t *stop = NULL; pe_action_t 1247 lib/pacemaker/pcmk_sched_native.c pe_action_t *start = NULL; pe_action_t 1282 lib/pacemaker/pcmk_sched_native.c pe_action_t *stop = NULL; pe_action_t 1569 lib/pacemaker/pcmk_sched_native.c pe_action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, FALSE, data_set); pe_action_t 1743 lib/pacemaker/pcmk_sched_native.c native_action_flags(pe_action_t * action, pe_node_t * node) pe_action_t 1749 lib/pacemaker/pcmk_sched_native.c is_primitive_action(pe_action_t *action) pe_action_t 1786 lib/pacemaker/pcmk_sched_native.c handle_restart_ordering(pe_action_t *first, pe_action_t *then, pe_action_t 1844 lib/pacemaker/pcmk_sched_native.c native_update_actions(pe_action_t *first, pe_action_t *then, pe_node_t *node, pe_action_t 2000 lib/pacemaker/pcmk_sched_native.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 2045 lib/pacemaker/pcmk_sched_native.c pe_action_t *stop; pe_action_t 2100 lib/pacemaker/pcmk_sched_native.c pe_action_t *unfence = pe_fence_op(current, "on", TRUE, NULL, FALSE, data_set); pe_action_t 2115 lib/pacemaker/pcmk_sched_native.c pe_action_t *start = NULL; pe_action_t 2160 lib/pacemaker/pcmk_sched_native.c pe_action_t *start = (pe_action_t *) gIter->data; pe_action_t 2169 lib/pacemaker/pcmk_sched_native.c pe_action_t *promote = promote_action(rsc, next, optional); pe_action_t 2190 lib/pacemaker/pcmk_sched_native.c pe_action_t *promote = (pe_action_t *) gIter->data; pe_action_t 2276 lib/pacemaker/pcmk_sched_native.c native_create_probe(pe_resource_t * rsc, pe_node_t * node, pe_action_t * complete, pe_action_t 2281 lib/pacemaker/pcmk_sched_native.c pe_action_t *probe = NULL; pe_action_t 251 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify = (pe_action_t *) user_data; pe_action_t 265 lib/pacemaker/pcmk_sched_notif.c add_notify_data_to_action_meta(notify_data_t *n_data, pe_action_t *action) pe_action_t 285 lib/pacemaker/pcmk_sched_notif.c static pe_action_t * pe_action_t 286 lib/pacemaker/pcmk_sched_notif.c new_notify_pseudo_action(pe_resource_t *rsc, const pe_action_t *action, pe_action_t 289 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify = NULL; pe_action_t 314 lib/pacemaker/pcmk_sched_notif.c static pe_action_t * pe_action_t 315 lib/pacemaker/pcmk_sched_notif.c new_notify_action(pe_resource_t *rsc, pe_node_t *node, pe_action_t *op, pe_action_t 316 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify_done, notify_data_t *n_data) pe_action_t 319 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify_action = NULL; pe_action_t 376 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify = NULL; pe_action_t 390 lib/pacemaker/pcmk_sched_notif.c pe_action_t *mon = (pe_action_t *) iter->data; pe_action_t 436 lib/pacemaker/pcmk_sched_notif.c pe_action_t *action, pe_action_t *complete) pe_action_t 604 lib/pacemaker/pcmk_sched_notif.c pe_action_t *op = (pe_action_t *) iter->data; pe_action_t 767 lib/pacemaker/pcmk_sched_notif.c static pe_action_t * pe_action_t 768 lib/pacemaker/pcmk_sched_notif.c find_remote_start(pe_action_t *action) pe_action_t 792 lib/pacemaker/pcmk_sched_notif.c pe_action_t *stop = NULL; pe_action_t 793 lib/pacemaker/pcmk_sched_notif.c pe_action_t *start = NULL; pe_action_t 804 lib/pacemaker/pcmk_sched_notif.c pe_action_t *op = (pe_action_t *) iter->data; pe_action_t 888 lib/pacemaker/pcmk_sched_notif.c pe_action_t *remote_start = find_remote_start(start); pe_action_t 972 lib/pacemaker/pcmk_sched_notif.c pcmk__order_notifs_after_fencing(pe_action_t *stop, pe_resource_t *rsc, pe_action_t 973 lib/pacemaker/pcmk_sched_notif.c pe_action_t *stonith_op) pe_action_t 330 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *clone_min_met = get_pseudo_op(task, data_set); pe_action_t 486 lib/pacemaker/pcmk_sched_ordering.c task_from_action_or_key(pe_action_t *action, const char *key) pe_action_t 674 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *lh_action, pe_resource_t *rh_rsc, pe_action_t 675 lib/pacemaker/pcmk_sched_ordering.c char *rh_action_task, pe_action_t *rh_action, pe_action_t 911 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *unordered_action = get_pseudo_op(task, data_set); pe_action_t 1220 lib/pacemaker/pcmk_sched_ordering.c ordering_is_invalid(pe_action_t *action, pe_action_wrapper_t *input) pe_action_t 1254 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *action = (pe_action_t *) iter->data; pe_action_t 1277 lib/pacemaker/pcmk_sched_ordering.c pcmk__order_stops_before_shutdown(pe_node_t *node, pe_action_t *shutdown_op, pe_action_t 1281 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *action = (pe_action_t *) iter->data; pe_action_t 1364 lib/pacemaker/pcmk_sched_ordering.c rsc_order_then(pe_action_t *lh_action, pe_resource_t *rsc, pe_action_t 1368 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *rh_action = NULL; pe_action_t 1401 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *rh_action_iter = (pe_action_t *) gIter->data; pe_action_t 1422 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *lh_action = order->lh_action; pe_action_t 1483 lib/pacemaker/pcmk_sched_ordering.c lh_action = (pe_action_t *) gIter->data; pe_action_t 1552 lib/pacemaker/pcmk_sched_ordering.c pcmk__order_after_each(pe_action_t *after, GList *list) pe_action_t 1557 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *before = (pe_action_t *) iter->data; pe_action_t 29 lib/pacemaker/pcmk_sched_probes.c probe_needed_before_action(pe_action_t *probe, pe_action_t *then) pe_action_t 163 lib/pacemaker/pcmk_sched_probes.c pe_action_t *probe = (pe_action_t *) probe_iter->data; pe_action_t 168 lib/pacemaker/pcmk_sched_probes.c pe_action_t *then = (pe_action_t *) then_iter->data; pe_action_t 195 lib/pacemaker/pcmk_sched_probes.c add_restart_orderings_for_probe(pe_action_t *probe, pe_action_t *after, pe_action_t 239 lib/pacemaker/pcmk_sched_probes.c pe_action_t *then = (pe_action_t *) iter->data; pe_action_t 332 lib/pacemaker/pcmk_sched_probes.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 362 lib/pacemaker/pcmk_sched_probes.c pe_action_t *probe = (pe_action_t *) iter->data; pe_action_t 421 lib/pacemaker/pcmk_sched_probes.c pe_action_t *start = NULL; pe_action_t 444 lib/pacemaker/pcmk_sched_probes.c pe_action_t *first = before->action; pe_action_t 484 lib/pacemaker/pcmk_sched_probes.c pe_action_t *probe = (pe_action_t *) probe_iter->data; pe_action_t 543 lib/pacemaker/pcmk_sched_probes.c pe_action_t *probe_op = NULL; pe_action_t 126 lib/pacemaker/pcmk_sched_promotable.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 818 lib/pacemaker/pcmk_sched_promotable.c pe_action_t *action = NULL; pe_action_t 820 lib/pacemaker/pcmk_sched_promotable.c pe_action_t *action_complete = NULL; pe_action_t 62 lib/pacemaker/pcmk_sched_remote.c order_start_then_action(pe_resource_t *lh_rsc, pe_action_t *rh_action, pe_action_t 74 lib/pacemaker/pcmk_sched_remote.c order_action_then_stop(pe_action_t *lh_action, pe_resource_t *rh_rsc, pe_action_t 161 lib/pacemaker/pcmk_sched_remote.c is_recurring_action(pe_action_t *action) pe_action_t 178 lib/pacemaker/pcmk_sched_remote.c apply_remote_ordering(pe_action_t *action, pe_working_set_t *data_set) pe_action_t 309 lib/pacemaker/pcmk_sched_remote.c apply_container_ordering(pe_action_t *action, pe_working_set_t *data_set) pe_action_t 421 lib/pacemaker/pcmk_sched_remote.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 476 lib/pacemaker/pcmk_sched_remote.c pe_action_t *rsc_action = item->data; pe_action_t 555 lib/pacemaker/pcmk_sched_remote.c pcmk__connection_host_for_action(pe_action_t *action) pe_action_t 692 lib/pacemaker/pcmk_sched_remote.c pcmk__add_bundle_meta_to_xml(xmlNode *args_xml, pe_action_t *action) pe_action_t 366 lib/pacemaker/pcmk_sched_resource.c pe_action_t *op = (pe_action_t *) iter->data; pe_action_t 393 lib/pacemaker/pcmk_sched_utilization.c static pe_action_t * pe_action_t 398 lib/pacemaker/pcmk_sched_utilization.c pe_action_t *load_stopped = get_pseudo_op(load_stopped_task, data_set); pe_action_t 420 lib/pacemaker/pcmk_sched_utilization.c pe_action_t *load_stopped = NULL; pe_action_t 46 lib/pacemaker/pcmk_simulate.c create_action_name(pe_action_t *action, bool verbose) pe_action_t 232 lib/pacemaker/pcmk_simulate.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 273 lib/pacemaker/pcmk_simulate.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 365 lib/pengine/failcounts.c pe_action_t * pe_action_t 370 lib/pengine/failcounts.c pe_action_t *clear = NULL; pe_action_t 101 lib/pengine/pe_digest.c pe_action_t *action, xmlNode *xml_op, pe_action_t 144 lib/pengine/pe_digest.c pe_action_t *action = NULL; pe_action_t 2193 lib/pengine/unpack.c pe_action_t *stop = (pe_action_t *) gIter->data; pe_action_t 2997 lib/pengine/unpack.c pe_action_t *action = NULL; pe_action_t 3360 lib/pengine/unpack.c order_after_remote_fencing(pe_action_t *action, pe_resource_t *remote_conn, pe_action_t 3366 lib/pengine/unpack.c pe_action_t *fence = pe_fence_op(remote_node, NULL, TRUE, NULL, pe_action_t 3518 lib/pengine/unpack.c pe_action_t *clear_op = pe__clear_failcount(rsc, node, clear_reason, pe_action_t 3569 lib/pengine/unpack.c pe_action_t *action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set); pe_action_t 28 lib/pengine/utils.c static void unpack_operation(pe_action_t * action, xmlNode * xml_obj, pe_resource_t * container, pe_action_t 35 lib/pengine/utils.c pe_rsc_action_details(pe_action_t *action) pe_action_t 58 lib/pengine/utils.c pe_free_rsc_action_details(pe_action_t *action) pe_action_t 414 lib/pengine/utils.c add_singleton(pe_working_set_t *data_set, pe_action_t *action) pe_action_t 422 lib/pengine/utils.c static pe_action_t * pe_action_t 442 lib/pengine/utils.c static pe_action_t * pe_action_t 447 lib/pengine/utils.c pe_action_t *action = NULL; pe_action_t 480 lib/pengine/utils.c static pe_action_t * pe_action_t 484 lib/pengine/utils.c pe_action_t *action = calloc(1, sizeof(pe_action_t)); pe_action_t 545 lib/pengine/utils.c unpack_action_node_attributes(pe_action_t *action, pe_working_set_t *data_set) pe_action_t 574 lib/pengine/utils.c update_action_optional(pe_action_t *action, gboolean optional) pe_action_t 605 lib/pengine/utils.c update_resource_action_runnable(pe_action_t *action, bool for_graph, pe_action_t 695 lib/pengine/utils.c update_resource_flags_for_action(pe_resource_t *rsc, pe_action_t *action) pe_action_t 729 lib/pengine/utils.c pe_action_t * pe_action_t 734 lib/pengine/utils.c pe_action_t *action = NULL; pe_action_t 773 lib/pengine/utils.c unpack_operation_on_fail(pe_action_t * action) pe_action_t 1064 lib/pengine/utils.c unpack_operation(pe_action_t * action, xmlNode * xml_obj, pe_resource_t * container, pe_action_t 1457 lib/pengine/utils.c pe_free_action(pe_action_t * action) pe_action_t 1493 lib/pengine/utils.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 1540 lib/pengine/utils.c pe_action_t * pe_action_t 1548 lib/pengine/utils.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 1579 lib/pengine/utils.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 1616 lib/pengine/utils.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 1906 lib/pengine/utils.c order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order) pe_action_t 1952 lib/pengine/utils.c pe_action_t * pe_action_t 1955 lib/pengine/utils.c pe_action_t *op = lookup_singleton(data_set, name); pe_action_t 2135 lib/pengine/utils.c pe_action_t * pe_action_t 2140 lib/pengine/utils.c pe_action_t *stonith_op = NULL; pe_action_t 2245 lib/pengine/utils.c pe_resource_t * rsc, pe_node_t *node, const char *reason, pe_action_t *dependency, pe_working_set_t * data_set) pe_action_t 2260 lib/pengine/utils.c pe_action_t *unfence = pe_fence_op(node, "on", FALSE, reason, FALSE, data_set); pe_action_t 2326 lib/pengine/utils.c pe__action2reason(pe_action_t *action, enum pe_action_flags flag) pe_action_t 2349 lib/pengine/utils.c void pe_action_set_reason(pe_action_t *action, const char *reason, bool overwrite) pe_action_t 2452 lib/pengine/utils.c pe_action_t * pe_action_t 1214 tools/crm_resource_runtime.c pe_action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set); pe_action_t 1585 tools/crm_resource_runtime.c static inline bool action_is_pending(pe_action_t *action) pe_action_t 1609 tools/crm_resource_runtime.c pe_action_t *a = (pe_action_t *)action->data; pe_action_t 1625 tools/crm_resource_runtime.c pe_action_t *a = (pe_action_t *) action->data;