next_hb_p         330 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   struct hwloc_obj **next_hb_p;
next_hb_p         343 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   next_hb_p = &hwloc_get_root_obj(topology)->io_first_child;
next_hb_p         344 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   while (*next_hb_p)
next_hb_p         345 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     next_hb_p = &((*next_hb_p)->next_sibling);
next_hb_p         349 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     *next_hb_p = old_tree;
next_hb_p         401 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     *next_hb_p = hostbridge;
next_hb_p         402 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     next_hb_p = &hostbridge->next_sibling;