cluster_node     1917 pengine/allocate.c     node_t *cluster_node = NULL;
cluster_node     1925 pengine/allocate.c         cluster_node = remote_rsc->running_on->data;
cluster_node     1936 pengine/allocate.c         if (cluster_node && cluster_node->details->unclean) {
cluster_node     1966 pengine/allocate.c     } else if (cluster_node == NULL) {
cluster_node     1970 pengine/allocate.c     } else if(cluster_node->details->unclean == TRUE
cluster_node     1971 pengine/allocate.c               || cluster_node->details->online == FALSE) {
cluster_node     1992 pengine/allocate.c     node_t *cluster_node = NULL;
cluster_node     2009 pengine/allocate.c         cluster_node = remote_rsc->running_on->data;
cluster_node     2094 pengine/allocate.c                 if(cluster_node && state == remote_state_stopped) {