register_notification  699 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification  702 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification  705 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification   92 daemons/execd/pacemaker-execd.c             stonith_api->cmds->register_notification(stonith_api,
register_notification  167 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  168 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  169 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  170 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_DEL, st_callback);
register_notification  320 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  321 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  322 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  323 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_DEL, st_callback);
register_notification  145 include/crm/cib/cib_types.h     int (*register_notification) (cib_t *cib, const char *callback,
register_notification  397 include/crm/stonith-ng.h     int (*register_notification)(stonith_t *stonith, const char *event,
register_notification  107 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 1);
register_notification  170 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 0);
register_notification  555 lib/cib/cib_file.c     cib->cmds->register_notification = cib_file_register_notification;
register_notification  496 lib/cib/cib_native.c     cib->cmds->register_notification = cib_native_register_notification;
register_notification  619 lib/cib/cib_remote.c     cib->cmds->register_notification = cib_remote_register_notification;
register_notification 1877 lib/fencing/st_client.c     new_stonith->cmds->register_notification = stonith_api_add_notification;
register_notification  157 lib/pacemaker/pcmk_fence.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, notify_callback);
register_notification  921 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  923 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, mon_st_callback_event);
register_notification  925 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  927 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_HISTORY, mon_st_callback_display);