stonith_op        298 include/crm/pengine/internal.h                                     pe_action_t *stonith_op);
stonith_op        307 lib/pacemaker/libpacemaker_private.h void pcmk__order_vs_fence(pe_action_t *stonith_op, pe_working_set_t *data_set);
stonith_op         55 lib/pacemaker/pcmk_sched_fencing.c order_start_vs_fencing(pe_resource_t *rsc, pe_action_t *stonith_op,
stonith_op         61 lib/pacemaker/pcmk_sched_fencing.c     CRM_CHECK(stonith_op && stonith_op->node, return);
stonith_op         62 lib/pacemaker/pcmk_sched_fencing.c     target = stonith_op->node;
stonith_op         73 lib/pacemaker/pcmk_sched_fencing.c                 order_actions(stonith_op, action, pe_order_optional);
stonith_op         92 lib/pacemaker/pcmk_sched_fencing.c                     order_actions(stonith_op, action,
stonith_op        109 lib/pacemaker/pcmk_sched_fencing.c order_stop_vs_fencing(pe_resource_t *rsc, pe_action_t *stonith_op,
stonith_op        120 lib/pacemaker/pcmk_sched_fencing.c     CRM_CHECK(stonith_op && stonith_op->node, return);
stonith_op        121 lib/pacemaker/pcmk_sched_fencing.c     target = stonith_op->node;
stonith_op        164 lib/pacemaker/pcmk_sched_fencing.c                 order_actions(stonith_op, action, pe_order_preserve);
stonith_op        166 lib/pacemaker/pcmk_sched_fencing.c             order_actions(stonith_op, parent_stop, pe_order_preserve);
stonith_op        180 lib/pacemaker/pcmk_sched_fencing.c             pe__order_notifs_after_fencing(action, rsc, stonith_op);
stonith_op        205 lib/pacemaker/pcmk_sched_fencing.c                             strdup(CRM_OP_FENCE), stonith_op,
stonith_op        239 lib/pacemaker/pcmk_sched_fencing.c                 order_actions(stonith_op, action, pe_order_preserve|pe_order_optional);
stonith_op        256 lib/pacemaker/pcmk_sched_fencing.c rsc_stonith_ordering(pe_resource_t *rsc, pe_action_t *stonith_op,
stonith_op        265 lib/pacemaker/pcmk_sched_fencing.c             rsc_stonith_ordering(child_rsc, stonith_op, data_set);
stonith_op        274 lib/pacemaker/pcmk_sched_fencing.c         order_start_vs_fencing(rsc, stonith_op, data_set);
stonith_op        275 lib/pacemaker/pcmk_sched_fencing.c         order_stop_vs_fencing(rsc, stonith_op, data_set);
stonith_op        291 lib/pacemaker/pcmk_sched_fencing.c pcmk__order_vs_fence(pe_action_t *stonith_op, pe_working_set_t *data_set)
stonith_op        293 lib/pacemaker/pcmk_sched_fencing.c     CRM_CHECK(stonith_op && data_set, return);
stonith_op        295 lib/pacemaker/pcmk_sched_fencing.c         rsc_stonith_ordering((pe_resource_t *) r->data, stonith_op, data_set);
stonith_op        354 lib/pacemaker/pcmk_sched_fencing.c     pe_action_t *stonith_op = NULL;
stonith_op        383 lib/pacemaker/pcmk_sched_fencing.c     stonith_op = pe_fence_op(node, fence_action, FALSE, "guest is unclean",
stonith_op        385 lib/pacemaker/pcmk_sched_fencing.c     pe__set_action_flags(stonith_op, pe_action_pseudo|pe_action_runnable);
stonith_op        397 lib/pacemaker/pcmk_sched_fencing.c                  pe__node_name(node), stonith_op->id,
stonith_op        399 lib/pacemaker/pcmk_sched_fencing.c         order_actions(parent_stonith_op, stonith_op,
stonith_op        403 lib/pacemaker/pcmk_sched_fencing.c         order_actions(stop, stonith_op,
stonith_op        407 lib/pacemaker/pcmk_sched_fencing.c                  pe__node_name(node), stonith_op->id,
stonith_op        421 lib/pacemaker/pcmk_sched_fencing.c             order_actions(stop, stonith_op, pe_order_optional);
stonith_op        424 lib/pacemaker/pcmk_sched_fencing.c                      pe__node_name(node), stonith_op->id, stop->id);
stonith_op        430 lib/pacemaker/pcmk_sched_fencing.c                      pe__node_name(node), stonith_op->id);
stonith_op        435 lib/pacemaker/pcmk_sched_fencing.c     pcmk__order_vs_fence(stonith_op, node->details->data_set);
stonith_op       1085 lib/pengine/pe_actions.c     pe_action_t *stonith_op = NULL;
stonith_op       1093 lib/pengine/pe_actions.c     stonith_op = lookup_singleton(data_set, op_key);
stonith_op       1094 lib/pengine/pe_actions.c     if(stonith_op == NULL) {
stonith_op       1095 lib/pengine/pe_actions.c         stonith_op = custom_action(NULL, op_key, CRM_OP_FENCE, node, TRUE, TRUE, data_set);
stonith_op       1097 lib/pengine/pe_actions.c         add_hash_param(stonith_op->meta, XML_LRM_ATTR_TARGET, node->details->uname);
stonith_op       1098 lib/pengine/pe_actions.c         add_hash_param(stonith_op->meta, XML_LRM_ATTR_TARGET_UUID, node->details->id);
stonith_op       1099 lib/pengine/pe_actions.c         add_hash_param(stonith_op->meta, "stonith_action", op);
stonith_op       1143 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta, key, value);
stonith_op       1149 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta, key, value);
stonith_op       1167 lib/pengine/pe_actions.c             || g_hash_table_lookup(stonith_op->meta,
stonith_op       1176 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta,
stonith_op       1182 lib/pengine/pe_actions.c         pe__clear_action_flags(stonith_op, pe_action_optional);
stonith_op       1183 lib/pengine/pe_actions.c         pe_action_set_reason(stonith_op, reason, false);
stonith_op       1185 lib/pengine/pe_actions.c     } else if(reason && stonith_op->reason == NULL) {
stonith_op       1186 lib/pengine/pe_actions.c         stonith_op->reason = strdup(reason);
stonith_op       1189 lib/pengine/pe_actions.c     return stonith_op;
stonith_op        978 lib/pengine/pe_notif.c                                pe_action_t *stonith_op)
stonith_op        983 lib/pengine/pe_notif.c     n_data = pe__clone_notif_pseudo_ops(rsc, RSC_STOP, NULL, stonith_op);