first_child       226 opal/class/opal_tree.c     opal_tree_item_t *first_child;
first_child       231 opal/class/opal_tree.c         if (!result && (first_child = opal_tree_get_first_child(item))) {
first_child       233 opal/class/opal_tree.c             result = item_in_tree(first_child, search_item);
first_child       408 opal/class/opal_tree.c     opal_tree_item_t *first_child;
first_child       420 opal/class/opal_tree.c         if ((first_child = opal_tree_get_first_child(tree_item))) {
first_child       423 opal/class/opal_tree.c                 (rc = add_tree_item2buf(first_child, buf, fn, depth+1))){
first_child       654 opal/class/opal_tree.c     opal_tree_item_t *result = NULL, *first_child;
first_child       660 opal/class/opal_tree.c         if (!result && (first_child = opal_tree_get_first_child(item))) {
first_child       662 opal/class/opal_tree.c             result = find_in_descendants(first_child, key);
first_child       236 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 	for(child1 = obj1->first_child, child2 = obj2->first_child;
first_child       444 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       return parent->parent->next_sibling->first_child;
first_child        52 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c     if (!obj->first_child
first_child        53 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c 	|| !obj->first_child->cpuset
first_child        54 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c 	|| !hwloc_bitmap_isequal(obj->cpuset, obj->first_child->cpuset))
first_child        56 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c     obj = obj->first_child;
first_child      1496 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     obj = obj->first_child;
first_child      1144 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   } else if (obj->first_child) {
first_child      1149 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     for(cur = obj->first_child, next = cur->next_sibling;
first_child      1780 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   hwloc_free_object_siblings_and_children(root->first_child);
first_child      1781 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   root->first_child = NULL;
first_child       205 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for (pchild = &(parent)->first_child, child = *pchild; \
first_child       471 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   new->first_child = old->first_child;
first_child       608 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!old->first_child);
first_child       626 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!old->first_child);
first_child       646 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!old->first_child);
first_child       665 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     if (old->first_child)
first_child       667 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       lastp = insert_siblings_list(pparent, old->first_child, old->parent);
first_child      1338 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t *cur_children = &cur->first_child;
first_child      1339 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t *obj_children = &obj->first_child;
first_child      1348 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for (child = cur->first_child, child ? next_child = child->next_sibling : NULL;
first_child      1431 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     cur_children = &cur->first_child; /* Start from the beginning */
first_child      1433 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   while ((child = obj->first_child) != NULL) {
first_child      1435 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     obj->first_child = child->next_sibling;
first_child      1660 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     for (current = &parent->first_child; *current; current = &(*current)->next_sibling);
first_child      1932 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   child = obj->first_child;
first_child      2120 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t child = parent->first_child;
first_child      2133 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t *prev, child, children = parent->first_child;
first_child      2134 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   parent->first_child = NULL;
first_child      2140 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     prev = &parent->first_child;
first_child      2165 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (obj->first_child /* only remove if all children were removed above, so that we don't remove parents of NUMAnode */
first_child      2263 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	parent->first_child = child->first_child;
first_child      2292 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	    parent->parent->first_child = child;
first_child      2437 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       array[i] = array[i]->first_child;
first_child      2478 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for (n = 0, child = parent->first_child;
first_child      2507 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for (n = 0, child = parent->first_child;
first_child      3077 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       && topology->levels[0][0]->first_child && !topology->levels[0][0]->first_child->next_sibling) {
first_child      3079 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc_obj_t newroot = oldroot->first_child;
first_child      3679 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (!obj->first_child && !obj->memory_first_child /* arity not updated before connect_children() */
first_child      3694 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!obj->first_child);
first_child      3902 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!parent->first_child);
first_child      3908 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   assert(parent->first_child);
first_child      3912 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(prev = NULL, child = parent->first_child, j = 0;
first_child      3927 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   assert(parent->first_child == parent->children[0]);
first_child      4010 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!child->first_child);
first_child      4044 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!child->first_child);
first_child      4074 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!child->first_child);
first_child       414 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h   struct hwloc_obj *first_child;	/**< \brief First normal child */
first_child        49 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     hwloc_obj_t child = obj->first_child;
first_child       281 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   child = parent->first_child;
first_child       457 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     obj = parent->first_child;
first_child       410 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #define for_each_child(child, parent) for(child = parent->first_child; child; child = child->next_sibling)