stop              222 include/crm/pengine/internal.h     GList *stop;              /* notify_entry_t*  */
stop              977 lib/pacemaker/pcmk_output.c         } else if(stop == NULL) {                                       \
stop              980 lib/pacemaker/pcmk_output.c             CRM_ASSERT(stop != NULL);                                   \
stop              981 lib/pacemaker/pcmk_output.c         } else if (pcmk_is_set(stop->flags, pe_action_optional)) {      \
stop              983 lib/pacemaker/pcmk_output.c                     __func__, lineno, stop->uuid);                      \
stop              984 lib/pacemaker/pcmk_output.c             CRM_ASSERT(!pcmk_is_set(stop->flags, pe_action_optional));  \
stop             1003 lib/pacemaker/pcmk_output.c     pe_action_t *stop = NULL;
stop             1031 lib/pacemaker/pcmk_output.c         stop = possible_matches->data;
stop             1040 lib/pacemaker/pcmk_output.c             stop = possible_matches->data;
stop             1089 lib/pacemaker/pcmk_output.c                               NULL, stop, (stop && stop->reason)? stop : start);
stop             1094 lib/pacemaker/pcmk_output.c                               rsc, current, next, stop, NULL);
stop             1098 lib/pacemaker/pcmk_output.c                               NULL, stop, NULL);
stop             1111 lib/pacemaker/pcmk_output.c     if(stop
stop             1140 lib/pacemaker/pcmk_output.c     } else if ((stop != NULL)
stop             1144 lib/pacemaker/pcmk_output.c                           next, stop, start);
stop             1149 lib/pacemaker/pcmk_output.c                           stop, NULL);
stop             1156 lib/pacemaker/pcmk_output.c     } else if (stop != NULL && !pcmk_is_set(stop->flags, pe_action_optional)) {
stop              448 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
stop              464 lib/pacemaker/pcmk_sched_clone.c         stop = find_rsc_action(child, RSC_STOP);
stop              465 lib/pacemaker/pcmk_sched_clone.c         if (stop) {
stop              468 lib/pacemaker/pcmk_sched_clone.c                 order_actions(stop, last_stop, pe_order_optional);
stop              470 lib/pacemaker/pcmk_sched_clone.c             last_stop = stop;
stop              511 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
stop              550 lib/pacemaker/pcmk_sched_clone.c     stop = pe__new_rsc_pseudo_action(rsc, RSC_STOP, !child_stopping, true);
stop              555 lib/pacemaker/pcmk_sched_clone.c         pe__set_action_flags(stop, pe_action_migrate_runnable);
stop              559 lib/pacemaker/pcmk_sched_clone.c         *stop_notify = pe__clone_notif_pseudo_ops(rsc, RSC_STOP, stop, stopped);
stop              832 lib/pacemaker/pcmk_sched_clone.c         int stop = 0;
stop              837 lib/pacemaker/pcmk_sched_clone.c             if (key[lpc] == '_' && stop == 0) {
stop              838 lib/pacemaker/pcmk_sched_clone.c                 stop = lpc;
stop              845 lib/pacemaker/pcmk_sched_clone.c                 task_mutable[stop - lpc] = 0;
stop              353 lib/pacemaker/pcmk_sched_fencing.c     pe_action_t *stop = NULL;
stop              371 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP,
stop              391 lib/pacemaker/pcmk_sched_fencing.c     if ((stop != NULL) && pcmk_is_set(stop->flags, pe_action_pseudo)) {
stop              392 lib/pacemaker/pcmk_sched_fencing.c         pe_action_t *parent_stonith_op = pe_fence_op(stop->node, NULL, FALSE,
stop              398 lib/pacemaker/pcmk_sched_fencing.c                  pe__node_name(stop->node));
stop              402 lib/pacemaker/pcmk_sched_fencing.c     } else if (stop) {
stop              403 lib/pacemaker/pcmk_sched_fencing.c         order_actions(stop, stonith_op,
stop              408 lib/pacemaker/pcmk_sched_fencing.c                  container->id, stop->id);
stop              417 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(node->details->remote_rsc->actions, NULL,
stop              420 lib/pacemaker/pcmk_sched_fencing.c         if (stop) {
stop              421 lib/pacemaker/pcmk_sched_fencing.c             order_actions(stop, stonith_op, pe_order_optional);
stop              424 lib/pacemaker/pcmk_sched_fencing.c                      pe__node_name(node), stonith_op->id, stop->id);
stop               51 lib/pacemaker/pcmk_sched_migration.c     pe_action_t *stop = NULL;
stop               58 lib/pacemaker/pcmk_sched_migration.c     stop = stop_action(rsc, current, TRUE);
stop               73 lib/pacemaker/pcmk_sched_migration.c         pe__set_action_flags(stop, pe_action_migrate_runnable);
stop              153 lib/pacemaker/pcmk_sched_migration.c     pe_action_t *stop = NULL;
stop              160 lib/pacemaker/pcmk_sched_migration.c     stop = stop_action(rsc, dangling_source, FALSE);
stop              161 lib/pacemaker/pcmk_sched_migration.c     pe__set_action_flags(stop, pe_action_dangle);
stop             1101 lib/pacemaker/pcmk_sched_primitive.c         pe_action_t *stop = NULL;
stop             1135 lib/pacemaker/pcmk_sched_primitive.c         stop = stop_action(rsc, current, optional);
stop             1138 lib/pacemaker/pcmk_sched_primitive.c             pe_action_set_reason(stop, "node availability", true);
stop             1145 lib/pacemaker/pcmk_sched_primitive.c             pe_action_set_reason(stop, "being multiply active", true);
stop             1149 lib/pacemaker/pcmk_sched_primitive.c             pe__clear_action_flags(stop, pe_action_runnable);
stop             1160 lib/pacemaker/pcmk_sched_primitive.c             order_actions(stop, unfence, pe_order_implies_first);
stop              435 lib/pacemaker/pcmk_sched_recurring.c         pe_action_t *stop = (pe_action_t *) iter->data;
stop              437 lib/pacemaker/pcmk_sched_recurring.c         if (!pcmk_is_set(stop->flags, pe_action_optional)
stop              445 lib/pacemaker/pcmk_sched_recurring.c         if (!pcmk_is_set(stop->flags, pe_action_runnable)) {
stop              452 lib/pacemaker/pcmk_sched_recurring.c             pcmk__new_ordering(rsc, stop_key(rsc), stop,
stop              618 lib/pengine/pe_notif.c                     n_data->stop = g_list_prepend(n_data->stop, entry);
stop              669 lib/pengine/pe_notif.c     n_data->stop = notify_entries_to_strings(n_data->stop,
stop              797 lib/pengine/pe_notif.c     pe_action_t *stop = NULL;
stop              863 lib/pengine/pe_notif.c         stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
stop              871 lib/pengine/pe_notif.c             if ((stop != NULL) && pcmk_is_set(stop->flags, pe_action_pseudo)
stop              880 lib/pengine/pe_notif.c             if ((task == action_demote) || (stop == NULL)
stop              881 lib/pengine/pe_notif.c                 || pcmk_is_set(stop->flags, pe_action_optional)) {
stop              950 lib/pengine/pe_notif.c     g_list_free_full(n_data->stop, free);
stop              977 lib/pengine/pe_notif.c pe__order_notifs_after_fencing(pe_action_t *stop, pe_resource_t *rsc,
stop              982 lib/pengine/pe_notif.c     crm_info("Ordering notifications for implied %s after fencing", stop->uuid);
stop              988 lib/pengine/pe_notif.c         add_notify_env(n_data, "notify_stop_uname", stop->node->details->uname);
stop             2207 lib/pengine/unpack.c             pe_action_t *stop = (pe_action_t *) gIter->data;
stop             2209 lib/pengine/unpack.c             pe__set_action_flags(stop, pe_action_optional);
stop               49 maint/gnulib/lib/regex.c # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
stop               50 maint/gnulib/lib/regex.c 	__re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
stop               58 maint/gnulib/lib/regex.c # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
stop               59 maint/gnulib/lib/regex.c 	__re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
stop              185 maint/gnulib/lib/regex_internal.c   pstr->stop = pstr->len;
stop              186 maint/gnulib/lib/regex_internal.c   pstr->raw_stop = pstr->stop;
stop              428 maint/gnulib/lib/regex_internal.c 		      pstr->stop += mbcdlen - mbclen;
stop              581 maint/gnulib/lib/regex_internal.c       pstr->stop = pstr->raw_stop;
stop              637 maint/gnulib/lib/regex_internal.c 		  pstr->stop = pstr->raw_stop - idx + offset;
stop              684 maint/gnulib/lib/regex_internal.c 	      pstr->stop = pstr->raw_stop - idx + offset;
stop              787 maint/gnulib/lib/regex_internal.c   pstr->stop -= offset;
stop              395 maint/gnulib/lib/regex_internal.h   Idx stop;
stop              434 maint/gnulib/lib/regex_internal.h #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx)
stop               36 maint/gnulib/lib/regexec.c 					 Idx start, Idx last_start, Idx stop,
stop               44 maint/gnulib/lib/regexec.c 				  Idx stop, bool ret_len);
stop               47 maint/gnulib/lib/regexec.c 				regoff_t range, Idx stop,
stop              294 maint/gnulib/lib/regexec.c 	    struct re_registers *regs, Idx stop)
stop              297 maint/gnulib/lib/regexec.c 			   start, 0, regs, stop, true);
stop              306 maint/gnulib/lib/regexec.c 	     struct re_registers *regs, Idx stop)
stop              309 maint/gnulib/lib/regexec.c 			   start, range, regs, stop, false);
stop              319 maint/gnulib/lib/regexec.c 		  Idx stop, bool ret_len)
stop              326 maint/gnulib/lib/regexec.c   if (__glibc_unlikely ((length1 < 0 || length2 < 0 || stop < 0
stop              351 maint/gnulib/lib/regexec.c   rval = re_search_stub (bufp, str, len, start, range, stop, regs,
stop              364 maint/gnulib/lib/regexec.c 		Idx start, regoff_t range, Idx stop, struct re_registers *regs,
stop              420 maint/gnulib/lib/regexec.c   result = re_search_internal (bufp, string, length, start, last_start, stop,
stop              581 maint/gnulib/lib/regexec.c 		    Idx start, Idx last_start, Idx stop, size_t nmatch,
stop              635 maint/gnulib/lib/regexec.c   mctx.input.stop = stop;
stop              636 maint/gnulib/lib/regexec.c   mctx.input.raw_stop = stop;
stop              136 maint/gnulib/lib/timevar.c                     const struct timevar_time_def *stop)
stop              138 maint/gnulib/lib/timevar.c   timer->user += stop->user - start->user;
stop              139 maint/gnulib/lib/timevar.c   timer->sys += stop->sys - start->sys;
stop              140 maint/gnulib/lib/timevar.c   timer->wall += stop->wall - start->wall;
stop             1269 tools/crm_resource_runtime.c         pe_action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set);
stop             1270 tools/crm_resource_runtime.c         const char *value = g_hash_table_lookup(stop->meta, XML_ATTR_TIMEOUT);
stop             1279 tools/crm_resource_runtime.c         pe_free_action(stop);