dst_infos         361 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   struct hwloc_info_s *dst_infos = *dst_infosp;
dst_infos         369 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     struct hwloc_info_s *tmp_infos = realloc(dst_infos, alloccount*sizeof(*dst_infos));
dst_infos         373 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     dst_infos = tmp_infos;
dst_infos         376 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     dst_infos[dst_count].name = src_infos[i].name;
dst_infos         377 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     dst_infos[dst_count].value = src_infos[i].value;
dst_infos         379 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   *dst_infosp = dst_infos;