cluster_node 90 lib/pacemaker/pcmk_sched_remote.c const pcmk_node_t *cluster_node = NULL; cluster_node 97 lib/pacemaker/pcmk_sched_remote.c cluster_node = pe__current_node(remote_rsc); cluster_node 108 lib/pacemaker/pcmk_sched_remote.c if ((cluster_node != NULL) && cluster_node->details->unclean) { cluster_node 139 lib/pacemaker/pcmk_sched_remote.c } else if (cluster_node == NULL) { cluster_node 145 lib/pacemaker/pcmk_sched_remote.c } else if (cluster_node->details->unclean cluster_node 146 lib/pacemaker/pcmk_sched_remote.c || !(cluster_node->details->online)) { cluster_node 269 lib/pacemaker/pcmk_sched_remote.c pcmk_node_t *cluster_node = pe__current_node(remote_rsc); cluster_node 281 lib/pacemaker/pcmk_sched_remote.c if ((cluster_node != NULL) && (state == remote_state_stopped)) {