register_notification  432 crmd/te_utils.c     stonith_api->cmds->register_notification(stonith_api, T_STONITH_NOTIFY_DISCONNECT,
register_notification  435 crmd/te_utils.c     stonith_api->cmds->register_notification(stonith_api, T_STONITH_NOTIFY_FENCE,
register_notification  249 fencing/admin.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, notify_callback);
register_notification  144 fencing/test.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  145 fencing/test.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  146 fencing/test.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  147 fencing/test.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_DEL, st_callback);
register_notification  291 fencing/test.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_DISCONNECT, st_callback);
register_notification  292 fencing/test.c     st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, st_callback);
register_notification  293 fencing/test.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_ADD, st_callback);
register_notification  294 fencing/test.c     st->cmds->register_notification(st, STONITH_OP_DEVICE_DEL, st_callback);
register_notification  133 include/crm/cib.h     int (*register_notification) (cib_t * cib, const char *callback, int enabled);
register_notification  286 include/crm/stonith-ng.h     int (*register_notification)(
register_notification  486 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 1);
register_notification  548 lib/cib/cib_client.c         cib->cmds->register_notification(cib, event, 0);
register_notification  505 lib/cib/cib_file.c     cib->cmds->register_notification = cib_file_register_notification;
register_notification   80 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 2497 lib/fencing/st_client.c     new_stonith->cmds->register_notification = stonith_api_add_notification;
register_notification   81 lrmd/main.c                    stonith_api->cmds->register_notification(stonith_api,
register_notification  301 tools/crm_mon.c             st->cmds->register_notification(st, T_STONITH_NOTIFY_FENCE, mon_st_callback);