Home
last modified time | relevance | path

Searched refs:th_trees (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c285 while ((tp = topo_list_next(&thp->th_trees)) != NULL) { in topo_close()
286 topo_list_delete(&thp->th_trees, tp); in topo_close()
479 for (tp = topo_list_next(&thp->th_trees); tp != NULL; in topo_snap_destroy()
572 for (tp = topo_list_next(&thp->th_trees); tp != NULL; in topo_walk_init()
838 for (ttree_t *tp = topo_list_next(&thp->th_trees); tp != NULL; in topo_scheme_walk()
H A Dtopo_tree.h121 topo_list_t th_trees; /* Scheme-specific topo tree list */ member
H A Dtopo_builtin.c137 topo_list_append(&thp->th_trees, tp); in topo_builtin_create()
H A Dtopo_tree.c207 for (tp = topo_list_next(&thp->th_trees); tp != NULL; in topo_tree_enum_all()
H A Dtopo_2xml.c474 for (tp = topo_list_next(&thp->th_trees); tp != NULL; in topo_xml_print()
H A Dtopo_subr.c227 for (tp = topo_list_next(&thp->th_trees); tp != NULL; in topo_hdl_root()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c136 mdb_printf(" %-12s 0x%-34p %-30s\n", "l_prev", th.th_trees.l_prev, in topo_handle()
138 mdb_printf(" %-12s 0x%-34p %-30s\n", "l_next", th.th_trees.l_next, in topo_handle()
586 wsp->walk_addr = (uintptr_t)th.th_trees.l_next; in ttree_walk_init()