stop              204 include/crm/pengine/internal.h     GList *stop;              /* notify_entry_t*  */
stop              863 lib/pacemaker/pcmk_output.c         } else if(stop == NULL) {                                       \
stop              866 lib/pacemaker/pcmk_output.c             CRM_ASSERT(stop != NULL);                                   \
stop              867 lib/pacemaker/pcmk_output.c         } else if (pcmk_is_set(stop->flags, pe_action_optional)) {      \
stop              869 lib/pacemaker/pcmk_output.c                     __func__, lineno, stop->uuid);                      \
stop              870 lib/pacemaker/pcmk_output.c             CRM_ASSERT(!pcmk_is_set(stop->flags, pe_action_optional));  \
stop              890 lib/pacemaker/pcmk_output.c     pe_action_t *stop = NULL;
stop              919 lib/pacemaker/pcmk_output.c         stop = possible_matches->data;
stop              967 lib/pacemaker/pcmk_output.c                               NULL, stop, (stop && stop->reason)? stop : start);
stop              972 lib/pacemaker/pcmk_output.c                               rsc, current, next, stop, NULL);
stop              976 lib/pacemaker/pcmk_output.c                               NULL, stop, NULL);
stop              989 lib/pacemaker/pcmk_output.c     if(stop
stop             1018 lib/pacemaker/pcmk_output.c     } else if ((stop != NULL)
stop             1022 lib/pacemaker/pcmk_output.c                           next, stop, start);
stop             1027 lib/pacemaker/pcmk_output.c                           stop, NULL);
stop             1034 lib/pacemaker/pcmk_output.c     } else if (stop != NULL && !pcmk_is_set(stop->flags, pe_action_optional)) {
stop              833 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
stop              851 lib/pacemaker/pcmk_sched_clone.c         stop = find_rsc_action(child, RSC_STOP);
stop              852 lib/pacemaker/pcmk_sched_clone.c         if (stop) {
stop              855 lib/pacemaker/pcmk_sched_clone.c                 order_actions(stop, last_stop, pe_order_optional);
stop              857 lib/pacemaker/pcmk_sched_clone.c             last_stop = stop;
stop              893 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
stop              930 lib/pacemaker/pcmk_sched_clone.c     stop = create_pseudo_resource_op(rsc, RSC_STOP, !child_stopping, TRUE, data_set);
stop              934 lib/pacemaker/pcmk_sched_clone.c         pe__set_action_flags(stop, pe_action_migrate_runnable);
stop              938 lib/pacemaker/pcmk_sched_clone.c         *stop_notify = create_notification_boundaries(rsc, RSC_STOP, stop, stopped, data_set);
stop             1223 lib/pacemaker/pcmk_sched_clone.c         int stop = 0;
stop             1228 lib/pacemaker/pcmk_sched_clone.c             if (key[lpc] == '_' && stop == 0) {
stop             1229 lib/pacemaker/pcmk_sched_clone.c                 stop = lpc;
stop             1236 lib/pacemaker/pcmk_sched_clone.c                 task_mutable[stop - lpc] = 0;
stop              372 lib/pacemaker/pcmk_sched_fencing.c     pe_action_t *stop = NULL;
stop              387 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP,
stop              407 lib/pacemaker/pcmk_sched_fencing.c     if ((stop != NULL) && pcmk_is_set(stop->flags, pe_action_pseudo)) {
stop              408 lib/pacemaker/pcmk_sched_fencing.c         pe_action_t *parent_stonith_op = pe_fence_op(stop->node, NULL, FALSE,
stop              413 lib/pacemaker/pcmk_sched_fencing.c                  stop->node->details->uname);
stop              417 lib/pacemaker/pcmk_sched_fencing.c     } else if (stop) {
stop              418 lib/pacemaker/pcmk_sched_fencing.c         order_actions(stop, stonith_op,
stop              423 lib/pacemaker/pcmk_sched_fencing.c                  container->id, stop->id);
stop              432 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(node->details->remote_rsc->actions, NULL,
stop              435 lib/pacemaker/pcmk_sched_fencing.c         if (stop) {
stop              436 lib/pacemaker/pcmk_sched_fencing.c             order_actions(stop, stonith_op, pe_order_optional);
stop              439 lib/pacemaker/pcmk_sched_fencing.c                      node->details->uname, stonith_op->id, stop->id);
stop              244 lib/pacemaker/pcmk_sched_group.c         int stop = pe_order_none;
stop              254 lib/pacemaker/pcmk_sched_group.c                 pe__set_order_flags(stop, pe_order_optional);
stop              267 lib/pacemaker/pcmk_sched_group.c                                          stop|pe_order_implies_first_printed,
stop              286 lib/pacemaker/pcmk_sched_group.c                           stop|pe_order_implies_first_printed, data_set);
stop             1036 lib/pacemaker/pcmk_sched_native.c             pe_action_t *stop = (pe_action_t *) local_gIter->data;
stop             1038 lib/pacemaker/pcmk_sched_native.c             if (!pcmk_is_set(stop->flags, pe_action_optional)) {
stop             1042 lib/pacemaker/pcmk_sched_native.c             if (!pcmk_is_set(stop->flags, pe_action_runnable)) {
stop             1049 lib/pacemaker/pcmk_sched_native.c                 pcmk__new_ordering(rsc, stop_key(rsc), stop, NULL, strdup(key),
stop             1112 lib/pacemaker/pcmk_sched_native.c     pe_action_t *stop = NULL;
stop             1118 lib/pacemaker/pcmk_sched_native.c     stop = stop_action(rsc, current, TRUE);
stop             1131 lib/pacemaker/pcmk_sched_native.c         pe__set_action_flags(stop, pe_action_migrate_runnable);
stop             1230 lib/pacemaker/pcmk_sched_native.c         pe_action_t *stop = NULL;
stop             1235 lib/pacemaker/pcmk_sched_native.c         stop = stop_action(rsc, dangling_source, FALSE);
stop             1236 lib/pacemaker/pcmk_sched_native.c         pe__set_action_flags(stop, pe_action_dangle);
stop             2021 lib/pacemaker/pcmk_sched_native.c         } else if(stop == NULL) {                                       \
stop             2024 lib/pacemaker/pcmk_sched_native.c             CRM_ASSERT(stop != NULL);                                   \
stop             2025 lib/pacemaker/pcmk_sched_native.c         } else if (pcmk_is_set(stop->flags, pe_action_optional)) {      \
stop             2027 lib/pacemaker/pcmk_sched_native.c                     __func__, lineno, stop->uuid);                      \
stop             2028 lib/pacemaker/pcmk_sched_native.c             CRM_ASSERT(!pcmk_is_set(stop->flags, pe_action_optional));  \
stop             2082 lib/pacemaker/pcmk_sched_native.c         pe_action_t *stop;
stop             2096 lib/pacemaker/pcmk_sched_native.c         stop = stop_action(rsc, current, optional);
stop             2099 lib/pacemaker/pcmk_sched_native.c             pe_action_set_reason(stop, "node availability", TRUE);
stop             2103 lib/pacemaker/pcmk_sched_native.c             pe__clear_action_flags(stop, pe_action_runnable);
stop             2113 lib/pacemaker/pcmk_sched_native.c             order_actions(stop, unfence, pe_order_implies_first);
stop              481 lib/pacemaker/pcmk_sched_notif.c                         n_data->stop = g_list_prepend(n_data->stop, entry);
stop              527 lib/pacemaker/pcmk_sched_notif.c     n_data->stop = expand_list(n_data->stop, &rsc_list, &node_list);
stop              640 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *stop = NULL;
stop              709 lib/pacemaker/pcmk_sched_notif.c     stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
stop              722 lib/pacemaker/pcmk_sched_notif.c                 if (stop && pcmk_is_set(stop->flags, pe_action_pseudo) &&
stop              729 lib/pacemaker/pcmk_sched_notif.c                 if (task == action_demote || stop == NULL
stop              730 lib/pacemaker/pcmk_sched_notif.c                     || pcmk_is_set(stop->flags, pe_action_optional)) {
stop              775 lib/pacemaker/pcmk_sched_notif.c     g_list_free_full(n_data->stop, free);
stop             2184 lib/pengine/unpack.c             pe_action_t *stop = (pe_action_t *) gIter->data;
stop             2186 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              193 maint/gnulib/lib/regex_internal.c   pstr->stop = pstr->len;
stop              194 maint/gnulib/lib/regex_internal.c   pstr->raw_stop = pstr->stop;
stop              437 maint/gnulib/lib/regex_internal.c 		      pstr->stop += mbcdlen - mbclen;
stop              593 maint/gnulib/lib/regex_internal.c       pstr->stop = pstr->raw_stop;
stop              650 maint/gnulib/lib/regex_internal.c 		  pstr->stop = pstr->raw_stop - idx + offset;
stop              701 maint/gnulib/lib/regex_internal.c 	      pstr->stop = pstr->raw_stop - idx + offset;
stop              807 maint/gnulib/lib/regex_internal.c   pstr->stop -= offset;
stop              404 maint/gnulib/lib/regex_internal.h   Idx stop;
stop              443 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              300 maint/gnulib/lib/regexec.c 	    struct re_registers *regs, Idx stop)
stop              303 maint/gnulib/lib/regexec.c 			   start, 0, regs, stop, true);
stop              312 maint/gnulib/lib/regexec.c 	     struct re_registers *regs, Idx stop)
stop              315 maint/gnulib/lib/regexec.c 			   start, range, regs, stop, false);
stop              325 maint/gnulib/lib/regexec.c 		  Idx stop, bool ret_len)
stop              332 maint/gnulib/lib/regexec.c   if (__glibc_unlikely ((length1 < 0 || length2 < 0 || stop < 0
stop              357 maint/gnulib/lib/regexec.c   rval = re_search_stub (bufp, str, len, start, range, stop, regs,
stop              370 maint/gnulib/lib/regexec.c 		Idx start, regoff_t range, Idx stop, struct re_registers *regs,
stop              426 maint/gnulib/lib/regexec.c   result = re_search_internal (bufp, string, length, start, last_start, stop,
stop              587 maint/gnulib/lib/regexec.c 		    Idx start, Idx last_start, Idx stop, size_t nmatch,
stop              641 maint/gnulib/lib/regexec.c   mctx.input.stop = stop;
stop              642 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             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             1222 tools/crm_resource_runtime.c         pe_free_action(stop);