Searched refs:child (Results 1 – 3 of 3) sorted by relevance
80 for (b=b->child; b; b=b->prev) in insert_dev()90 for (c=b->child; c; c=c->prev) in insert_dev()132 b->prev = b->next = b->child = NULL; in grow_tree()165 b->prev = b->next = b->child = NULL; in grow_tree()193 b->prev = b->next = b->child = NULL; in grow_tree()223 b->prev = best->child; in grow_tree()224 best->child = b; in grow_tree()461 if (host_bridge.child) in show_forest()463 for (b=host_bridge.child; b->prev; b=b->prev) in show_forest()
87 struct bridge *next, *prev, *child; /* Tree of bridges */ member
962 DEVINST child; in fill_resources() local967 if (CM_Get_Child(&child, devinst, 0) != CR_SUCCESS) in fill_resources()969 else if (CM_Get_Device_ID_Size(&child_name_len, child, 0) != CR_SUCCESS) in fill_resources()975 if (CM_Get_Device_IDA(child, child_name, child_name_len, 0) != CR_SUCCESS) in fill_resources()