first_flags       178 lib/pacemaker/pcmk_graph_producer.c                     enum pe_action_flags first_flags, enum pe_action_flags then_flags,
first_flags       211 lib/pacemaker/pcmk_graph_producer.c                 first_flags & pe_action_optional, pe_action_optional,
first_flags       214 lib/pacemaker/pcmk_graph_producer.c         } else if (!pcmk_is_set(first_flags, pe_action_optional)
first_flags       228 lib/pacemaker/pcmk_graph_producer.c                                                    first_flags, restart,
first_flags       238 lib/pacemaker/pcmk_graph_producer.c                 first_flags, pe_action_optional, pe_order_implies_first,
first_flags       241 lib/pacemaker/pcmk_graph_producer.c         } else if (!pcmk_is_set(first_flags, pe_action_optional)
first_flags       254 lib/pacemaker/pcmk_graph_producer.c                 first_flags & pe_action_optional, pe_action_optional,
first_flags       266 lib/pacemaker/pcmk_graph_producer.c                 first_flags, pe_action_runnable, pe_order_one_or_more,
first_flags       269 lib/pacemaker/pcmk_graph_producer.c         } else if (pcmk_is_set(first_flags, pe_action_runnable)) {
first_flags       289 lib/pacemaker/pcmk_graph_producer.c         if (!pcmk_is_set(first_flags, pe_action_runnable)
first_flags       300 lib/pacemaker/pcmk_graph_producer.c                 first_flags, pe_action_runnable, pe_order_runnable_left,
first_flags       311 lib/pacemaker/pcmk_graph_producer.c                 first_flags, pe_action_runnable, pe_order_runnable_left,
first_flags       314 lib/pacemaker/pcmk_graph_producer.c         } else if (!pcmk_is_set(first_flags, pe_action_runnable)
first_flags       328 lib/pacemaker/pcmk_graph_producer.c                 first_flags, pe_action_optional,
first_flags       340 lib/pacemaker/pcmk_graph_producer.c                 first_flags, pe_action_optional, pe_order_pseudo_left,
first_flags       351 lib/pacemaker/pcmk_graph_producer.c                 first_flags, pe_action_runnable, pe_order_optional, data_set);
first_flags       361 lib/pacemaker/pcmk_graph_producer.c                 first_flags, pe_action_runnable, pe_order_asymmetrical,
first_flags       370 lib/pacemaker/pcmk_graph_producer.c         && (first_flags & pe_action_optional) == 0) {
first_flags       465 lib/pacemaker/pcmk_graph_producer.c         enum pe_action_flags first_flags = 0;
first_flags       518 lib/pacemaker/pcmk_graph_producer.c         first_flags = get_action_flags(first, then_node);
first_flags       524 lib/pacemaker/pcmk_graph_producer.c                      first->uuid, then->uuid, other->type, first_flags,
first_flags       525 lib/pacemaker/pcmk_graph_producer.c                      action_optional_str(first_flags),
first_flags       526 lib/pacemaker/pcmk_graph_producer.c                      action_runnable_str(first_flags),
first_flags       527 lib/pacemaker/pcmk_graph_producer.c                      action_type_str(first_flags), action_node_str(first),
first_flags       545 lib/pacemaker/pcmk_graph_producer.c             changed |= graph_update_action(first, then, node, first_flags,
first_flags      1855 lib/pacemaker/pcmk_sched_native.c     enum pe_action_flags first_flags = first->flags;
first_flags      1893 lib/pacemaker/pcmk_sched_native.c             && pcmk_is_set(first_flags, pe_action_optional)) {
first_flags      1977 lib/pacemaker/pcmk_sched_native.c     if (first_flags != first->flags) {
first_flags      1984 lib/pacemaker/pcmk_sched_native.c                      first->flags, first_flags, then->uuid, then->flags);