then_node         546 lib/pacemaker/pcmk_sched_actions.c         pcmk_node_t *then_node = then->node;
then_node         563 lib/pacemaker/pcmk_sched_actions.c             then_node = then->rsc->fns->location(then->rsc, NULL, FALSE);
then_node         564 lib/pacemaker/pcmk_sched_actions.c             if (then_node != NULL) {
then_node         566 lib/pacemaker/pcmk_sched_actions.c                                 pcmk__node_name(then_node), then->uuid);
then_node         572 lib/pacemaker/pcmk_sched_actions.c             && (first_node != NULL) && (then_node != NULL)
then_node         573 lib/pacemaker/pcmk_sched_actions.c             && !pcmk__same_node(first_node, then_node)) {
then_node         579 lib/pacemaker/pcmk_sched_actions.c                             then->uuid, pcmk__node_name(then_node));
then_node         620 lib/pacemaker/pcmk_sched_actions.c             first_flags = action_flags_for_ordering(first, then_node);