first_node        544 lib/pacemaker/pcmk_sched_actions.c         pcmk_node_t *first_node = first->node;
first_node        552 lib/pacemaker/pcmk_sched_actions.c             first_node = first->rsc->priv->fns->location(first->rsc, NULL,
first_node        554 lib/pacemaker/pcmk_sched_actions.c             if (first_node != NULL) {
first_node        556 lib/pacemaker/pcmk_sched_actions.c                                 pcmk__node_name(first_node), first->uuid);
first_node        572 lib/pacemaker/pcmk_sched_actions.c             && (first_node != NULL) && (then_node != NULL)
first_node        573 lib/pacemaker/pcmk_sched_actions.c             && !pcmk__same_node(first_node, then_node)) {
first_node        578 lib/pacemaker/pcmk_sched_actions.c                             other->action->uuid, pcmk__node_name(first_node),
first_node        621 lib/pacemaker/pcmk_sched_actions.c             then_flags = action_flags_for_ordering(then, first_node);