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