Searched refs:tn_children (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c181 while ((nhp = topo_list_next(&node->tn_children)) != NULL) {
189 topo_list_delete(&node->tn_children, nhp);
307 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL;
338 topo_list_append(&pnode->tn_children, nhp);
355 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL;
370 topo_list_delete(&pnode->tn_children, nhp);
396 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL;
454 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL;
549 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL;
H A Dtopo_tree.h68 topo_list_t tn_children; /* hash table of child nodes */ member in struct:topo_node
H A Dtopo_list.c147 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL;
H A Dtopo_2xml.c252 if (topo_list_next(&node->tn_children) == NULL)
283 for (nhp = topo_list_next(&node->tn_children); nhp != NULL;
H A Dtopo_snap.c450 while ((nhp = topo_list_next(&root->tn_children)) != NULL) {
458 topo_list_delete(&root->tn_children, nhp);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c307 mdb_printf("%-12s %-36s %-30s\n", "tn_children", "",
309 mdb_printf(" %-12s 0x%-34p\n", "l_prev", tn.tn_children.l_prev);
310 mdb_printf(" %-12s 0x%-34p\n", "l_next", tn.tn_children.l_next);
837 state->curr_hash = (topo_nodehash_t *)node.tn_children.l_next;

Completed in 115 milliseconds