details_lh       1587 pengine/native.c         struct node_shared_s *details_lh;
details_lh       1595 pengine/native.c         details_lh = rsc_lh->allocated_to ? rsc_lh->allocated_to->details : NULL;
details_lh       1597 pengine/native.c         if (constraint->score == INFINITY && details_lh != details_rh) {
details_lh       1601 pengine/native.c                     details_lh ? details_lh->uname : "n/a", details_rh ? details_rh->uname : "n/a");
details_lh       1603 pengine/native.c         } else if (constraint->score == -INFINITY && details_lh == details_rh) {