firstp 524 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c insert_siblings_list(hwloc_obj_t *firstp, hwloc_obj_t firstnew, hwloc_obj_t newparent) firstp 528 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c *firstp = tmp = firstnew; firstp 543 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c prepend_siblings_list(hwloc_obj_t *firstp, hwloc_obj_t firstnew, hwloc_obj_t newparent) firstp 553 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c for(tmp = *firstp; tmp; tmp = tmp->next_sibling) firstp 557 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c *tmpp = *firstp; firstp 558 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (*firstp) firstp 559 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c (*firstp)->prev_sibling = last; firstp 562 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c *firstp = firstnew; firstp 570 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c append_siblings_list(hwloc_obj_t *firstp, hwloc_obj_t firstnew, hwloc_obj_t newparent) firstp 576 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c for(length = 0, tmpp = firstp, last = NULL ; *tmpp; length++, last = *tmpp, tmpp = &((*tmpp)->next_sibling));