start_notify 612 lib/pengine/clone.c CRM_ASSERT(clone_data->start_notify == NULL); start_notify 43 lib/pengine/variant.h notify_data_t *start_notify; start_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); start_notify 816 pengine/clone.c clone_create_pseudo_actions(rsc, rsc->children, &clone_data->start_notify, &clone_data->stop_notify,data_set); start_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) start_notify 861 pengine/clone.c if (start_notify != NULL && *start_notify == NULL) { start_notify 862 pengine/clone.c *start_notify = create_notification_boundaries(rsc, RSC_START, start, started, data_set); start_notify 876 pengine/clone.c if (start_notify && *start_notify && *stop_notify) { start_notify 877 pengine/clone.c order_actions((*stop_notify)->post_done, (*start_notify)->pre, pe_order_optional); start_notify 1222 pengine/clone.c if (clone_data->start_notify) { start_notify 1223 pengine/clone.c collect_notification_data(rsc, TRUE, TRUE, clone_data->start_notify); start_notify 1224 pengine/clone.c expand_notification_data(rsc, clone_data->start_notify, data_set); start_notify 1225 pengine/clone.c create_notifications(rsc, clone_data->start_notify, data_set); start_notify 1262 pengine/clone.c free_notification_data(clone_data->start_notify); start_notify 1263 pengine/clone.c clone_data->start_notify = NULL; start_notify 888 pengine/master.c order_actions(clone_data->start_notify->post_done, clone_data->promote_notify->pre, start_notify 892 pengine/master.c order_actions(clone_data->demote_notify->post_done, clone_data->start_notify->pre,