stopped           225 include/crm/pengine/internal.h                                        pe_action_t *stop, pe_action_t *stopped);
stopped           910 lib/pacemaker/pcmk_sched_instances.c     pe_action_t *stopped = NULL;
stopped           942 lib/pacemaker/pcmk_sched_instances.c     stopped = pe__new_rsc_pseudo_action(collective, RSC_STOPPED,
stopped           945 lib/pacemaker/pcmk_sched_instances.c     stopped->priority = INFINITY;
stopped           952 lib/pacemaker/pcmk_sched_instances.c                                           stopped);
stopped           891 lib/pengine/clone.c     GHashTable *stopped = NULL;
stopped           953 lib/pengine/clone.c                 if (stopped == NULL) {
stopped           954 lib/pengine/clone.c                     stopped = pcmk__strkey_table(free, free);
stopped           956 lib/pengine/clone.c                 g_hash_table_insert(stopped, strdup(child_rsc->id), strdup("Stopped"));
stopped          1085 lib/pengine/clone.c             if (stopped != NULL) {
stopped          1086 lib/pengine/clone.c                 g_hash_table_destroy(stopped);
stopped          1087 lib/pengine/clone.c                 stopped = NULL;
stopped          1111 lib/pengine/clone.c                     if (stopped == NULL) {
stopped          1112 lib/pengine/clone.c                         stopped = pcmk__strkey_table(free, free);
stopped          1118 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
stopped          1121 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
stopped          1129 lib/pengine/clone.c         if (stopped != NULL) {
stopped          1130 lib/pengine/clone.c             GList *list = sorted_hash_table_values(stopped);
stopped          1136 lib/pengine/clone.c                 GList *nodes = nodes_with_status(stopped, status);
stopped          1151 lib/pengine/clone.c             g_hash_table_destroy(stopped);
stopped          1450 lib/pengine/clone.c                                   pe_action_t *stop, pe_action_t *stopped)
stopped          1463 lib/pengine/clone.c                                                               stop, stopped);