Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers53 topo_digraph_serialize;
H A Dlibtopo.h455 extern int topo_digraph_serialize(topo_hdl_t *, topo_digraph_t *, FILE *);
H A Dtopo_digraph_xml.c721 topo_digraph_serialize(topo_hdl_t *thp, topo_digraph_t *tdg, FILE *fp) in topo_digraph_serialize() function
/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c211 if (topo_digraph_serialize(thp, tdg, xml_out) != 0) { in test_serialize()