Searched refs:tn_children (Results 1 – 6 of 6) sorted by relevance
181 while ((nhp = topo_list_next(&node->tn_children)) != NULL) { in topo_node_destroy()189 topo_list_delete(&node->tn_children, nhp); in topo_node_destroy()307 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_range_create()338 topo_list_append(&pnode->tn_children, nhp); in topo_node_range_create()355 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_range_destroy()370 topo_list_delete(&pnode->tn_children, nhp); in topo_node_range_destroy()396 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_lookup()454 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_bind()549 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_facbind()
68 topo_list_t tn_children; /* hash table of child nodes */ member
252 if (topo_list_next(&node->tn_children) == NULL) in txml_print_dependents()283 for (nhp = topo_list_next(&node->tn_children); nhp != NULL; in txml_print_range()
147 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_child_first()
450 while ((nhp = topo_list_next(&root->tn_children)) != NULL) { in topo_snap_destroy()458 topo_list_delete(&root->tn_children, nhp); in topo_snap_destroy()
309 mdb_printf(" %-12s 0x%-34p\n", "l_prev", tn.tn_children.l_prev); in topo_node()310 mdb_printf(" %-12s 0x%-34p\n", "l_next", tn.tn_children.l_next); in topo_node()837 state->curr_hash = (topo_nodehash_t *)node.tn_children.l_next; in tnh_walk_init()