remove_notification  468 daemons/controld/controld_fencing.c         stonith_api->cmds->remove_notification(stonith_api, NULL);
remove_notification  742 daemons/controld/controld_fencing.c         stonith_api->cmds->remove_notification(stonith_api, NULL);
remove_notification 1045 daemons/controld/controld_fencing.c         st->cmds->remove_notification(st, T_STONITH_NOTIFY_HISTORY_SYNCED);
remove_notification  285 daemons/execd/pacemaker-execd.c         stonith_api->cmds->remove_notification(stonith_api, T_STONITH_NOTIFY_DISCONNECT);
remove_notification  409 include/crm/stonith-ng.h     int (*remove_notification)(stonith_t *stonith, const char *event);
remove_notification 1695 lib/fencing/st_client.c         stonith->cmds->remove_notification(stonith, NULL);
remove_notification 1887 lib/fencing/st_client.c     new_stonith->cmds->remove_notification   = stonith_api_del_notification;