stop_notify 611 lib/pengine/clone.c CRM_ASSERT(clone_data->stop_notify == NULL); stop_notify 42 lib/pengine/variant.h notify_data_t *stop_notify; stop_notify 181 pengine/allocate.h resource_t * rsc, GListPtr children, notify_data_t **start_notify, notify_data_t **stop_notify, pe_working_set_t * data_set); stop_notify 816 pengine/clone.c clone_create_pseudo_actions(rsc, rsc->children, &clone_data->start_notify, &clone_data->stop_notify,data_set); stop_notify 822 pengine/clone.c resource_t * rsc, GListPtr children, notify_data_t **start_notify, notify_data_t **stop_notify, pe_working_set_t * data_set) stop_notify 873 pengine/clone.c if (stop_notify != NULL && *stop_notify == NULL) { stop_notify 874 pengine/clone.c *stop_notify = create_notification_boundaries(rsc, RSC_STOP, stop, stopped, data_set); stop_notify 876 pengine/clone.c if (start_notify && *start_notify && *stop_notify) { stop_notify 877 pengine/clone.c order_actions((*stop_notify)->post_done, (*start_notify)->pre, pe_order_optional); stop_notify 1228 pengine/clone.c if (clone_data->stop_notify) { stop_notify 1229 pengine/clone.c collect_notification_data(rsc, TRUE, TRUE, clone_data->stop_notify); stop_notify 1230 pengine/clone.c expand_notification_data(rsc, clone_data->stop_notify, data_set); stop_notify 1231 pengine/clone.c create_notifications(rsc, clone_data->stop_notify, data_set); stop_notify 1260 pengine/clone.c free_notification_data(clone_data->stop_notify); stop_notify 1261 pengine/clone.c clone_data->stop_notify = NULL; stop_notify 886 pengine/master.c order_actions(clone_data->stop_notify->post_done, clone_data->promote_notify->pre, stop_notify 894 pengine/master.c order_actions(clone_data->demote_notify->post_done, clone_data->stop_notify->pre,