first_flags       177 lib/pacemaker/pcmk_sched_graph.c                     enum pe_action_flags first_flags, enum pe_action_flags then_flags,
first_flags       204 lib/pacemaker/pcmk_sched_graph.c     pe__clear_raw_action_flags(first_flags, "first action update",
first_flags       211 lib/pacemaker/pcmk_sched_graph.c                 first_flags & pe_action_optional, pe_action_optional,
first_flags       214 lib/pacemaker/pcmk_sched_graph.c         } else if (!pcmk_is_set(first_flags, pe_action_optional)) {
first_flags       231 lib/pacemaker/pcmk_sched_graph.c                                                    first_flags, restart,
first_flags       244 lib/pacemaker/pcmk_sched_graph.c                 first_flags, pe_action_optional, pe_order_implies_first,
first_flags       247 lib/pacemaker/pcmk_sched_graph.c         } else if (!pcmk_is_set(first_flags, pe_action_optional)) {
first_flags       249 lib/pacemaker/pcmk_sched_graph.c                          first->uuid, pcmk_is_set(first_flags, pe_action_optional),
first_flags       260 lib/pacemaker/pcmk_sched_graph.c                       first->uuid, pcmk_is_set(first_flags, pe_action_optional),
first_flags       269 lib/pacemaker/pcmk_sched_graph.c                 first_flags & pe_action_optional, pe_action_optional,
first_flags       287 lib/pacemaker/pcmk_sched_graph.c                 first_flags, pe_action_runnable, pe_order_one_or_more,
first_flags       290 lib/pacemaker/pcmk_sched_graph.c         } else if (pcmk_is_set(first_flags, pe_action_runnable)) {
first_flags       314 lib/pacemaker/pcmk_sched_graph.c         if (!pcmk_is_set(first_flags, pe_action_runnable)
first_flags       325 lib/pacemaker/pcmk_sched_graph.c                 first_flags, pe_action_runnable, pe_order_runnable_left,
first_flags       340 lib/pacemaker/pcmk_sched_graph.c                 first_flags, pe_action_runnable, pe_order_runnable_left,
first_flags       343 lib/pacemaker/pcmk_sched_graph.c         } else if (!pcmk_is_set(first_flags, pe_action_runnable)) {
first_flags       360 lib/pacemaker/pcmk_sched_graph.c                 first_flags, pe_action_optional,
first_flags       374 lib/pacemaker/pcmk_sched_graph.c                 first_flags, pe_action_optional, pe_order_pseudo_left,
first_flags       388 lib/pacemaker/pcmk_sched_graph.c                 first_flags, pe_action_runnable, pe_order_optional, data_set);
first_flags       401 lib/pacemaker/pcmk_sched_graph.c                 first_flags, pe_action_runnable, pe_order_asymmetrical,
first_flags       414 lib/pacemaker/pcmk_sched_graph.c         && (first_flags & pe_action_optional) == 0) {
first_flags       566 lib/pacemaker/pcmk_sched_graph.c         enum pe_action_flags first_flags = 0;
first_flags       616 lib/pacemaker/pcmk_sched_graph.c         first_flags = get_action_flags(first, then_node);
first_flags       626 lib/pacemaker/pcmk_sched_graph.c                   pcmk_is_set(first_flags, pe_action_optional)? "optional" : "required",
first_flags       627 lib/pacemaker/pcmk_sched_graph.c                   pcmk_is_set(first_flags, pe_action_runnable)? "runnable" : "unrunnable",
first_flags       628 lib/pacemaker/pcmk_sched_graph.c                   pcmk_is_set(first_flags, pe_action_pseudo)? "pseudo"
first_flags       630 lib/pacemaker/pcmk_sched_graph.c                   first_flags, other->type);
first_flags       647 lib/pacemaker/pcmk_sched_graph.c             changed |= graph_update_action(first, then, node, first_flags,
first_flags      2140 lib/pacemaker/pcmk_sched_native.c     enum pe_action_flags first_flags = first->flags;
first_flags      2277 lib/pacemaker/pcmk_sched_native.c     if (first_flags != first->flags) {
first_flags      2282 lib/pacemaker/pcmk_sched_native.c                      first->flags, first_flags, then->uuid, then->flags);