Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h210 extern tf_info_t *tf_info_new(topo_mod_t *, xmlDocPtr, xmlChar *);
H A Dtopo_parse.c35 tf_info_new(topo_mod_t *mp, xmlDocPtr doc, xmlChar *scheme) in tf_info_new() function
H A Dtopo_xml.c2122 if ((r = tf_info_new(tmp, document, scheme)) == NULL) { in txml_file_parse()