first_flags 186 pengine/graph.c enum pe_action_flags first_flags, enum pe_action_flags then_flags, first_flags 213 pengine/graph.c clear_bit(first_flags, pe_action_pseudo); first_flags 219 pengine/graph.c then->rsc->cmds->update_actions(first, then, node, first_flags & pe_action_optional, first_flags 222 pengine/graph.c } else if (is_set(first_flags, pe_action_optional) == FALSE) { first_flags 239 pengine/graph.c then->rsc->cmds->update_actions(first, then, node, first_flags, restart, pe_order_restart); first_flags 251 pengine/graph.c first->rsc->cmds->update_actions(first, then, node, first_flags, first_flags 254 pengine/graph.c } else if (is_set(first_flags, pe_action_optional) == FALSE) { first_flags 256 pengine/graph.c first->uuid, is_set(first_flags, pe_action_optional), first_flags 267 pengine/graph.c first->uuid, is_set(first_flags, pe_action_optional), first_flags 276 pengine/graph.c then->rsc->cmds->update_actions(first, then, node, first_flags & pe_action_optional, first_flags 294 pengine/graph.c then->rsc->cmds->update_actions(first, then, node, first_flags, first_flags 297 pengine/graph.c } else if (is_set(first_flags, pe_action_runnable)) { first_flags 321 pengine/graph.c if (is_not_set(first_flags, pe_action_runnable) && first->rsc->running_on != NULL) { first_flags 329 pengine/graph.c changed |= then->rsc->cmds->update_actions(first, then, node, first_flags, first_flags 344 pengine/graph.c then->rsc->cmds->update_actions(first, then, node, first_flags, first_flags 347 pengine/graph.c } else if (is_set(first_flags, pe_action_runnable) == FALSE) { first_flags 364 pengine/graph.c then->rsc->cmds->update_actions(first, then, node, first_flags, first_flags 378 pengine/graph.c then->rsc->cmds->update_actions(first, then, node, first_flags, first_flags 392 pengine/graph.c then->rsc->cmds->update_actions(first, then, node, first_flags, first_flags 406 pengine/graph.c then->rsc->cmds->update_actions(first, then, node, first_flags, first_flags 419 pengine/graph.c && (first_flags & pe_action_optional) == 0) { first_flags 564 pengine/graph.c enum pe_action_flags first_flags = 0; first_flags 612 pengine/graph.c first_flags = get_action_flags(first, then_node); first_flags 621 pengine/graph.c uname : "", first->uuid, is_set(first_flags, first_flags 623 pengine/graph.c is_set(first_flags, pe_action_runnable) ? "runnable" : "unrunnable", first_flags 624 pengine/graph.c is_set(first_flags, first_flags 626 pengine/graph.c uname : "", first_flags, other->type); first_flags 643 pengine/graph.c changed |= graph_update_action(first, then, node, first_flags, then_flags, other); first_flags 1888 pengine/native.c enum pe_action_flags first_flags = first->flags; first_flags 2057 pengine/native.c if (first_flags != first->flags) { first_flags 2062 pengine/native.c first->flags, first_flags, then->uuid, then->flags);