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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h117 topo_list_t th_trees; /* Scheme-specific topo tree list */ member in struct:topo_hdl
H A Dtopo_builtin.c133 topo_list_append(&thp->th_trees, tp);
H A Dtopo_snap.c246 while ((tp = topo_list_next(&thp->th_trees)) != NULL) {
247 topo_list_delete(&thp->th_trees, tp);
431 for (tp = topo_list_next(&thp->th_trees); tp != NULL;
502 for (tp = topo_list_next(&thp->th_trees); tp != NULL;
H A Dtopo_tree.c208 for (tp = topo_list_next(&thp->th_trees); tp != NULL;
H A Dtopo_2xml.c339 for (tp = topo_list_next(&thp->th_trees); tp != NULL;
H A Dtopo_subr.c219 for (tp = topo_list_next(&thp->th_trees); tp != NULL;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c133 mdb_printf("%-12s %-36s %-30s\n", "th_trees", "",
135 mdb_printf(" %-12s 0x%-34p %-30s\n", "l_prev", th.th_trees.l_prev,
137 mdb_printf(" %-12s 0x%-34p %-30s\n", "l_next", th.th_trees.l_next,
585 wsp->walk_addr = (uintptr_t)th.th_trees.l_next;

Completed in 89 milliseconds