then_node         562 lib/pacemaker/pcmk_sched_graph.c         pe_node_t *then_node = then->node;
then_node         576 lib/pacemaker/pcmk_sched_graph.c             then_node = then->rsc->fns->location(then->rsc, NULL, FALSE);
then_node         577 lib/pacemaker/pcmk_sched_graph.c             if (then_node) {
then_node         578 lib/pacemaker/pcmk_sched_graph.c                 crm_trace("Then: Found node %s for %s", then_node->details->uname, then->uuid);
then_node         583 lib/pacemaker/pcmk_sched_graph.c             && (first_node != NULL) && (then_node != NULL)
then_node         584 lib/pacemaker/pcmk_sched_graph.c             && (first_node->details != then_node->details)) {
then_node         588 lib/pacemaker/pcmk_sched_graph.c                        then->uuid, then_node->details->uname);
then_node         616 lib/pacemaker/pcmk_sched_graph.c         first_flags = get_action_flags(first, then_node);