stop               48 include/crm/pengine/internal.h     GListPtr stop;              /* notify_entry_t*  */
stop             2071 lib/pengine/unpack.c             action_t *stop = (action_t *) gIter->data;
stop             2073 lib/pengine/unpack.c             stop->flags |= pe_action_optional;
stop             1417 pengine/allocate.c     pe_action_t *stop = NULL;
stop             1432 pengine/allocate.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP, NULL);
stop             1450 pengine/allocate.c     if(stop && is_set(stop->flags, pe_action_pseudo)) {
stop             1451 pengine/allocate.c         pe_action_t *parent_stonith_op = pe_fence_op(stop->node, NULL, FALSE, NULL, data_set);
stop             1453 pengine/allocate.c                  node->details->uname, stonith_op->id, stop->node->details->uname);
stop             1457 pengine/allocate.c     } else if (stop) {
stop             1458 pengine/allocate.c         order_actions(stop, stonith_op,
stop             1463 pengine/allocate.c                  container->id, stop->id);
stop              765 pengine/clone.c     action_t *stop = NULL;
stop              785 pengine/clone.c         stop = find_rsc_action(child, key, active_only, NULL);
stop              792 pengine/clone.c         if (stop) {
stop              795 pengine/clone.c                 order_actions(stop, last_stop, pe_order_optional);
stop              797 pengine/clone.c             last_stop = stop;
stop              829 pengine/clone.c     action_t *stop = NULL;
stop              866 pengine/clone.c     stop = create_pseudo_resource_op(rsc, RSC_STOP, !child_stopping, TRUE, data_set);
stop              870 pengine/clone.c         update_action_flags(stop, pe_action_migrate_runnable, __FUNCTION__, __LINE__);
stop              874 pengine/clone.c         *stop_notify = create_notification_boundaries(rsc, RSC_STOP, stop, stopped, data_set);
stop             1113 pengine/clone.c         int stop = 0;
stop             1118 pengine/clone.c             if (key[lpc] == '_' && stop == 0) {
stop             1119 pengine/clone.c                 stop = lpc;
stop             1126 pengine/clone.c                 task_mutable[stop - lpc] = 0;
stop              191 pengine/group.c         int stop = pe_order_none;
stop              201 pengine/group.c                 stop |= pe_order_optional;
stop              212 pengine/group.c                           stop | pe_order_implies_first_printed, data_set);
stop              224 pengine/group.c         order_stop_stop(rsc, child_rsc, stop | pe_order_implies_first_printed);
stop              995 pengine/native.c             action_t *stop = (action_t *) local_gIter->data;
stop              997 pengine/native.c             if (is_set(stop->flags, pe_action_optional) == FALSE) {
stop             1001 pengine/native.c             if (is_set(stop->flags, pe_action_runnable) == FALSE) {
stop             1008 pengine/native.c                 custom_action_order(rsc, strdup(stop_op_key), stop,
stop             1069 pengine/native.c     action_t *stop = NULL;
stop             1075 pengine/native.c     stop = stop_action(rsc, current, TRUE);
stop             1086 pengine/native.c         set_bit(stop->flags, pe_action_migrate_runnable);
stop             1185 pengine/native.c         action_t *stop = stop_action(rsc, current, FALSE);
stop             1187 pengine/native.c         set_bit(stop->flags, pe_action_dangle);
stop             2174 pengine/native.c         } else if(stop == NULL) {                                       \
stop             2176 pengine/native.c             CRM_ASSERT(stop != NULL);                                   \
stop             2177 pengine/native.c         } else if(is_set(stop->flags, pe_action_optional)) { \
stop             2178 pengine/native.c             crm_err("%s:%d: Action %s is still optional", __FUNCTION__, lineno, stop->uuid); \
stop             2179 pengine/native.c             CRM_ASSERT(is_not_set(stop->flags, pe_action_optional));    \
stop             2291 pengine/native.c     action_t *stop = NULL;
stop             2365 pengine/native.c         stop = possible_matches->data;
stop             2410 pengine/native.c             LogAction("Stop", rsc, current, NULL, stop,
stop             2411 pengine/native.c                       (stop && stop->reason)? stop : start, terminal);
stop             2416 pengine/native.c                       rsc, current, next, stop, NULL, terminal);
stop             2419 pengine/native.c             LogAction("Recover", rsc, current, NULL, stop, NULL, terminal);
stop             2431 pengine/native.c     if(stop
stop             2458 pengine/native.c     } else if (stop && is_set(rsc->flags, pe_rsc_failed)) {
stop             2460 pengine/native.c         LogAction("Recover", rsc, current, next, stop, start, terminal);
stop             2464 pengine/native.c         LogAction("Move", rsc, current, next, stop, NULL, terminal);
stop             2470 pengine/native.c     } else if (stop != NULL && is_not_set(stop->flags, pe_action_optional)) {
stop             2497 pengine/native.c         action_t *stop;
stop             2511 pengine/native.c         stop = stop_action(rsc, current, optional);
stop             2514 pengine/native.c             pe_action_set_reason(stop, "node availability", TRUE);
stop             2518 pengine/native.c             update_action_flags(stop, pe_action_runnable | pe_action_clear, __FUNCTION__, __LINE__);
stop             2529 pengine/native.c             order_actions(stop, unfence, pe_order_implies_first);
stop              512 pengine/notif.c                         n_data->stop = g_list_prepend(n_data->stop, entry);
stop              542 pengine/notif.c     if (n_data->stop) {
stop              543 pengine/notif.c         n_data->stop = g_list_sort(n_data->stop, sort_notify_entries);
stop              545 pengine/notif.c     expand_list(n_data->stop, &rsc_list, &node_list);
stop              643 pengine/notif.c     action_t *stop = NULL;
stop              682 pengine/notif.c     stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
stop              695 pengine/notif.c                 if (stop &&
stop              696 pengine/notif.c                     is_set(stop->flags, pe_action_pseudo) &&
stop              703 pengine/notif.c                 if (task == action_demote || stop == NULL
stop              704 pengine/notif.c                     || is_set(stop->flags, pe_action_optional)) {
stop              733 pengine/notif.c     g_list_free_full(n_data->stop, free);
stop             1027 tools/crm_resource_runtime.c         action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set);
stop             1028 tools/crm_resource_runtime.c         const char *value = g_hash_table_lookup(stop->meta, XML_ATTR_TIMEOUT);
stop             1031 tools/crm_resource_runtime.c         pe_free_action(stop);