newroot           878 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t newroot;
newroot           933 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   newroot = hwloc_get_root_obj(new);
newroot           934 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   err = hwloc__duplicate_object(new, NULL, newroot, oldroot);
newroot          3079 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc_obj_t newroot = oldroot->first_child;
newroot          3081 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     newroot->parent = NULL;
newroot          3082 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     topology->levels[0][0] = newroot;
newroot          3085 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       prepend_siblings_list(&newroot->memory_first_child, oldroot->memory_first_child, newroot);
newroot          3087 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       prepend_siblings_list(&newroot->io_first_child, oldroot->io_first_child, newroot);
newroot          3089 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       prepend_siblings_list(&newroot->misc_first_child, oldroot->misc_first_child, newroot);