pe_action_t       303 include/crm/pengine/internal.h void pe_action_set_reason(pe_action_t *action, const char *reason, bool overwrite);
pe_action_t       304 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        29 include/crm/pengine/status.h typedef struct pe_action_s pe_action_t;
pe_action_t       478 include/crm/pengine/status.h pe_rsc_action_details_t *pe_rsc_action_details(pe_action_t *action);
pe_action_t        43 lib/pengine/utils.c pe_rsc_action_details(pe_action_t *action)
pe_action_t        66 lib/pengine/utils.c pe_free_rsc_action_details(pe_action_t *action)
pe_action_t      2292 lib/pengine/utils.c                                pe_action_t *action, pe_action_t *reason, const char *text,
pe_action_t      2351 lib/pengine/utils.c void pe_action_set_reason(pe_action_t *action, const char *reason, bool overwrite) 
pe_action_t       319 pengine/allocate.c         pe_action_t *required = NULL;
pe_action_t       359 pengine/allocate.c             pe_action_t *required = NULL;
pe_action_t      1414 pengine/allocate.c fence_guest(pe_node_t *node, pe_action_t *done, pe_working_set_t *data_set)
pe_action_t      1417 pengine/allocate.c     pe_action_t *stop = NULL;
pe_action_t      1418 pengine/allocate.c     pe_action_t *stonith_op = NULL;
pe_action_t      1451 pengine/allocate.c         pe_action_t *parent_stonith_op = pe_fence_op(stop->node, NULL, FALSE, NULL, data_set);
pe_action_t       204 pengine/container.c     pe_action_t *action = NULL;
pe_action_t       622 pengine/container.c             pe_action_t *first_action = NULL;
pe_action_t       623 pengine/container.c             pe_action_t *then_action = NULL;
pe_action_t       710 pengine/container.c bool can_interleave_actions(pe_action_t *first, pe_action_t *then) 
pe_action_t      2186 pengine/native.c LogAction(const char *change, resource_t *rsc, pe_node_t *origin, pe_node_t *destination, pe_action_t *action, pe_action_t *source, gboolean terminal)
pe_action_t       746 pengine/notif.c create_secondary_notification(pe_action_t *action, resource_t *rsc,
pe_action_t       747 pengine/notif.c                               pe_action_t *stonith_op,
pe_action_t        39 pengine/notif.h void create_secondary_notification(pe_action_t *action, resource_t *rsc,
pe_action_t        40 pengine/notif.h                                    pe_action_t *stonith_op,
pe_action_t       432 pengine/utils.c pe_action_t *
pe_action_t       435 pengine/utils.c     pe_action_t *action = custom_action(rsc, generate_op_key(rsc->id, task, 0), task, NULL, optional, TRUE, data_set);
pe_action_t        53 pengine/utils.h bool can_interleave_actions(pe_action_t *first, pe_action_t *then);
pe_action_t        78 pengine/utils.h pe_action_t *create_pseudo_resource_op(resource_t * rsc, const char *task, bool optional, bool runnable, pe_working_set_t *data_set);