register_notification  630 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification  633 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification  636 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  148 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  149 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  150 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  151 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_DEL, st_callback);
register_notification  301 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  302 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  303 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  304 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  293 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  148 lib/cib/cib_remote.c     cib->cmds->register_notification = cib_remote_register_notification;
register_notification 2222 lib/fencing/st_client.c     new_stonith->cmds->register_notification = stonith_api_add_notification;
register_notification  112 lib/pacemaker/pcmk_fence.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, notify_callback);
register_notification  781 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  783 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, mon_st_callback_event);
register_notification  785 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  787 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_HISTORY, mon_st_callback_display);