Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.c538 struct digraph_path *pathnode = NULL; in visit_vertex() local
577 pathnode = topo_hdl_zalloc(thp, sizeof (struct digraph_path)); in visit_vertex()
596 pathnode->dgp_path = path; in visit_vertex()
598 topo_list_append(all_paths, pathnode); in visit_vertex()
620 topo_hdl_free(thp, pathnode, sizeof (struct digraph_path)); in visit_vertex()