first_node        561 pengine/graph.c         node_t *first_node = first->node;
first_node        567 pengine/graph.c             first_node = first->rsc->fns->location(first->rsc, NULL, FALSE);
first_node        568 pengine/graph.c             if (first_node) {
first_node        569 pengine/graph.c                 crm_trace("First: Found node %s for %s", first_node->details->uname, first->uuid);
first_node        580 pengine/graph.c         if (is_set(other->type, pe_order_same_node) && first_node && then_node
first_node        581 pengine/graph.c             && (first_node->details != then_node->details)) {
first_node        584 pengine/graph.c                        other->action->uuid, first_node->details->uname,
first_node        613 pengine/graph.c         then_flags = get_action_flags(then, first_node);