register_notification  660 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification  663 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification  666 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification   73 daemons/execd/pacemaker-execd.c             stonith_api->cmds->register_notification(stonith_api,
register_notification  161 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  162 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  163 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  164 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_DEL, st_callback);
register_notification  314 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  315 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  316 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  317 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_DEL, st_callback);
register_notification  119 include/crm/cib/cib_types.h     int (*register_notification) (cib_t *cib, const char *callback,
register_notification  298 include/crm/stonith-ng.h     int (*register_notification)(
register_notification  500 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 1);
register_notification  562 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 0);
register_notification  531 lib/cib/cib_file.c     cib->cmds->register_notification = cib_file_register_notification;
register_notification   86 lib/cib/cib_native.c     cib->cmds->register_notification = cib_native_register_notification;
register_notification  138 lib/cib/cib_remote.c     cib->cmds->register_notification = cib_remote_register_notification;
register_notification 1826 lib/fencing/st_client.c     new_stonith->cmds->register_notification = stonith_api_add_notification;
register_notification  155 lib/pacemaker/pcmk_fence.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, notify_callback);
register_notification  757 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  759 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, mon_st_callback_event);
register_notification  761 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  763 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_HISTORY, mon_st_callback_display);