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 261 lib/pacemaker/pcmk_sched_graph.c first->uuid, pcmk_is_set(first_flags, pe_action_optional), first_flags 270 lib/pacemaker/pcmk_sched_graph.c first_flags & pe_action_optional, pe_action_optional, first_flags 288 lib/pacemaker/pcmk_sched_graph.c first_flags, pe_action_runnable, pe_order_one_or_more, first_flags 291 lib/pacemaker/pcmk_sched_graph.c } else if (pcmk_is_set(first_flags, pe_action_runnable)) { first_flags 316 lib/pacemaker/pcmk_sched_graph.c if (!pcmk_is_set(first_flags, pe_action_runnable) first_flags 327 lib/pacemaker/pcmk_sched_graph.c first_flags, pe_action_runnable, pe_order_runnable_left, first_flags 342 lib/pacemaker/pcmk_sched_graph.c first_flags, pe_action_runnable, pe_order_runnable_left, first_flags 345 lib/pacemaker/pcmk_sched_graph.c } else if (!pcmk_is_set(first_flags, pe_action_runnable) first_flags 362 lib/pacemaker/pcmk_sched_graph.c first_flags, pe_action_optional, first_flags 376 lib/pacemaker/pcmk_sched_graph.c first_flags, pe_action_optional, pe_order_pseudo_left, first_flags 390 lib/pacemaker/pcmk_sched_graph.c first_flags, pe_action_runnable, pe_order_optional, data_set); first_flags 403 lib/pacemaker/pcmk_sched_graph.c first_flags, pe_action_runnable, pe_order_asymmetrical, first_flags 416 lib/pacemaker/pcmk_sched_graph.c && (first_flags & pe_action_optional) == 0) { first_flags 571 lib/pacemaker/pcmk_sched_graph.c enum pe_action_flags first_flags = 0; first_flags 621 lib/pacemaker/pcmk_sched_graph.c first_flags = get_action_flags(first, then_node); first_flags 631 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(first_flags, pe_action_optional)? "optional" : "required", first_flags 632 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(first_flags, pe_action_runnable)? "runnable" : "unrunnable", first_flags 633 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(first_flags, pe_action_pseudo)? "pseudo" first_flags 635 lib/pacemaker/pcmk_sched_graph.c first_flags, other->type); first_flags 652 lib/pacemaker/pcmk_sched_graph.c changed |= graph_update_action(first, then, node, first_flags, first_flags 2133 lib/pacemaker/pcmk_sched_native.c enum pe_action_flags first_flags = first->flags; first_flags 2177 lib/pacemaker/pcmk_sched_native.c && pcmk_is_set(first_flags, pe_action_optional)) { first_flags 2276 lib/pacemaker/pcmk_sched_native.c if (first_flags != first->flags) { first_flags 2281 lib/pacemaker/pcmk_sched_native.c first->flags, first_flags, then->uuid, then->flags);