cluster_node 88 lib/pacemaker/pcmk_sched_remote.c const pe_node_t *cluster_node = NULL; cluster_node 95 lib/pacemaker/pcmk_sched_remote.c cluster_node = pe__current_node(remote_rsc); cluster_node 106 lib/pacemaker/pcmk_sched_remote.c if ((cluster_node != NULL) && cluster_node->details->unclean) { cluster_node 137 lib/pacemaker/pcmk_sched_remote.c } else if (cluster_node == NULL) { cluster_node 143 lib/pacemaker/pcmk_sched_remote.c } else if (cluster_node->details->unclean cluster_node 144 lib/pacemaker/pcmk_sched_remote.c || !(cluster_node->details->online)) { cluster_node 272 lib/pacemaker/pcmk_sched_remote.c pe_node_t *cluster_node = pe__current_node(remote_rsc); cluster_node 284 lib/pacemaker/pcmk_sched_remote.c if ((cluster_node != NULL) && (state == remote_state_stopped)) {