misc_first_child 278 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c for(child1 = obj1->misc_first_child, child2 = obj2->misc_first_child; misc_first_child 1786 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_free_object_siblings_and_children(root->misc_first_child); misc_first_child 1787 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c root->misc_first_child = NULL; misc_first_child 226 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c for (pchild = &(parent)->misc_first_child, child = *pchild; \ misc_first_child 474 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c new->misc_first_child = old->misc_first_child; misc_first_child 614 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (old->misc_first_child) misc_first_child 616 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c lastp = insert_siblings_list(pparent, old->misc_first_child, old->parent); misc_first_child 639 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (old->misc_first_child) misc_first_child 640 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c append_siblings_list(&old->parent->misc_first_child, old->misc_first_child, old->parent); misc_first_child 659 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (old->misc_first_child) misc_first_child 660 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c append_siblings_list(&old->parent->misc_first_child, old->misc_first_child, old->parent); misc_first_child 680 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (old->misc_first_child) misc_first_child 681 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c append_siblings_list(&old->parent->misc_first_child, old->misc_first_child, old->parent); misc_first_child 840 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c child = newobj->misc_first_child; misc_first_child 1640 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c for (current = &parent->misc_first_child; *current; current = &(*current)->next_sibling); misc_first_child 2281 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (child->misc_first_child) { misc_first_child 2282 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c append_siblings_list(&parent->misc_first_child, child->misc_first_child, parent); misc_first_child 2321 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (parent->misc_first_child) { misc_first_child 2322 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c prepend_siblings_list(&child->misc_first_child, parent->misc_first_child, child); misc_first_child 2545 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c for (n = 0, child = parent->misc_first_child; misc_first_child 3088 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (oldroot->misc_first_child) misc_first_child 3089 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c prepend_siblings_list(&newroot->misc_first_child, oldroot->misc_first_child, newroot); misc_first_child 3691 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_free_object_siblings_and_children(obj->misc_first_child); misc_first_child 3692 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c obj->misc_first_child = NULL; misc_first_child 4060 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c assert(!parent->misc_first_child); misc_first_child 4064 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c assert(parent->misc_first_child); misc_first_child 4066 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c for(prev = NULL, child = parent->misc_first_child, j = 0; misc_first_child 456 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h struct hwloc_obj *misc_first_child; /**< \brief First Misc child. misc_first_child 468 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h obj = parent->misc_first_child; misc_first_child 413 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #define for_each_misc_child(child, parent) for(child = parent->misc_first_child; child; child = child->next_sibling)