promote           224 include/crm/pengine/internal.h     GList *promote;           /* notify_entry_t*  */
promote          1004 lib/pacemaker/pcmk_output.c     pe_action_t *promote = NULL;
promote          1047 lib/pacemaker/pcmk_output.c         promote = possible_matches->data;
promote          1077 lib/pacemaker/pcmk_output.c             if ((demote != NULL) && (promote != NULL)
promote          1079 lib/pacemaker/pcmk_output.c                 && !pcmk_is_set(promote->flags, pe_action_optional)) {
promote          1081 lib/pacemaker/pcmk_output.c                                   current, next, promote, demote);
promote          1169 lib/pacemaker/pcmk_output.c                           next, promote, NULL);
promote          1236 lib/pacemaker/pcmk_sched_primitive.c         pe_action_t *promote = promote_action(rsc, node, optional);
promote          1250 lib/pacemaker/pcmk_sched_primitive.c             pe__set_action_flags(promote, pe_action_pseudo);
promote          1257 lib/pacemaker/pcmk_sched_primitive.c             pe_action_t *promote = (pe_action_t *) iter->data;
promote          1259 lib/pacemaker/pcmk_sched_primitive.c             pe__clear_action_flags(promote, pe_action_runnable);
promote           621 lib/pengine/pe_notif.c                     n_data->promote = g_list_prepend(n_data->promote, entry);
promote           696 lib/pengine/pe_notif.c     if ((n_data->promote != NULL)
promote           700 lib/pengine/pe_notif.c     n_data->promote = notify_entries_to_strings(n_data->promote,
promote           836 lib/pengine/pe_notif.c             if (n_data->promote == NULL) {
promote           953 lib/pengine/pe_notif.c     g_list_free_full(n_data->promote, free);