Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.c804 topo_vertex_t *to_vtx; member
832 cbarg->to_vtx = vtx; in edge_cb()
835 if (cbarg->from_vtx != NULL && cbarg->to_vtx != NULL) in edge_cb()
868 if (cbarg.from_vtx == NULL || cbarg.to_vtx == NULL) { in deserialize_edges()
871 if (topo_edge_new(mod, cbarg.from_vtx, cbarg.to_vtx) != 0) { in deserialize_edges()