cluster_node       91 lib/pacemaker/pcmk_sched_remote.c     const pcmk_node_t *cluster_node = NULL;
cluster_node       98 lib/pacemaker/pcmk_sched_remote.c     cluster_node = pcmk__current_node(remote_rsc);
cluster_node      109 lib/pacemaker/pcmk_sched_remote.c         if ((cluster_node != NULL) && cluster_node->details->unclean) {
cluster_node      140 lib/pacemaker/pcmk_sched_remote.c     } else if (cluster_node == NULL) {
cluster_node      146 lib/pacemaker/pcmk_sched_remote.c     } else if (cluster_node->details->unclean
cluster_node      147 lib/pacemaker/pcmk_sched_remote.c                || !(cluster_node->details->online)) {
cluster_node      271 lib/pacemaker/pcmk_sched_remote.c                 pcmk_node_t *cluster_node = pcmk__current_node(remote_rsc);
cluster_node      284 lib/pacemaker/pcmk_sched_remote.c                 if ((cluster_node != NULL) && (state == remote_state_stopped)) {