then_node         567 lib/pacemaker/pcmk_sched_graph.c         pe_node_t *then_node = then->node;
then_node         581 lib/pacemaker/pcmk_sched_graph.c             then_node = then->rsc->fns->location(then->rsc, NULL, FALSE);
then_node         582 lib/pacemaker/pcmk_sched_graph.c             if (then_node) {
then_node         583 lib/pacemaker/pcmk_sched_graph.c                 crm_trace("Then: Found node %s for %s", then_node->details->uname, then->uuid);
then_node         588 lib/pacemaker/pcmk_sched_graph.c             && (first_node != NULL) && (then_node != NULL)
then_node         589 lib/pacemaker/pcmk_sched_graph.c             && (first_node->details != then_node->details)) {
then_node         593 lib/pacemaker/pcmk_sched_graph.c                        then->uuid, then_node->details->uname);
then_node         621 lib/pacemaker/pcmk_sched_graph.c         first_flags = get_action_flags(first, then_node);