Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h206 extern tf_info_t *tf_info_new(topo_mod_t *, xmlDocPtr, xmlChar *);
H A Dtopo_parse.c37 tf_info_new(topo_mod_t *mp, xmlDocPtr doc, xmlChar *scheme) in tf_info_new() function
H A Dtopo_xml.c2112 if ((r = tf_info_new(tmp, document, scheme)) == NULL) { in txml_file_parse()