pe_action_t 182 include/crm/pengine/internal.h pe_action_t *lh_action; pe_action_t 187 include/crm/pengine/internal.h pe_action_t *rh_action; pe_action_t 196 include/crm/pengine/internal.h pe_action_t *pre; pe_action_t 197 include/crm/pengine/internal.h pe_action_t *post; pe_action_t 198 include/crm/pengine/internal.h pe_action_t *pre_done; pe_action_t 199 include/crm/pengine/internal.h pe_action_t *post_done; pe_action_t 308 include/crm/pengine/internal.h pe_action_t *pe__clear_failcount(pe_resource_t *rsc, pe_node_t *node, pe_action_t 341 include/crm/pengine/internal.h extern pe_action_t *get_pseudo_op(const char *name, pe_working_set_t * data_set); pe_action_t 342 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 363 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 415 include/crm/pengine/internal.h extern pe_action_t *find_first_action(GList *input, const char *uuid, const char *task, pe_action_t 427 include/crm/pengine/internal.h extern void pe_free_action(pe_action_t * action); pe_action_t 498 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 500 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 502 include/crm/pengine/internal.h char *pe__action2reason(pe_action_t *action, enum pe_action_flags flag); pe_action_t 503 include/crm/pengine/internal.h void pe_action_set_reason(pe_action_t *action, const char *reason, bool overwrite); pe_action_t 557 include/crm/pengine/internal.h pe_action_t *pe__clear_resource_history(pe_resource_t *rsc, pe_node_t *node, pe_action_t 534 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 25 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 55 include/pcmki/pcmki_sched_allocate.h enum pe_action_flags (*action_flags) (pe_action_t *, pe_node_t *); pe_action_t 56 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags (*update_actions) (pe_action_t *, pe_action_t *, pe_action_t 84 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 88 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 102 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 112 include/pcmki/pcmki_sched_allocate.h pe_action_t *complete, gboolean force, pe_action_t 125 include/pcmki/pcmki_sched_allocate.h enum pe_action_flags pcmk__bundle_action_flags(pe_action_t *action, pe_action_t 141 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 143 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 164 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags native_update_actions(pe_action_t *first, pe_action_t *then, pe_action_t 170 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags group_update_actions(pe_action_t *first, pe_action_t *then, pe_action_t 176 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags pcmk__multi_update_actions(pe_action_t *first, pe_action_t 177 include/pcmki/pcmki_sched_allocate.h pe_action_t *then, pe_action_t 184 include/pcmki/pcmki_sched_allocate.h gboolean update_action(pe_action_t *action, pe_working_set_t *data_set); pe_action_t 16 include/pcmki/pcmki_sched_notif.h pe_action_t *start, pe_action_t *end, pe_action_t 30 include/pcmki/pcmki_sched_notif.h void create_secondary_notification(pe_action_t *action, pe_resource_t *rsc, pe_action_t 31 include/pcmki/pcmki_sched_notif.h pe_action_t *stonith_op, pe_action_t 39 include/pcmki/pcmki_sched_utils.h pe_action_t * action, gboolean details); pe_action_t 50 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 51 include/pcmki/pcmki_sched_utils.h enum action_tasks clone_child_action(pe_action_t * action); pe_action_t 59 include/pcmki/pcmki_sched_utils.h pe_action_t *create_pseudo_resource_op(pe_resource_t * rsc, const char *task, bool optional, bool runnable, pe_working_set_t *data_set); pe_action_t 60 include/pcmki/pcmki_sched_utils.h pe_action_t *pe_cancel_op(pe_resource_t *rsc, const char *name, pe_action_t 63 include/pcmki/pcmki_sched_utils.h pe_action_t *sched_shutdown_op(pe_node_t *node, pe_working_set_t *data_set); pe_action_t 78 include/pcmki/pcmki_scheduler.h extern void graph_element_from_action(pe_action_t * action, pe_working_set_t * data_set); pe_action_t 20 lib/pacemaker/libpacemaker_private.h bool pcmk__graph_has_loop(pe_action_t *init_action, pe_action_t *action, pe_action_t 24 lib/pacemaker/libpacemaker_private.h void pcmk__order_vs_fence(pe_action_t *stonith_op, pe_working_set_t *data_set); pe_action_t 28 lib/pacemaker/libpacemaker_private.h pe_action_t *action, enum pe_ordering order, pe_action_t 112 lib/pacemaker/libpacemaker_private.h void pcmk__block_colocated_starts(pe_action_t *action, pe_action_t 117 lib/pacemaker/libpacemaker_private.h pe_action_t *lh_action, pe_resource_t *rh_rsc, pe_action_t 118 lib/pacemaker/libpacemaker_private.h char *rh_task, pe_action_t *rh_action, pe_action_t 129 lib/pacemaker/libpacemaker_private.h pe_action_t *shutdown_op, pe_action_t 177 lib/pacemaker/libpacemaker_private.h pe_node_t *pcmk__connection_host_for_action(pe_action_t *action); pe_action_t 184 lib/pacemaker/libpacemaker_private.h void pcmk__add_bundle_meta_to_xml(xmlNode *args_xml, pe_action_t *action); pe_action_t 24 lib/pacemaker/pcmk_graph_producer.c gboolean rsc_update_action(pe_action_t * first, pe_action_t * then, enum pe_ordering type); pe_action_t 27 lib/pacemaker/pcmk_graph_producer.c get_action_flags(pe_action_t * action, pe_node_t * node) pe_action_t 138 lib/pacemaker/pcmk_graph_producer.c static pe_action_t * pe_action_t 139 lib/pacemaker/pcmk_graph_producer.c rsc_expand_action(pe_action_t * action) pe_action_t 142 lib/pacemaker/pcmk_graph_producer.c pe_action_t *result = action; pe_action_t 177 lib/pacemaker/pcmk_graph_producer.c graph_update_action(pe_action_t * first, pe_action_t * then, pe_node_t * node, pe_action_t 423 lib/pacemaker/pcmk_graph_producer.c update_action(pe_action_t *then, pe_working_set_t *data_set) pe_action_t 459 lib/pacemaker/pcmk_graph_producer.c pe_action_t *first = other->action; pe_action_t 686 lib/pacemaker/pcmk_graph_producer.c pe_action_t *action = NULL; pe_action_t 708 lib/pacemaker/pcmk_graph_producer.c add_downed_nodes(xmlNode *xml, const pe_action_t *action, pe_action_t 737 lib/pacemaker/pcmk_graph_producer.c pe_action_t *input; pe_action_t 756 lib/pacemaker/pcmk_graph_producer.c should_lock_action(pe_action_t *action) pe_action_t 776 lib/pacemaker/pcmk_graph_producer.c action2xml(pe_action_t * action, gboolean as_input, pe_working_set_t *data_set) pe_action_t 1055 lib/pacemaker/pcmk_graph_producer.c should_dump_action(pe_action_t *action) pe_action_t 1223 lib/pacemaker/pcmk_graph_producer.c check_dump_input(pe_action_t *action, pe_action_wrapper_t *input) pe_action_t 1382 lib/pacemaker/pcmk_graph_producer.c pcmk__graph_has_loop(pe_action_t *init_action, pe_action_t *action, pe_action_t 1451 lib/pacemaker/pcmk_graph_producer.c deduplicate_inputs(pe_action_t *action) pe_action_t 1504 lib/pacemaker/pcmk_graph_producer.c graph_element_from_action(pe_action_t *action, pe_working_set_t *data_set) pe_action_t 118 lib/pacemaker/pcmk_output.c pe_action_t *action = va_arg(args, pe_action_t *); pe_action_t 119 lib/pacemaker/pcmk_output.c pe_action_t *source = va_arg(args, pe_action_t *); pe_action_t 231 lib/pacemaker/pcmk_output.c pe_action_t *action = va_arg(args, pe_action_t *); pe_action_t 232 lib/pacemaker/pcmk_output.c pe_action_t *source = va_arg(args, pe_action_t *); pe_action_t 889 lib/pacemaker/pcmk_output.c pe_action_t *start = NULL; pe_action_t 890 lib/pacemaker/pcmk_output.c pe_action_t *stop = NULL; pe_action_t 891 lib/pacemaker/pcmk_output.c pe_action_t *promote = NULL; pe_action_t 892 lib/pacemaker/pcmk_output.c pe_action_t *demote = NULL; pe_action_t 936 lib/pacemaker/pcmk_output.c pe_action_t *migrate_op = NULL; pe_action_t 998 lib/pacemaker/pcmk_output.c pe_action_t *stop_op = NULL; pe_action_t 149 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *cancel = NULL; pe_action_t 244 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *required = NULL; pe_action_t 263 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *op = NULL; pe_action_t 282 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *required = NULL; pe_action_t 804 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *probe_node_complete = NULL; pe_action_t 826 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *probe_op = custom_action(NULL, crm_strdup_printf("%s-%s", CRM_OP_REPROBE, node->details->uname), pe_action_t 1194 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *clear_op = NULL; pe_action_t 1359 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *dc_down = NULL; pe_action_t 1360 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *stonith_op = NULL; pe_action_t 1416 lib/pacemaker/pcmk_sched_allocate.c order_actions((pe_action_t *) stonith_ops->data, pe_action_t 1430 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *down_op = sched_shutdown_op(node, data_set); pe_action_t 1468 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *node_stop = (pe_action_t *) gIter->data; pe_action_t 1485 lib/pacemaker/pcmk_sched_allocate.c order_actions((pe_action_t *) gIter->data, dc_down, pe_action_t 1494 lib/pacemaker/pcmk_sched_allocate.c order_actions((pe_action_t *) stonith_ops->data, dc_down, pe_action_t 1504 lib/pacemaker/pcmk_sched_allocate.c order_first_probe_unneeded(pe_action_t * probe, pe_action_t * rh_action) pe_action_t 1541 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *lh_action = order->lh_action; pe_action_t 1542 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *rh_action = order->rh_action; pe_action_t 1637 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *probe = (pe_action_t *) pIter->data; pe_action_t 1641 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *rh_action_iter = (pe_action_t *) rIter->data; pe_action_t 1656 lib/pacemaker/pcmk_sched_allocate.c order_first_probe_then_restart_repromote(pe_action_t * probe, pe_action_t 1657 lib/pacemaker/pcmk_sched_allocate.c pe_action_t * after, pe_action_t 1707 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *then = (pe_action_t *) gIter->data; pe_action_t 1792 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 1815 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *probe = (pe_action_t *) gIter->data; pe_action_t 1894 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *start = NULL; pe_action_t 1916 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *first = before->action; pe_action_t 1950 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *probe = (pe_action_t *) pIter->data; pe_action_t 2073 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 2116 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *action = (pe_action_t *) gIter->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 968 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *complete, gboolean force, pe_action_t 1042 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 1214 lib/pacemaker/pcmk_sched_clone.c clone_child_action(pe_action_t * action) pe_action_t 1258 lib/pacemaker/pcmk_sched_clone.c summary_action_flags(pe_action_t * action, GList *children, pe_node_t * node) pe_action_t 1268 lib/pacemaker/pcmk_sched_clone.c pe_action_t *child_action = NULL; pe_action_t 1302 lib/pacemaker/pcmk_sched_clone.c clone_action_flags(pe_action_t * action, pe_node_t * node) pe_action_t 1424 lib/pacemaker/pcmk_sched_clone.c probe_unique_clone(pe_resource_t *rsc, pe_node_t *node, pe_action_t *complete, pe_action_t 1443 lib/pacemaker/pcmk_sched_clone.c pe_action_t *complete, gboolean force, pe_action_t 1475 lib/pacemaker/pcmk_sched_clone.c clone_create_probe(pe_resource_t * rsc, pe_node_t * node, pe_action_t * complete, pe_action_t 751 lib/pacemaker/pcmk_sched_colocation.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 773 lib/pacemaker/pcmk_sched_colocation.c pcmk__block_colocated_starts(pe_action_t *action, pe_working_set_t *data_set) pe_action_t 799 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 235 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 275 lib/pacemaker/pcmk_sched_fencing.c rsc_stonith_ordering(pe_resource_t *rsc, pe_action_t *stonith_op, pe_action_t 310 lib/pacemaker/pcmk_sched_fencing.c pcmk__order_vs_fence(pe_action_t *stonith_op, pe_working_set_t *data_set) pe_action_t 329 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 346 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, FALSE, data_set); pe_action_t 372 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *stop = NULL; pe_action_t 373 lib/pacemaker/pcmk_sched_fencing.c pe_action_t *stonith_op = NULL; pe_action_t 408 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 147 lib/pacemaker/pcmk_sched_messages.c pe_action_t *action = (pe_action_t *) gIter->data; 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 698 lib/pacemaker/pcmk_sched_native.c RecurringOp(pe_resource_t * rsc, pe_action_t * start, pe_node_t * node, pe_action_t 708 lib/pacemaker/pcmk_sched_native.c pe_action_t *mon = NULL; pe_action_t 770 lib/pacemaker/pcmk_sched_native.c pe_action_t *op = (pe_action_t *) gIter->data; pe_action_t 787 lib/pacemaker/pcmk_sched_native.c pe_action_t *cancel_op = NULL; pe_action_t 877 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 895 lib/pacemaker/pcmk_sched_native.c RecurringOp_Stopped(pe_resource_t * rsc, pe_action_t * start, pe_node_t * node, pe_action_t 957 lib/pacemaker/pcmk_sched_native.c pe_action_t *cancel_op = NULL; pe_action_t 982 lib/pacemaker/pcmk_sched_native.c pe_action_t *stopped_mon = NULL; pe_action_t 1020 lib/pacemaker/pcmk_sched_native.c pe_action_t *probe = (pe_action_t *) pIter->data; pe_action_t 1036 lib/pacemaker/pcmk_sched_native.c pe_action_t *stop = (pe_action_t *) local_gIter->data; pe_action_t 1089 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 1109 lib/pacemaker/pcmk_sched_native.c pe_action_t *migrate_to = NULL; pe_action_t 1110 lib/pacemaker/pcmk_sched_native.c pe_action_t *migrate_from = NULL; pe_action_t 1111 lib/pacemaker/pcmk_sched_native.c pe_action_t *start = NULL; pe_action_t 1112 lib/pacemaker/pcmk_sched_native.c pe_action_t *stop = NULL; pe_action_t 1197 lib/pacemaker/pcmk_sched_native.c pe_action_t *start = NULL; pe_action_t 1230 lib/pacemaker/pcmk_sched_native.c pe_action_t *stop = NULL; pe_action_t 1533 lib/pacemaker/pcmk_sched_native.c pe_action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, FALSE, data_set); pe_action_t 1575 lib/pacemaker/pcmk_sched_native.c pe_action_t *load_stopped = get_pseudo_op(load_stopped_task, data_set); pe_action_t 1591 lib/pacemaker/pcmk_sched_native.c pe_action_t *load_stopped = get_pseudo_op(load_stopped_task, data_set); pe_action_t 1749 lib/pacemaker/pcmk_sched_native.c native_action_flags(pe_action_t * action, pe_node_t * node) pe_action_t 1755 lib/pacemaker/pcmk_sched_native.c is_primitive_action(pe_action_t *action) pe_action_t 1792 lib/pacemaker/pcmk_sched_native.c handle_restart_ordering(pe_action_t *first, pe_action_t *then, pe_action_t 1848 lib/pacemaker/pcmk_sched_native.c native_update_actions(pe_action_t *first, pe_action_t *then, pe_node_t *node, pe_action_t 2005 lib/pacemaker/pcmk_sched_native.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 2082 lib/pacemaker/pcmk_sched_native.c pe_action_t *stop; pe_action_t 2111 lib/pacemaker/pcmk_sched_native.c pe_action_t *unfence = pe_fence_op(current, "on", TRUE, NULL, FALSE, data_set); pe_action_t 2126 lib/pacemaker/pcmk_sched_native.c pe_action_t *start = NULL; pe_action_t 2156 lib/pacemaker/pcmk_sched_native.c pe_action_t *start = (pe_action_t *) gIter->data; pe_action_t 2174 lib/pacemaker/pcmk_sched_native.c pe_action_t *promote = (pe_action_t *) gIter->data; pe_action_t 2251 lib/pacemaker/pcmk_sched_native.c native_create_probe(pe_resource_t * rsc, pe_node_t * node, pe_action_t * complete, pe_action_t 2256 lib/pacemaker/pcmk_sched_native.c pe_action_t *probe = NULL; pe_action_t 2482 lib/pacemaker/pcmk_sched_native.c pe_action_t *reload = NULL; pe_action_t 196 lib/pacemaker/pcmk_sched_notif.c add_notify_data_to_action_meta(notify_data_t *n_data, pe_action_t *action) pe_action_t 205 lib/pacemaker/pcmk_sched_notif.c static pe_action_t * pe_action_t 206 lib/pacemaker/pcmk_sched_notif.c pe_notify(pe_resource_t * rsc, pe_node_t * node, pe_action_t * op, pe_action_t * confirm, pe_action_t 210 lib/pacemaker/pcmk_sched_notif.c pe_action_t *trigger = NULL; pe_action_t 254 lib/pacemaker/pcmk_sched_notif.c pe_action_t *notify = NULL; pe_action_t 272 lib/pacemaker/pcmk_sched_notif.c pe_action_t *mon = (pe_action_t *) gIter->data; pe_action_t 290 lib/pacemaker/pcmk_sched_notif.c create_notification_boundaries(pe_resource_t * rsc, const char *action, pe_action_t * start, pe_action_t 291 lib/pacemaker/pcmk_sched_notif.c pe_action_t * end, pe_working_set_t * data_set) pe_action_t 459 lib/pacemaker/pcmk_sched_notif.c pe_action_t *op = (pe_action_t *) gIter->data; pe_action_t 622 lib/pacemaker/pcmk_sched_notif.c static pe_action_t * pe_action_t 623 lib/pacemaker/pcmk_sched_notif.c find_remote_start(pe_action_t *action) pe_action_t 640 lib/pacemaker/pcmk_sched_notif.c pe_action_t *stop = NULL; pe_action_t 641 lib/pacemaker/pcmk_sched_notif.c pe_action_t *start = NULL; pe_action_t 657 lib/pacemaker/pcmk_sched_notif.c pe_action_t *op = (pe_action_t *) gIter->data; pe_action_t 746 lib/pacemaker/pcmk_sched_notif.c pe_action_t *remote_start = find_remote_start(start); pe_action_t 788 lib/pacemaker/pcmk_sched_notif.c create_secondary_notification(pe_action_t *action, pe_resource_t *rsc, pe_action_t 789 lib/pacemaker/pcmk_sched_notif.c pe_action_t *stonith_op, pe_action_t 323 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *clone_min_met = get_pseudo_op(task, data_set); pe_action_t 479 lib/pacemaker/pcmk_sched_ordering.c task_from_action_or_key(pe_action_t *action, const char *key) pe_action_t 667 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *lh_action, pe_resource_t *rh_rsc, pe_action_t 668 lib/pacemaker/pcmk_sched_ordering.c char *rh_action_task, pe_action_t *rh_action, pe_action_t 905 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *unordered_action = get_pseudo_op(task, data_set); pe_action_t 1214 lib/pacemaker/pcmk_sched_ordering.c ordering_is_invalid(pe_action_t *action, pe_action_wrapper_t *input) pe_action_t 1248 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *action = (pe_action_t *) iter->data; pe_action_t 1271 lib/pacemaker/pcmk_sched_ordering.c pcmk__order_stops_before_shutdown(pe_node_t *node, pe_action_t *shutdown_op, pe_action_t 1275 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *action = (pe_action_t *) iter->data; pe_action_t 1358 lib/pacemaker/pcmk_sched_ordering.c rsc_order_then(pe_action_t *lh_action, pe_resource_t *rsc, pe_action_t 1362 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *rh_action = NULL; pe_action_t 1395 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *rh_action_iter = (pe_action_t *) gIter->data; pe_action_t 1416 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *lh_action = order->lh_action; pe_action_t 1477 lib/pacemaker/pcmk_sched_ordering.c lh_action = (pe_action_t *) gIter->data; 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 267 lib/pacemaker/pcmk_sched_utils.c pe_action_t *op = (pe_action_t *) gIter->data; pe_action_t 309 lib/pacemaker/pcmk_sched_utils.c log_action(unsigned int log_level, const char *pre_text, pe_action_t * action, gboolean details) pe_action_t 426 lib/pacemaker/pcmk_sched_utils.c pe_action_t * pe_action_t 429 lib/pacemaker/pcmk_sched_utils.c pe_action_t *action = custom_action(rsc, pcmk__op_key(rsc->id, task, 0), pe_action_t 451 lib/pacemaker/pcmk_sched_utils.c pe_action_t * pe_action_t 455 lib/pacemaker/pcmk_sched_utils.c pe_action_t *cancel_op; pe_action_t 486 lib/pacemaker/pcmk_sched_utils.c pe_action_t * pe_action_t 492 lib/pacemaker/pcmk_sched_utils.c pe_action_t *shutdown_op = custom_action(NULL, shutdown_id, CRM_OP_SHUTDOWN, pe_action_t 23 lib/pacemaker/pcmk_simulate.c create_action_name(pe_action_t *action, bool verbose) pe_action_t 164 lib/pacemaker/pcmk_simulate.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 205 lib/pacemaker/pcmk_simulate.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 363 lib/pengine/failcounts.c pe_action_t * pe_action_t 368 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 2184 lib/pengine/unpack.c pe_action_t *stop = (pe_action_t *) gIter->data; pe_action_t 2989 lib/pengine/unpack.c pe_action_t *action = NULL; pe_action_t 3312 lib/pengine/unpack.c order_after_remote_fencing(pe_action_t *action, pe_resource_t *remote_conn, pe_action_t 3318 lib/pengine/unpack.c pe_action_t *fence = pe_fence_op(remote_node, NULL, TRUE, NULL, pe_action_t 3470 lib/pengine/unpack.c pe_action_t *clear_op = pe__clear_failcount(rsc, node, clear_reason, pe_action_t 3521 lib/pengine/unpack.c pe_action_t *action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set); pe_action_t 29 lib/pengine/utils.c static void unpack_operation(pe_action_t * action, xmlNode * xml_obj, pe_resource_t * container, pe_action_t 36 lib/pengine/utils.c pe_rsc_action_details(pe_action_t *action) pe_action_t 59 lib/pengine/utils.c pe_free_rsc_action_details(pe_action_t *action) pe_action_t 415 lib/pengine/utils.c add_singleton(pe_working_set_t *data_set, pe_action_t *action) pe_action_t 423 lib/pengine/utils.c static pe_action_t * pe_action_t 443 lib/pengine/utils.c static pe_action_t * pe_action_t 448 lib/pengine/utils.c pe_action_t *action = NULL; pe_action_t 481 lib/pengine/utils.c static pe_action_t * pe_action_t 485 lib/pengine/utils.c pe_action_t *action = calloc(1, sizeof(pe_action_t)); pe_action_t 546 lib/pengine/utils.c unpack_action_node_attributes(pe_action_t *action, pe_working_set_t *data_set) pe_action_t 575 lib/pengine/utils.c update_action_optional(pe_action_t *action, gboolean optional) pe_action_t 606 lib/pengine/utils.c update_resource_action_runnable(pe_action_t *action, bool for_graph, pe_action_t 696 lib/pengine/utils.c update_resource_flags_for_action(pe_resource_t *rsc, pe_action_t *action) pe_action_t 730 lib/pengine/utils.c pe_action_t * pe_action_t 735 lib/pengine/utils.c pe_action_t *action = NULL; pe_action_t 774 lib/pengine/utils.c unpack_operation_on_fail(pe_action_t * action) pe_action_t 1065 lib/pengine/utils.c unpack_operation(pe_action_t * action, xmlNode * xml_obj, pe_resource_t * container, pe_action_t 1456 lib/pengine/utils.c pe_free_action(pe_action_t * action) pe_action_t 1492 lib/pengine/utils.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 1539 lib/pengine/utils.c pe_action_t * pe_action_t 1547 lib/pengine/utils.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 1578 lib/pengine/utils.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 1615 lib/pengine/utils.c pe_action_t *action = (pe_action_t *) gIter->data; pe_action_t 1905 lib/pengine/utils.c order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order) pe_action_t 1951 lib/pengine/utils.c pe_action_t * pe_action_t 1954 lib/pengine/utils.c pe_action_t *op = lookup_singleton(data_set, name); pe_action_t 2134 lib/pengine/utils.c pe_action_t * pe_action_t 2139 lib/pengine/utils.c pe_action_t *stonith_op = NULL; pe_action_t 2243 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 2258 lib/pengine/utils.c pe_action_t *unfence = pe_fence_op(node, "on", FALSE, reason, FALSE, data_set); pe_action_t 2324 lib/pengine/utils.c pe__action2reason(pe_action_t *action, enum pe_action_flags flag) pe_action_t 2347 lib/pengine/utils.c void pe_action_set_reason(pe_action_t *action, const char *reason, bool overwrite) pe_action_t 2455 lib/pengine/utils.c pe_action_t * pe_action_t 1212 tools/crm_resource_runtime.c pe_action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set); pe_action_t 1540 tools/crm_resource_runtime.c static inline bool action_is_pending(pe_action_t *action) pe_action_t 1564 tools/crm_resource_runtime.c pe_action_t *a = (pe_action_t *)action->data; pe_action_t 1580 tools/crm_resource_runtime.c pe_action_t *a = (pe_action_t *) action->data;