Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c46 r->tf_xdoc = doc; in tf_info_new()
53 if (p->tf_xdoc != NULL) in tf_info_free()
54 xmlFreeDoc(p->tf_xdoc); in tf_info_free()
H A Dtopo_parse.h110 xmlDocPtr tf_xdoc; /* the parsed xml doc */ member
H A Dtopo_xml.c1969 if ((xroot = xmlDocGetRootElement(xinfo->tf_xdoc)) == NULL) { in topo_xml_enum()