e                  52 daemons/controld/controld_alerts.c crmd_alert_fencing_op(stonith_event_t * e)
e                  66 daemons/controld/controld_alerts.c     desc = stonith__event_description(e);
e                  68 daemons/controld/controld_alerts.c                             e->target, e->operation, desc, e->result);
e                  21 daemons/controld/controld_alerts.h void crmd_alert_fencing_op(stonith_event_t *e);
e                 457 daemons/controld/controld_fencing.c tengine_stonith_connection_destroy(stonith_t *st, stonith_event_t *e)
e                  60 daemons/execd/pacemaker-execd.c stonith_connection_destroy_cb(stonith_t * st, stonith_event_t * e)
e                 130 daemons/fenced/cts-fence-helper.c st_callback(stonith_t * st, stonith_event_t * e)
e                 138 daemons/fenced/cts-fence-helper.c     desc = stonith__event_description(e);
e                  23 include/crm/common/logging_compat.h #define crm_extended_logging(t, e) qb_log_ctl((t), QB_LOG_CONF_EXTENDED, (e))
e                 420 include/crm/stonith-ng.h                                                   stonith_event_t *e));
e                  55 lib/fencing/st_client.c     void (*notify) (stonith_t * st, stonith_event_t * e);
e                1224 lib/fencing/st_client.c                              void (*callback) (stonith_t * stonith, stonith_event_t * e))
e                 130 lib/pacemaker/pcmk_fence.c notify_callback(stonith_t * st, stonith_event_t * e)
e                 132 lib/pacemaker/pcmk_fence.c     if (pcmk__str_eq(async_fence_data.target, e->target, pcmk__str_casei)
e                 133 lib/pacemaker/pcmk_fence.c         && pcmk__str_eq(async_fence_data.action, e->action, pcmk__str_none)) {
e                 136 lib/pacemaker/pcmk_fence.c                          stonith__event_exit_status(e),
e                 137 lib/pacemaker/pcmk_fence.c                          stonith__event_execution_status(e),
e                 138 lib/pacemaker/pcmk_fence.c                          stonith__event_exit_reason(e));
e                 236 tools/crm_mon.c static void mon_st_callback_event(stonith_t * st, stonith_event_t * e);
e                 237 tools/crm_mon.c static void mon_st_callback_display(stonith_t * st, stonith_event_t * e);
e                2026 tools/crm_mon.c mon_st_callback_event(stonith_t * st, stonith_event_t * e)
e                2032 tools/crm_mon.c         char *desc = stonith__event_description(e);
e                2034 tools/crm_mon.c         send_custom_trap(e->target, NULL, e->operation, pcmk_ok, e->result, 0, desc);
e                2091 tools/crm_mon.c mon_st_callback_display(stonith_t * st, stonith_event_t * e)