then_node         526 lib/pacemaker/pcmk_sched_actions.c         pe_node_t *then_node = then->node;
then_node         544 lib/pacemaker/pcmk_sched_actions.c             then_node = then->rsc->fns->location(then->rsc, NULL, FALSE);
then_node         545 lib/pacemaker/pcmk_sched_actions.c             if (then_node != NULL) {
then_node         547 lib/pacemaker/pcmk_sched_actions.c                              then_node->details->uname, then->uuid);
then_node         553 lib/pacemaker/pcmk_sched_actions.c             && (first_node != NULL) && (then_node != NULL)
then_node         554 lib/pacemaker/pcmk_sched_actions.c             && (first_node->details != then_node->details)) {
then_node         559 lib/pacemaker/pcmk_sched_actions.c                          then->uuid, then_node->details->uname);
then_node         600 lib/pacemaker/pcmk_sched_actions.c             first_flags = action_flags_for_ordering(first, then_node);