then_node         560 pengine/graph.c         node_t *then_node = then->node;
then_node         574 pengine/graph.c             then_node = then->rsc->fns->location(then->rsc, NULL, FALSE);
then_node         575 pengine/graph.c             if (then_node) {
then_node         576 pengine/graph.c                 crm_trace("Then: Found node %s for %s", then_node->details->uname, then->uuid);
then_node         580 pengine/graph.c         if (is_set(other->type, pe_order_same_node) && first_node && then_node
then_node         581 pengine/graph.c             && (first_node->details != then_node->details)) {
then_node         585 pengine/graph.c                        then->uuid, then_node->details->uname);
then_node         612 pengine/graph.c         first_flags = get_action_flags(first, then_node);