stonith_op         72 lib/pacemaker/libpacemaker_private.h void pcmk__order_vs_fence(pe_action_t *stonith_op, pe_working_set_t *data_set);
stonith_op        324 lib/pacemaker/libpacemaker_private.h                                       pe_action_t *stonith_op);
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             pcmk__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        380 lib/pacemaker/pcmk_sched_fencing.c     stonith_op = pe_fence_op(node, fence_action, FALSE, "guest is unclean",
stonith_op        382 lib/pacemaker/pcmk_sched_fencing.c     pe__set_action_flags(stonith_op, pe_action_pseudo|pe_action_runnable);
stonith_op        393 lib/pacemaker/pcmk_sched_fencing.c                  node->details->uname, stonith_op->id,
stonith_op        395 lib/pacemaker/pcmk_sched_fencing.c         order_actions(parent_stonith_op, stonith_op,
stonith_op        399 lib/pacemaker/pcmk_sched_fencing.c         order_actions(stop, stonith_op,
stonith_op        403 lib/pacemaker/pcmk_sched_fencing.c                  node->details->uname, stonith_op->id,
stonith_op        417 lib/pacemaker/pcmk_sched_fencing.c             order_actions(stop, stonith_op, pe_order_optional);
stonith_op        420 lib/pacemaker/pcmk_sched_fencing.c                      node->details->uname, stonith_op->id, stop->id);
stonith_op        426 lib/pacemaker/pcmk_sched_fencing.c                      node->details->uname, stonith_op->id);
stonith_op        431 lib/pacemaker/pcmk_sched_fencing.c     pcmk__order_vs_fence(stonith_op, data_set);
stonith_op        973 lib/pacemaker/pcmk_sched_notif.c                                  pe_action_t *stonith_op)
stonith_op        978 lib/pacemaker/pcmk_sched_notif.c     n_data = pcmk__clone_notif_pseudo_ops(rsc, RSC_STOP, NULL, stonith_op);
stonith_op       2140 lib/pengine/utils.c     pe_action_t *stonith_op = NULL;
stonith_op       2148 lib/pengine/utils.c     stonith_op = lookup_singleton(data_set, op_key);
stonith_op       2149 lib/pengine/utils.c     if(stonith_op == NULL) {
stonith_op       2150 lib/pengine/utils.c         stonith_op = custom_action(NULL, op_key, CRM_OP_FENCE, node, TRUE, TRUE, data_set);
stonith_op       2152 lib/pengine/utils.c         add_hash_param(stonith_op->meta, XML_LRM_ATTR_TARGET, node->details->uname);
stonith_op       2153 lib/pengine/utils.c         add_hash_param(stonith_op->meta, XML_LRM_ATTR_TARGET_UUID, node->details->id);
stonith_op       2154 lib/pengine/utils.c         add_hash_param(stonith_op->meta, "stonith_action", op);
stonith_op       2196 lib/pengine/utils.c             g_hash_table_insert(stonith_op->meta,
stonith_op       2199 lib/pengine/utils.c             g_hash_table_insert(stonith_op->meta,
stonith_op       2218 lib/pengine/utils.c             || g_hash_table_lookup(stonith_op->meta,
stonith_op       2227 lib/pengine/utils.c             g_hash_table_insert(stonith_op->meta,
stonith_op       2233 lib/pengine/utils.c         pe__clear_action_flags(stonith_op, pe_action_optional);
stonith_op       2234 lib/pengine/utils.c         pe_action_set_reason(stonith_op, reason, false);
stonith_op       2236 lib/pengine/utils.c     } else if(reason && stonith_op->reason == NULL) {
stonith_op       2237 lib/pengine/utils.c         stonith_op->reason = strdup(reason);
stonith_op       2240 lib/pengine/utils.c     return stonith_op;