cluster_node       89 lib/pacemaker/pcmk_sched_remote.c     const pcmk_node_t *cluster_node = NULL;
cluster_node       96 lib/pacemaker/pcmk_sched_remote.c     cluster_node = pcmk__current_node(remote_rsc);
cluster_node      107 lib/pacemaker/pcmk_sched_remote.c         if ((cluster_node != NULL) && cluster_node->details->unclean) {
cluster_node      138 lib/pacemaker/pcmk_sched_remote.c     } else if (cluster_node == NULL) {
cluster_node      144 lib/pacemaker/pcmk_sched_remote.c     } else if (cluster_node->details->unclean
cluster_node      145 lib/pacemaker/pcmk_sched_remote.c                || !(cluster_node->details->online)) {
cluster_node      269 lib/pacemaker/pcmk_sched_remote.c                 pcmk_node_t *cluster_node = pcmk__current_node(remote_rsc);
cluster_node      281 lib/pacemaker/pcmk_sched_remote.c                 if ((cluster_node != NULL) && (state == remote_state_stopped)) {