Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c293 while ((tdg = topo_list_next(&thp->th_digraphs)) != NULL) { in topo_close()
294 topo_list_delete(&thp->th_digraphs, tdg); in topo_close()
513 for (tdg = topo_list_next(&thp->th_digraphs); tdg != NULL; in topo_snap_destroy()
852 for (topo_digraph_t *tdg = topo_list_next(&thp->th_digraphs); in topo_scheme_walk()
H A Dtopo_tree.h122 topo_list_t th_digraphs; /* Scheme-specific topo digraph list */ member
H A Dtopo_builtin.c149 topo_list_append(&thp->th_digraphs, tdg); in topo_builtin_create()
H A Dtopo_subr.c232 for (tdg = topo_list_next(&thp->th_digraphs); tdg != NULL; in topo_hdl_root()
H A Dtopo_digraph.c136 for (tdg = topo_list_next(&thp->th_digraphs); tdg != NULL; in topo_digraph_get()
H A Dtopo_digraph_xml.c1455 topo_list_append(&thp->th_digraphs, tdg); in topo_digraph_deserialize()