register_notification  659 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification  662 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification  665 daemons/controld/controld_fencing.c         stonith_api->cmds->register_notification(stonith_api,
register_notification   72 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  131 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  518 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 1);
register_notification  580 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 0);
register_notification  532 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 1876 lib/fencing/st_client.c     new_stonith->cmds->register_notification = stonith_api_add_notification;
register_notification  156 lib/pacemaker/pcmk_fence.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, notify_callback);
register_notification  760 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  762 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, mon_st_callback_event);
register_notification  764 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT,
register_notification  766 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_HISTORY, mon_st_callback_display);