stop              203 include/crm/pengine/internal.h     GListPtr stop;              /* notify_entry_t*  */
stop             1526 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *stop = NULL;
stop             1541 lib/pacemaker/pcmk_sched_allocate.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP, NULL);
stop             1559 lib/pacemaker/pcmk_sched_allocate.c     if ((stop != NULL) && pcmk_is_set(stop->flags, pe_action_pseudo)) {
stop             1560 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *parent_stonith_op = pe_fence_op(stop->node, NULL, FALSE, NULL, FALSE, data_set);
stop             1562 lib/pacemaker/pcmk_sched_allocate.c                  node->details->uname, stonith_op->id, stop->node->details->uname);
stop             1566 lib/pacemaker/pcmk_sched_allocate.c     } else if (stop) {
stop             1567 lib/pacemaker/pcmk_sched_allocate.c         order_actions(stop, stonith_op,
stop             1572 lib/pacemaker/pcmk_sched_allocate.c                  container->id, stop->id);
stop             1581 lib/pacemaker/pcmk_sched_allocate.c         stop = find_first_action(node->details->remote_rsc->actions, NULL,
stop             1584 lib/pacemaker/pcmk_sched_allocate.c         if (stop) {
stop             1585 lib/pacemaker/pcmk_sched_allocate.c             order_actions(stop, stonith_op, pe_order_optional);
stop             1588 lib/pacemaker/pcmk_sched_allocate.c                      node->details->uname, stonith_op->id, stop->id);
stop              804 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
stop              823 lib/pacemaker/pcmk_sched_clone.c         stop = find_rsc_action(child, RSC_STOP, active_only, NULL);
stop              824 lib/pacemaker/pcmk_sched_clone.c         if (stop) {
stop              827 lib/pacemaker/pcmk_sched_clone.c                 order_actions(stop, last_stop, pe_order_optional);
stop              829 lib/pacemaker/pcmk_sched_clone.c             last_stop = stop;
stop              865 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
stop              902 lib/pacemaker/pcmk_sched_clone.c     stop = create_pseudo_resource_op(rsc, RSC_STOP, !child_stopping, TRUE, data_set);
stop              906 lib/pacemaker/pcmk_sched_clone.c         update_action_flags(stop, pe_action_migrate_runnable, __func__,
stop              911 lib/pacemaker/pcmk_sched_clone.c         *stop_notify = create_notification_boundaries(rsc, RSC_STOP, stop, stopped, data_set);
stop             1177 lib/pacemaker/pcmk_sched_clone.c         int stop = 0;
stop             1182 lib/pacemaker/pcmk_sched_clone.c             if (key[lpc] == '_' && stop == 0) {
stop             1183 lib/pacemaker/pcmk_sched_clone.c                 stop = lpc;
stop             1190 lib/pacemaker/pcmk_sched_clone.c                 task_mutable[stop - lpc] = 0;
stop              180 lib/pacemaker/pcmk_sched_group.c         int stop = pe_order_none;
stop              190 lib/pacemaker/pcmk_sched_group.c                 pe__set_order_flags(stop, pe_order_optional);
stop              201 lib/pacemaker/pcmk_sched_group.c                           stop | pe_order_implies_first_printed, data_set);
stop              213 lib/pacemaker/pcmk_sched_group.c         order_stop_stop(rsc, child_rsc, stop | pe_order_implies_first_printed);
stop             1050 lib/pacemaker/pcmk_sched_native.c             pe_action_t *stop = (pe_action_t *) local_gIter->data;
stop             1052 lib/pacemaker/pcmk_sched_native.c             if (!pcmk_is_set(stop->flags, pe_action_optional)) {
stop             1056 lib/pacemaker/pcmk_sched_native.c             if (!pcmk_is_set(stop->flags, pe_action_runnable)) {
stop             1064 lib/pacemaker/pcmk_sched_native.c                 custom_action_order(rsc, stop_key(rsc), stop,
stop             1128 lib/pacemaker/pcmk_sched_native.c     pe_action_t *stop = NULL;
stop             1134 lib/pacemaker/pcmk_sched_native.c     stop = stop_action(rsc, current, TRUE);
stop             1147 lib/pacemaker/pcmk_sched_native.c         pe__set_action_flags(stop, pe_action_migrate_runnable);
stop             1245 lib/pacemaker/pcmk_sched_native.c         pe_action_t *stop = NULL;
stop             1250 lib/pacemaker/pcmk_sched_native.c         stop = stop_action(rsc, dangling_source, FALSE);
stop             1251 lib/pacemaker/pcmk_sched_native.c         pe__set_action_flags(stop, pe_action_dangle);
stop             2385 lib/pacemaker/pcmk_sched_native.c         } else if(stop == NULL) {                                       \
stop             2388 lib/pacemaker/pcmk_sched_native.c             CRM_ASSERT(stop != NULL);                                   \
stop             2389 lib/pacemaker/pcmk_sched_native.c         } else if (pcmk_is_set(stop->flags, pe_action_optional)) {      \
stop             2391 lib/pacemaker/pcmk_sched_native.c                     __func__, lineno, stop->uuid);                      \
stop             2392 lib/pacemaker/pcmk_sched_native.c             CRM_ASSERT(!pcmk_is_set(stop->flags, pe_action_optional));  \
stop             2510 lib/pacemaker/pcmk_sched_native.c     pe_action_t *stop = NULL;
stop             2577 lib/pacemaker/pcmk_sched_native.c         stop = possible_matches->data;
stop             2623 lib/pacemaker/pcmk_sched_native.c             LogAction("Stop", rsc, current, NULL, stop,
stop             2624 lib/pacemaker/pcmk_sched_native.c                       (stop && stop->reason)? stop : start, terminal);
stop             2629 lib/pacemaker/pcmk_sched_native.c                       rsc, current, next, stop, NULL, terminal);
stop             2632 lib/pacemaker/pcmk_sched_native.c             LogAction("Recover", rsc, current, NULL, stop, NULL, terminal);
stop             2644 lib/pacemaker/pcmk_sched_native.c     if(stop
stop             2671 lib/pacemaker/pcmk_sched_native.c     } else if ((stop != NULL)
stop             2674 lib/pacemaker/pcmk_sched_native.c         LogAction("Recover", rsc, current, next, stop, start, terminal);
stop             2678 lib/pacemaker/pcmk_sched_native.c         LogAction("Move", rsc, current, next, stop, NULL, terminal);
stop             2684 lib/pacemaker/pcmk_sched_native.c     } else if (stop != NULL && !pcmk_is_set(stop->flags, pe_action_optional)) {
stop             2711 lib/pacemaker/pcmk_sched_native.c         pe_action_t *stop;
stop             2725 lib/pacemaker/pcmk_sched_native.c         stop = stop_action(rsc, current, optional);
stop             2728 lib/pacemaker/pcmk_sched_native.c             pe_action_set_reason(stop, "node availability", TRUE);
stop             2732 lib/pacemaker/pcmk_sched_native.c             update_action_flags(stop, pe_action_runnable | pe_action_clear,
stop             2743 lib/pacemaker/pcmk_sched_native.c             order_actions(stop, unfence, pe_order_implies_first);
stop              491 lib/pacemaker/pcmk_sched_notif.c                         n_data->stop = g_list_prepend(n_data->stop, entry);
stop              537 lib/pacemaker/pcmk_sched_notif.c     n_data->stop = expand_list(n_data->stop, &rsc_list, &node_list);
stop              646 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *stop = NULL;
stop              715 lib/pacemaker/pcmk_sched_notif.c     stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
stop              728 lib/pacemaker/pcmk_sched_notif.c                 if (stop && pcmk_is_set(stop->flags, pe_action_pseudo) &&
stop              735 lib/pacemaker/pcmk_sched_notif.c                 if (task == action_demote || stop == NULL
stop              736 lib/pacemaker/pcmk_sched_notif.c                     || pcmk_is_set(stop->flags, pe_action_optional)) {
stop              781 lib/pacemaker/pcmk_sched_notif.c     g_list_free_full(n_data->stop, free);
stop             2125 lib/pengine/unpack.c             pe_action_t *stop = (pe_action_t *) gIter->data;
stop             2127 lib/pengine/unpack.c             pe__set_action_flags(stop, pe_action_optional);
stop             1212 tools/crm_resource_runtime.c         pe_action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set);
stop             1213 tools/crm_resource_runtime.c         const char *value = g_hash_table_lookup(stop->meta, XML_ATTR_TIMEOUT);
stop             1216 tools/crm_resource_runtime.c         pe_free_action(stop);