stop_notify       221 include/pcmki/pcmki_sched_allocate.h     pe_resource_t * rsc, GList *children, notify_data_t **start_notify, notify_data_t **stop_notify,  pe_working_set_t * data_set);
stop_notify       877 lib/pacemaker/pcmk_sched_clone.c     clone_create_pseudo_actions(rsc, rsc->children, &clone_data->start_notify, &clone_data->stop_notify,data_set);
stop_notify       886 lib/pacemaker/pcmk_sched_clone.c     pe_resource_t * rsc, GList *children, notify_data_t **start_notify, notify_data_t **stop_notify,  pe_working_set_t * data_set)
stop_notify       940 lib/pacemaker/pcmk_sched_clone.c     if (stop_notify != NULL && *stop_notify == NULL) {
stop_notify       941 lib/pacemaker/pcmk_sched_clone.c         *stop_notify = pcmk__clone_notif_pseudo_ops(rsc, RSC_STOP, stop,
stop_notify       944 lib/pacemaker/pcmk_sched_clone.c         if (start_notify && *start_notify && *stop_notify) {
stop_notify       945 lib/pacemaker/pcmk_sched_clone.c             order_actions((*stop_notify)->post_done, (*start_notify)->pre, pe_order_optional);
stop_notify      1314 lib/pacemaker/pcmk_sched_clone.c     pcmk__create_notifications(rsc, clone_data->stop_notify);
stop_notify      1332 lib/pacemaker/pcmk_sched_clone.c     pcmk__free_notification_data(clone_data->stop_notify);
stop_notify      1333 lib/pacemaker/pcmk_sched_clone.c     clone_data->stop_notify = NULL;
stop_notify       882 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->stop_notify->post_done, clone_data->promote_notify->pre,
stop_notify       890 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->demote_notify->post_done, clone_data->stop_notify->pre,
stop_notify      1060 lib/pengine/clone.c         CRM_ASSERT(clone_data->stop_notify == NULL);
stop_notify        29 lib/pengine/variant.h     notify_data_t *stop_notify;