Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c185 while ((nhp = topo_list_next(&node->tn_children)) != NULL) { in topo_node_destroy()
193 topo_list_delete(&node->tn_children, nhp); in topo_node_destroy()
325 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_range_create()
356 topo_list_append(&pnode->tn_children, nhp); in topo_node_range_create()
373 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_range_destroy()
388 topo_list_delete(&pnode->tn_children, nhp); in topo_node_range_destroy()
414 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_lookup()
472 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_bind()
567 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_node_facbind()
H A Dtopo_tree.h71 topo_list_t tn_children; /* hash table of child nodes */ member
H A Dtopo_list.c150 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL; in topo_child_first()
H A Dtopo_2xml.c381 if (topo_list_next(&node->tn_children) == NULL) in txml_print_dependents()
424 for (nhp = topo_list_next(&node->tn_children); nhp != NULL; in txml_print_range()
H A Dtopo_snap.c498 while ((nhp = topo_list_next(&root->tn_children)) != NULL) { in topo_snap_destroy()
506 topo_list_delete(&root->tn_children, nhp); in topo_snap_destroy()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c310 mdb_printf(" %-12s 0x%-34p\n", "l_prev", tn.tn_children.l_prev); in topo_node()
311 mdb_printf(" %-12s 0x%-34p\n", "l_next", tn.tn_children.l_next); in topo_node()
838 state->curr_hash = (topo_nodehash_t *)node.tn_children.l_next; in tnh_walk_init()