Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers48 topo_digraph_deserialize;
H A Dlibtopo.h456 extern topo_digraph_t *topo_digraph_deserialize(topo_hdl_t *, const char *,
H A Dtopo_digraph_xml.c1388 topo_digraph_deserialize(topo_hdl_t *thp, const char *xml, size_t sz) in topo_digraph_deserialize() function
/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c103 tdg = topo_digraph_deserialize(thp, buf, statbuf.st_size); in test_deserialize()