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   77 daemons/execd/pacemaker-execd.c             stonith_api->cmds->register_notification(stonith_api,
register_notification  147 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  148 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  149 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  150 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_DEL, st_callback);
register_notification  296 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  297 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  298 daemons/fenced/cts-fence-helper.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  299 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  297 include/crm/stonith-ng.h     int (*register_notification)(
register_notification  477 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 1);
register_notification  539 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 0);
register_notification  521 lib/cib/cib_file.c     cib->cmds->register_notification = cib_file_register_notification;
register_notification   77 lib/cib/cib_native.c     cib->cmds->register_notification = cib_native_register_notification;
register_notification  140 lib/cib/cib_remote.c     cib->cmds->register_notification = cib_remote_register_notification;
register_notification 2168 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  796 tools/crm_mon.c                 st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  798 tools/crm_mon.c                 st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, mon_st_callback_event);
register_notification  800 tools/crm_mon.c                 st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  802 tools/crm_mon.c                 st->cmds->register_notification(st, T_STONITH_NOTIFY_HISTORY, mon_st_callback_display);