pe_action_t       181 include/crm/pengine/internal.h     pe_action_t *lh_action;
pe_action_t       186 include/crm/pengine/internal.h     pe_action_t *rh_action;
pe_action_t       195 include/crm/pengine/internal.h     pe_action_t *pre;
pe_action_t       196 include/crm/pengine/internal.h     pe_action_t *post;
pe_action_t       197 include/crm/pengine/internal.h     pe_action_t *pre_done;
pe_action_t       198 include/crm/pengine/internal.h     pe_action_t *post_done;
pe_action_t       345 include/crm/pengine/internal.h pe_action_t *pe__clear_failcount(pe_resource_t *rsc, pe_node_t *node,
pe_action_t       378 include/crm/pengine/internal.h extern pe_action_t *get_pseudo_op(const char *name, pe_working_set_t * data_set);
pe_action_t       379 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       403 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       455 include/crm/pengine/internal.h extern pe_action_t *find_first_action(GListPtr input, const char *uuid, const char *task,
pe_action_t       467 include/crm/pengine/internal.h extern void pe_free_action(pe_action_t * action);
pe_action_t       528 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       530 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       532 include/crm/pengine/internal.h void pe_action_set_reason(pe_action_t *action, const char *reason, bool overwrite);
pe_action_t       533 include/crm/pengine/internal.h void pe_action_set_flag_reason(const char *function, long line, pe_action_t *action, pe_action_t *reason, const char *text, enum pe_action_flags flags, bool overwrite);
pe_action_t       591 include/crm/pengine/internal.h pe_action_t *pe__clear_resource_history(pe_resource_t *rsc, pe_node_t *node,
pe_action_t       510 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        35 include/pcmki/pcmki_sched_allocate.h     enum pe_action_flags (*action_flags) (pe_action_t *, pe_node_t *);
pe_action_t        36 include/pcmki/pcmki_sched_allocate.h     enum pe_graph_flags (*update_actions) (pe_action_t *, pe_action_t *,
pe_action_t        66 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        70 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        84 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        94 include/pcmki/pcmki_sched_allocate.h                                    pe_action_t *complete, gboolean force,
pe_action_t       107 include/pcmki/pcmki_sched_allocate.h enum pe_action_flags pcmk__bundle_action_flags(pe_action_t *action,
pe_action_t       123 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       125 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       155 include/pcmki/pcmki_sched_allocate.h extern void rsc_stonith_ordering(pe_resource_t * rsc, pe_action_t * stonith_op,
pe_action_t       158 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags native_update_actions(pe_action_t *first, pe_action_t *then,
pe_action_t       164 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags group_update_actions(pe_action_t *first, pe_action_t *then,
pe_action_t       170 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags pcmk__multi_update_actions(pe_action_t *first,
pe_action_t       171 include/pcmki/pcmki_sched_allocate.h                                                pe_action_t *then,
pe_action_t       178 include/pcmki/pcmki_sched_allocate.h gboolean update_action_flags(pe_action_t * action, enum pe_action_flags flags, const char *source, int line);
pe_action_t       179 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        51 include/pcmki/pcmki_sched_utils.h                        pe_action_t * action, gboolean details);
pe_action_t        62 include/pcmki/pcmki_sched_utils.h enum pe_action_flags summary_action_flags(pe_action_t * action, GListPtr children, pe_node_t * node);
pe_action_t        63 include/pcmki/pcmki_sched_utils.h enum action_tasks clone_child_action(pe_action_t * action);
pe_action_t        81 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        82 include/pcmki/pcmki_sched_utils.h pe_action_t *pe_cancel_op(pe_resource_t *rsc, const char *name,
pe_action_t        85 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        82 include/pcmki/pcmki_scheduler.h extern gboolean shutdown_constraints(pe_node_t * node, pe_action_t * shutdown_op,
pe_action_t        85 include/pcmki/pcmki_scheduler.h void pcmk__order_vs_fence(pe_action_t *stonith_op, pe_working_set_t *data_set);
pe_action_t        87 include/pcmki/pcmki_scheduler.h extern int custom_action_order(pe_resource_t * lh_rsc, char *lh_task, pe_action_t * lh_action,
pe_action_t        88 include/pcmki/pcmki_scheduler.h                                pe_resource_t * rh_rsc, char *rh_task, pe_action_t * rh_action,
pe_action_t       100 include/pcmki/pcmki_scheduler.h extern void graph_element_from_action(pe_action_t * action, pe_working_set_t * data_set);
pe_action_t       104 include/pcmki/pcmki_scheduler.h bool pcmk__ordering_is_invalid(pe_action_t *action, pe_action_wrapper_t *input);
pe_action_t       120 lib/pacemaker/pcmk_sched_allocate.c update_action_flags(pe_action_t * action, enum pe_action_flags flags, const char *source, int line)
pe_action_t       199 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *cancel = NULL;
pe_action_t       292 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *required = NULL;
pe_action_t       313 lib/pacemaker/pcmk_sched_allocate.c             pe_action_t *op = NULL;
pe_action_t       332 lib/pacemaker/pcmk_sched_allocate.c             pe_action_t *required = NULL;
pe_action_t       912 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *probe_node_complete = NULL;
pe_action_t       936 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      1325 lib/pacemaker/pcmk_sched_allocate.c order_start_then_action(pe_resource_t *lh_rsc, pe_action_t *rh_action,
pe_action_t      1337 lib/pacemaker/pcmk_sched_allocate.c order_action_then_stop(pe_action_t *lh_action, pe_resource_t *rh_rsc,
pe_action_t      1360 lib/pacemaker/pcmk_sched_allocate.c             pe_action_t *clear_op = NULL;
pe_action_t      1526 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *stop = NULL;
pe_action_t      1527 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *stonith_op = NULL;
pe_action_t      1560 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *parent_stonith_op = pe_fence_op(stop->node, NULL, FALSE, NULL, FALSE, data_set);
pe_action_t      1608 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *dc_down = NULL;
pe_action_t      1609 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *stonith_op = NULL;
pe_action_t      1669 lib/pacemaker/pcmk_sched_allocate.c                     order_actions((pe_action_t *) stonith_ops->data,
pe_action_t      1683 lib/pacemaker/pcmk_sched_allocate.c             pe_action_t *down_op = sched_shutdown_op(node, data_set);
pe_action_t      1721 lib/pacemaker/pcmk_sched_allocate.c                 pe_action_t *node_stop = (pe_action_t *) gIter->data;
pe_action_t      1738 lib/pacemaker/pcmk_sched_allocate.c                 order_actions((pe_action_t *) gIter->data, dc_down,
pe_action_t      1747 lib/pacemaker/pcmk_sched_allocate.c             order_actions((pe_action_t *) stonith_ops->data, dc_down,
pe_action_t      1791 lib/pacemaker/pcmk_sched_allocate.c rsc_order_then(pe_action_t *lh_action, pe_resource_t *rsc,
pe_action_t      1796 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *rh_action = NULL;
pe_action_t      1832 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *rh_action_iter = (pe_action_t *) gIter->data;
pe_action_t      1855 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *lh_action = order->lh_action;
pe_action_t      1898 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *lh_action_iter = (pe_action_t *) gIter->data;
pe_action_t      1914 lib/pacemaker/pcmk_sched_allocate.c extern void update_colo_start_chain(pe_action_t *action,
pe_action_t      1918 lib/pacemaker/pcmk_sched_allocate.c is_recurring_action(pe_action_t *action)
pe_action_t      1931 lib/pacemaker/pcmk_sched_allocate.c apply_container_ordering(pe_action_t *action, pe_working_set_t *data_set)
pe_action_t      2104 lib/pacemaker/pcmk_sched_allocate.c apply_remote_ordering(pe_action_t *action, pe_working_set_t *data_set)
pe_action_t      2239 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      2299 lib/pacemaker/pcmk_sched_allocate.c                 pe_action_t *rsc_action = item->data;
pe_action_t      2331 lib/pacemaker/pcmk_sched_allocate.c order_first_probe_unneeded(pe_action_t * probe, pe_action_t * rh_action)
pe_action_t      2368 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *lh_action = order->lh_action;
pe_action_t      2369 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *rh_action = order->rh_action;
pe_action_t      2464 lib/pacemaker/pcmk_sched_allocate.c             pe_action_t *probe = (pe_action_t *) pIter->data;
pe_action_t      2468 lib/pacemaker/pcmk_sched_allocate.c                 pe_action_t *rh_action_iter = (pe_action_t *) rIter->data;
pe_action_t      2483 lib/pacemaker/pcmk_sched_allocate.c order_first_probe_then_restart_repromote(pe_action_t * probe,
pe_action_t      2484 lib/pacemaker/pcmk_sched_allocate.c                                          pe_action_t * after,
pe_action_t      2534 lib/pacemaker/pcmk_sched_allocate.c                 pe_action_t *then = (pe_action_t *) gIter->data;
pe_action_t      2619 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      2646 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *probe = (pe_action_t *) gIter->data;
pe_action_t      2725 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *start = NULL;
pe_action_t      2747 lib/pacemaker/pcmk_sched_allocate.c             pe_action_t *first = before->action;
pe_action_t      2781 lib/pacemaker/pcmk_sched_allocate.c                 pe_action_t *probe = (pe_action_t *) pIter->data;
pe_action_t      2837 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      2847 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      2854 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      2983 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      3025 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t       205 lib/pacemaker/pcmk_sched_bundle.c     pe_action_t *action = NULL;
pe_action_t       553 lib/pacemaker/pcmk_sched_bundle.c pcmk__bundle_action_flags(pe_action_t *action, pe_node_t *node)
pe_action_t       638 lib/pacemaker/pcmk_sched_bundle.c multi_update_interleave_actions(pe_action_t *first, pe_action_t *then,
pe_action_t       682 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *first_action = NULL;
pe_action_t       683 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_action = NULL;
pe_action_t       780 lib/pacemaker/pcmk_sched_bundle.c can_interleave_actions(pe_action_t *first, pe_action_t *then)
pe_action_t       813 lib/pacemaker/pcmk_sched_bundle.c pcmk__multi_update_actions(pe_action_t *first, pe_action_t *then,
pe_action_t       839 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       960 lib/pacemaker/pcmk_sched_bundle.c                           pe_action_t *complete, gboolean force,
pe_action_t      1034 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *probe = find_first_action(replica->remote->actions,
pe_action_t       716 lib/pacemaker/pcmk_sched_clone.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t       752 lib/pacemaker/pcmk_sched_clone.c static pe_action_t *
pe_action_t       756 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *match = NULL;
pe_action_t       766 lib/pacemaker/pcmk_sched_clone.c             pe_action_t *op = (pe_action_t *) gIter->data;
pe_action_t       804 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
pe_action_t       805 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *start = NULL;
pe_action_t       806 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *last_stop = NULL;
pe_action_t       807 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *last_start = NULL;
pe_action_t       865 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
pe_action_t       866 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stopped = NULL;
pe_action_t       868 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *start = NULL;
pe_action_t       869 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *started = NULL;
pe_action_t      1168 lib/pacemaker/pcmk_sched_clone.c clone_child_action(pe_action_t * action)
pe_action_t      1212 lib/pacemaker/pcmk_sched_clone.c summary_action_flags(pe_action_t * action, GListPtr children, pe_node_t * node)
pe_action_t      1222 lib/pacemaker/pcmk_sched_clone.c         pe_action_t *child_action = NULL;
pe_action_t      1256 lib/pacemaker/pcmk_sched_clone.c clone_action_flags(pe_action_t * action, pe_node_t * node)
pe_action_t      1287 lib/pacemaker/pcmk_sched_clone.c         pe_action_t *op = (pe_action_t *) gIter->data;
pe_action_t      1383 lib/pacemaker/pcmk_sched_clone.c probe_unique_clone(pe_resource_t *rsc, pe_node_t *node, pe_action_t *complete,
pe_action_t      1402 lib/pacemaker/pcmk_sched_clone.c                       pe_action_t *complete, gboolean force,
pe_action_t      1434 lib/pacemaker/pcmk_sched_clone.c clone_create_probe(pe_resource_t * rsc, pe_node_t * node, pe_action_t * complete,
pe_action_t       454 lib/pacemaker/pcmk_sched_constraints.c         pe_action_t *unordered_action = get_pseudo_op(task, data_set);
pe_action_t      1429 lib/pacemaker/pcmk_sched_constraints.c task_from_action_or_key(pe_action_t *action, const char *key)
pe_action_t      1579 lib/pacemaker/pcmk_sched_constraints.c custom_action_order(pe_resource_t * lh_rsc, char *lh_action_task, pe_action_t * lh_action,
pe_action_t      1580 lib/pacemaker/pcmk_sched_constraints.c                     pe_resource_t * rh_rsc, char *rh_action_task, pe_action_t * rh_action,
pe_action_t      1679 lib/pacemaker/pcmk_sched_constraints.c                  pe_action_t ** begin, pe_action_t ** end, pe_action_t ** inv_begin,
pe_action_t      1680 lib/pacemaker/pcmk_sched_constraints.c                  pe_action_t ** inv_end, const char *parent_symmetrical_s,
pe_action_t      1901 lib/pacemaker/pcmk_sched_constraints.c         pe_action_t *unordered_action = get_pseudo_op(task, data_set);
pe_action_t      2166 lib/pacemaker/pcmk_sched_constraints.c     pe_action_t *set_end = NULL;
pe_action_t      2167 lib/pacemaker/pcmk_sched_constraints.c     pe_action_t *set_begin = NULL;
pe_action_t      2169 lib/pacemaker/pcmk_sched_constraints.c     pe_action_t *set_inv_end = NULL;
pe_action_t      2170 lib/pacemaker/pcmk_sched_constraints.c     pe_action_t *set_inv_begin = NULL;
pe_action_t        22 lib/pacemaker/pcmk_sched_graph.c void update_colo_start_chain(pe_action_t *action, pe_working_set_t *data_set);
pe_action_t        23 lib/pacemaker/pcmk_sched_graph.c gboolean rsc_update_action(pe_action_t * first, pe_action_t * then, enum pe_ordering type);
pe_action_t        26 lib/pacemaker/pcmk_sched_graph.c get_action_flags(pe_action_t * action, pe_node_t * node)
pe_action_t       137 lib/pacemaker/pcmk_sched_graph.c static pe_action_t *
pe_action_t       138 lib/pacemaker/pcmk_sched_graph.c rsc_expand_action(pe_action_t * action)
pe_action_t       141 lib/pacemaker/pcmk_sched_graph.c     pe_action_t *result = action;
pe_action_t       176 lib/pacemaker/pcmk_sched_graph.c graph_update_action(pe_action_t * first, pe_action_t * then, pe_node_t * node,
pe_action_t       463 lib/pacemaker/pcmk_sched_graph.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t       479 lib/pacemaker/pcmk_sched_graph.c update_colo_start_chain(pe_action_t *action, pe_working_set_t *data_set)
pe_action_t       506 lib/pacemaker/pcmk_sched_graph.c         pe_action_t *start = find_first_action(child->actions, NULL, RSC_START, NULL);
pe_action_t       521 lib/pacemaker/pcmk_sched_graph.c update_action(pe_action_t *then, pe_working_set_t *data_set)
pe_action_t       559 lib/pacemaker/pcmk_sched_graph.c         pe_action_t *first = other->action;
pe_action_t       717 lib/pacemaker/pcmk_sched_graph.c shutdown_constraints(pe_node_t * node, pe_action_t * shutdown_op, pe_working_set_t * data_set)
pe_action_t       725 lib/pacemaker/pcmk_sched_graph.c         pe_action_t *action = (pe_action_t *) lpc->data;
pe_action_t       772 lib/pacemaker/pcmk_sched_graph.c pcmk__order_vs_fence(pe_action_t *stonith_op, pe_working_set_t *data_set)
pe_action_t       781 lib/pacemaker/pcmk_sched_graph.c get_router_node(pe_action_t *action)
pe_action_t       930 lib/pacemaker/pcmk_sched_graph.c     pe_action_t *action = NULL;
pe_action_t       952 lib/pacemaker/pcmk_sched_graph.c add_downed_nodes(xmlNode *xml, const pe_action_t *action,
pe_action_t       981 lib/pacemaker/pcmk_sched_graph.c         pe_action_t *input;
pe_action_t      1000 lib/pacemaker/pcmk_sched_graph.c should_lock_action(pe_action_t *action)
pe_action_t      1020 lib/pacemaker/pcmk_sched_graph.c action2xml(pe_action_t * action, gboolean as_input, pe_working_set_t *data_set)
pe_action_t      1332 lib/pacemaker/pcmk_sched_graph.c should_dump_action(pe_action_t *action)
pe_action_t      1484 lib/pacemaker/pcmk_sched_graph.c check_dump_input(pe_action_t *action, pe_action_wrapper_t *input)
pe_action_t      1651 lib/pacemaker/pcmk_sched_graph.c graph_has_loop(pe_action_t *init_action, pe_action_t *action,
pe_action_t      1719 lib/pacemaker/pcmk_sched_graph.c pcmk__ordering_is_invalid(pe_action_t *action, pe_action_wrapper_t *input)
pe_action_t      1752 lib/pacemaker/pcmk_sched_graph.c deduplicate_inputs(pe_action_t *action)
pe_action_t      1804 lib/pacemaker/pcmk_sched_graph.c graph_element_from_action(pe_action_t *action, pe_working_set_t *data_set)
pe_action_t        83 lib/pacemaker/pcmk_sched_group.c     pe_action_t *op = NULL;
pe_action_t       144 lib/pacemaker/pcmk_sched_group.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t       381 lib/pacemaker/pcmk_sched_group.c group_action_flags(pe_action_t * action, pe_node_t * node)
pe_action_t       390 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, task_s, node);
pe_action_t       426 lib/pacemaker/pcmk_sched_group.c group_update_actions(pe_action_t *first, pe_action_t *then, pe_node_t *node,
pe_action_t       439 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, then->task, node);
pe_action_t       137 lib/pacemaker/pcmk_sched_messages.c             pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t        26 lib/pacemaker/pcmk_sched_native.c static void Recurring(pe_resource_t *rsc, pe_action_t *start, pe_node_t *node,
pe_action_t        28 lib/pacemaker/pcmk_sched_native.c static void RecurringOp(pe_resource_t *rsc, pe_action_t *start, pe_node_t *node,
pe_action_t        30 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        32 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       711 lib/pacemaker/pcmk_sched_native.c RecurringOp(pe_resource_t * rsc, pe_action_t * start, pe_node_t * node,
pe_action_t       721 lib/pacemaker/pcmk_sched_native.c     pe_action_t *mon = NULL;
pe_action_t       783 lib/pacemaker/pcmk_sched_native.c             pe_action_t *op = (pe_action_t *) gIter->data;
pe_action_t       800 lib/pacemaker/pcmk_sched_native.c             pe_action_t *cancel_op = NULL;
pe_action_t       892 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       910 lib/pacemaker/pcmk_sched_native.c RecurringOp_Stopped(pe_resource_t * rsc, pe_action_t * start, pe_node_t * node,
pe_action_t       972 lib/pacemaker/pcmk_sched_native.c             pe_action_t *cancel_op = NULL;
pe_action_t       996 lib/pacemaker/pcmk_sched_native.c         pe_action_t *stopped_mon = NULL;
pe_action_t      1034 lib/pacemaker/pcmk_sched_native.c                 pe_action_t *probe = (pe_action_t *) pIter->data;
pe_action_t      1050 lib/pacemaker/pcmk_sched_native.c             pe_action_t *stop = (pe_action_t *) local_gIter->data;
pe_action_t      1105 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      1125 lib/pacemaker/pcmk_sched_native.c     pe_action_t *migrate_to = NULL;
pe_action_t      1126 lib/pacemaker/pcmk_sched_native.c     pe_action_t *migrate_from = NULL;
pe_action_t      1127 lib/pacemaker/pcmk_sched_native.c     pe_action_t *start = NULL;
pe_action_t      1128 lib/pacemaker/pcmk_sched_native.c     pe_action_t *stop = NULL;
pe_action_t      1214 lib/pacemaker/pcmk_sched_native.c     pe_action_t *start = NULL;
pe_action_t      1245 lib/pacemaker/pcmk_sched_native.c         pe_action_t *stop = NULL;
pe_action_t      1545 lib/pacemaker/pcmk_sched_native.c             pe_action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, FALSE, data_set);
pe_action_t      1587 lib/pacemaker/pcmk_sched_native.c             pe_action_t *load_stopped = get_pseudo_op(load_stopped_task, data_set);
pe_action_t      1603 lib/pacemaker/pcmk_sched_native.c             pe_action_t *load_stopped = get_pseudo_op(load_stopped_task, data_set);
pe_action_t      2057 lib/pacemaker/pcmk_sched_native.c native_action_flags(pe_action_t * action, pe_node_t * node)
pe_action_t      2063 lib/pacemaker/pcmk_sched_native.c is_primitive_action(pe_action_t *action)
pe_action_t      2080 lib/pacemaker/pcmk_sched_native.c handle_restart_ordering(pe_action_t *first, pe_action_t *then,
pe_action_t      2136 lib/pacemaker/pcmk_sched_native.c native_update_actions(pe_action_t *first, pe_action_t *then, pe_node_t *node,
pe_action_t      2357 lib/pacemaker/pcmk_sched_native.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      2397 lib/pacemaker/pcmk_sched_native.c LogAction(const char *change, pe_resource_t *rsc, pe_node_t *origin, pe_node_t *destination, pe_action_t *action, pe_action_t *source, gboolean terminal)
pe_action_t      2510 lib/pacemaker/pcmk_sched_native.c     pe_action_t *stop = NULL;
pe_action_t      2511 lib/pacemaker/pcmk_sched_native.c     pe_action_t *start = NULL;
pe_action_t      2512 lib/pacemaker/pcmk_sched_native.c     pe_action_t *demote = NULL;
pe_action_t      2513 lib/pacemaker/pcmk_sched_native.c     pe_action_t *promote = NULL;
pe_action_t      2594 lib/pacemaker/pcmk_sched_native.c         pe_action_t *migrate_op = NULL;
pe_action_t      2653 lib/pacemaker/pcmk_sched_native.c             pe_action_t *stop_op = NULL;
pe_action_t      2711 lib/pacemaker/pcmk_sched_native.c         pe_action_t *stop;
pe_action_t      2741 lib/pacemaker/pcmk_sched_native.c             pe_action_t *unfence = pe_fence_op(current, "on", TRUE, NULL, FALSE, data_set);
pe_action_t      2754 lib/pacemaker/pcmk_sched_native.c order_after_unfencing(pe_resource_t *rsc, pe_node_t *node, pe_action_t *action,
pe_action_t      2771 lib/pacemaker/pcmk_sched_native.c         pe_action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, FALSE, data_set);
pe_action_t      2789 lib/pacemaker/pcmk_sched_native.c     pe_action_t *start = NULL;
pe_action_t      2820 lib/pacemaker/pcmk_sched_native.c         pe_action_t *start = (pe_action_t *) gIter->data;
pe_action_t      2838 lib/pacemaker/pcmk_sched_native.c         pe_action_t *promote = (pe_action_t *) gIter->data;
pe_action_t      2914 lib/pacemaker/pcmk_sched_native.c native_create_probe(pe_resource_t * rsc, pe_node_t * node, pe_action_t * complete,
pe_action_t      2919 lib/pacemaker/pcmk_sched_native.c     pe_action_t *probe = NULL;
pe_action_t      3179 lib/pacemaker/pcmk_sched_native.c native_start_constraints(pe_resource_t * rsc, pe_action_t * stonith_op, pe_working_set_t * data_set)
pe_action_t      3188 lib/pacemaker/pcmk_sched_native.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      3224 lib/pacemaker/pcmk_sched_native.c native_stop_constraints(pe_resource_t * rsc, pe_action_t * stonith_op, pe_working_set_t * data_set)
pe_action_t      3231 lib/pacemaker/pcmk_sched_native.c     pe_action_t *parent_stop = NULL;
pe_action_t      3257 lib/pacemaker/pcmk_sched_native.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      3357 lib/pacemaker/pcmk_sched_native.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      3390 lib/pacemaker/pcmk_sched_native.c rsc_stonith_ordering(pe_resource_t * rsc, pe_action_t * stonith_op, pe_working_set_t * data_set)
pe_action_t      3414 lib/pacemaker/pcmk_sched_native.c     pe_action_t *reload = NULL;
pe_action_t       194 lib/pacemaker/pcmk_sched_notif.c add_notify_data_to_action_meta(notify_data_t *n_data, pe_action_t *action)
pe_action_t       203 lib/pacemaker/pcmk_sched_notif.c static pe_action_t *
pe_action_t       204 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       208 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *trigger = NULL;
pe_action_t       252 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *notify = NULL;
pe_action_t       270 lib/pacemaker/pcmk_sched_notif.c             pe_action_t *mon = (pe_action_t *) gIter->data;
pe_action_t       288 lib/pacemaker/pcmk_sched_notif.c create_notification_boundaries(pe_resource_t * rsc, const char *action, pe_action_t * start,
pe_action_t       289 lib/pacemaker/pcmk_sched_notif.c                                pe_action_t * end, pe_working_set_t * data_set)
pe_action_t       469 lib/pacemaker/pcmk_sched_notif.c             pe_action_t *op = (pe_action_t *) gIter->data;
pe_action_t       628 lib/pacemaker/pcmk_sched_notif.c static pe_action_t *
pe_action_t       629 lib/pacemaker/pcmk_sched_notif.c find_remote_start(pe_action_t *action)
pe_action_t       646 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *stop = NULL;
pe_action_t       647 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *start = NULL;
pe_action_t       663 lib/pacemaker/pcmk_sched_notif.c         pe_action_t *op = (pe_action_t *) gIter->data;
pe_action_t       752 lib/pacemaker/pcmk_sched_notif.c                 pe_action_t *remote_start = find_remote_start(start);
pe_action_t       794 lib/pacemaker/pcmk_sched_notif.c create_secondary_notification(pe_action_t *action, pe_resource_t *rsc,
pe_action_t       795 lib/pacemaker/pcmk_sched_notif.c                               pe_action_t *stonith_op,
pe_action_t       113 lib/pacemaker/pcmk_sched_promotable.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t       823 lib/pacemaker/pcmk_sched_promotable.c     pe_action_t *action = NULL;
pe_action_t       825 lib/pacemaker/pcmk_sched_promotable.c     pe_action_t *action_complete = NULL;
pe_action_t       310 lib/pacemaker/pcmk_sched_utils.c             pe_action_t *op = (pe_action_t *) gIter->data;
pe_action_t       353 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       470 lib/pacemaker/pcmk_sched_utils.c pe_action_t *
pe_action_t       473 lib/pacemaker/pcmk_sched_utils.c     pe_action_t *action = custom_action(rsc, pcmk__op_key(rsc->id, task, 0),
pe_action_t       495 lib/pacemaker/pcmk_sched_utils.c pe_action_t *
pe_action_t       499 lib/pacemaker/pcmk_sched_utils.c     pe_action_t *cancel_op;
pe_action_t       530 lib/pacemaker/pcmk_sched_utils.c pe_action_t *
pe_action_t       536 lib/pacemaker/pcmk_sched_utils.c     pe_action_t *shutdown_op = custom_action(NULL, shutdown_id, CRM_OP_SHUTDOWN,
pe_action_t       359 lib/pengine/failcounts.c pe_action_t *
pe_action_t       364 lib/pengine/failcounts.c     pe_action_t *clear = NULL;
pe_action_t      2125 lib/pengine/unpack.c             pe_action_t *stop = (pe_action_t *) gIter->data;
pe_action_t      2909 lib/pengine/unpack.c     pe_action_t *action = NULL;
pe_action_t      3231 lib/pengine/unpack.c order_after_remote_fencing(pe_action_t *action, pe_resource_t *remote_conn,
pe_action_t      3237 lib/pengine/unpack.c         pe_action_t *fence = pe_fence_op(remote_node, NULL, TRUE, NULL,
pe_action_t      3389 lib/pengine/unpack.c         pe_action_t *clear_op = pe__clear_failcount(rsc, node, clear_reason,
pe_action_t      3440 lib/pengine/unpack.c     pe_action_t *action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set);
pe_action_t        26 lib/pengine/utils.c static void unpack_operation(pe_action_t * action, xmlNode * xml_obj, pe_resource_t * container,
pe_action_t        33 lib/pengine/utils.c pe_rsc_action_details(pe_action_t *action)
pe_action_t        56 lib/pengine/utils.c pe_free_rsc_action_details(pe_action_t *action)
pe_action_t       464 lib/pengine/utils.c pe_action_t *
pe_action_t       469 lib/pengine/utils.c     pe_action_t *action = NULL;
pe_action_t       514 lib/pengine/utils.c         action = calloc(1, sizeof(pe_action_t));
pe_action_t       706 lib/pengine/utils.c unpack_operation_on_fail(pe_action_t * action)
pe_action_t       992 lib/pengine/utils.c unpack_operation(pe_action_t * action, xmlNode * xml_obj, pe_resource_t * container,
pe_action_t      1419 lib/pengine/utils.c pe_free_action(pe_action_t * action)
pe_action_t      1455 lib/pengine/utils.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      1502 lib/pengine/utils.c pe_action_t *
pe_action_t      1510 lib/pengine/utils.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      1541 lib/pengine/utils.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      1586 lib/pengine/utils.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t      1883 lib/pengine/utils.c order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order)
pe_action_t      1928 lib/pengine/utils.c pe_action_t *
pe_action_t      1931 lib/pengine/utils.c     pe_action_t *op = NULL;
pe_action_t      2063 lib/pengine/utils.c         pe_action_t *action = custom_action(rsc, strdup(key), task, node, TRUE, FALSE, data_set);
pe_action_t      2442 lib/pengine/utils.c pe_action_t *
pe_action_t      2447 lib/pengine/utils.c     pe_action_t *stonith_op = NULL;
pe_action_t      2550 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      2565 lib/pengine/utils.c         pe_action_t *unfence = pe_fence_op(node, "on", FALSE, reason, FALSE, data_set);
pe_action_t      2621 lib/pengine/utils.c                                pe_action_t *action, pe_action_t *reason, const char *text,
pe_action_t      2678 lib/pengine/utils.c void pe_action_set_reason(pe_action_t *action, const char *reason, bool overwrite) 
pe_action_t      2786 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      1532 tools/crm_resource_runtime.c static inline bool action_is_pending(pe_action_t *action)
pe_action_t      1556 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;
pe_action_t       519 tools/crm_simulate.c create_action_name(pe_action_t *action)
pe_action_t       611 tools/crm_simulate.c         pe_action_t *action = (pe_action_t *) gIter->data;
pe_action_t       656 tools/crm_simulate.c         pe_action_t *action = (pe_action_t *) gIter->data;