Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.c492 topo_path_component_t *pathcomp; in topo_path_destroy()
502 topo_path_component_t *tmp = pathcomp; in topo_path_destroy()
505 topo_hdl_free(thp, tmp, sizeof (topo_path_component_t)); in topo_path_destroy()
540 topo_path_component_t *pathcomp = NULL; in visit_vertex()
557 for (topo_path_component_t *pc = topo_list_next(curr_path_comps); in visit_vertex()
567 if ((pathcomp = topo_hdl_zalloc(thp, sizeof (topo_path_component_t))) in visit_vertex()
588 curr_path_comps, sizeof (topo_path_component_t)) != 0) { in visit_vertex()
601 topo_hdl_free(thp, pathcomp, sizeof (topo_path_component_t)); in visit_vertex()
615 topo_hdl_free(thp, pathcomp, sizeof (topo_path_component_t)); in visit_vertex()
640 topo_path_component_t *pathcomp = NULL; in topo_digraph_paths()
[all …]
H A Dlibtopo.h74 } topo_path_component_t; typedef