stonith_action    179 include/crm/common/scheduler.h     const char *stonith_action;     //!< Default fencing action
stonith_action   1273 lib/pengine/pe_actions.c         op = scheduler->stonith_action;
stonith_action    263 lib/pengine/unpack.c     scheduler->stonith_action = pe_pref(scheduler->config_hash,
stonith_action    265 lib/pengine/unpack.c     if (!strcmp(scheduler->stonith_action, "poweroff")) {
stonith_action    269 lib/pengine/unpack.c         scheduler->stonith_action = PCMK_ACTION_OFF;
stonith_action    271 lib/pengine/unpack.c     crm_trace("STONITH will %s nodes", scheduler->stonith_action);