Searched refs:tf_info_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.h39 tf_info_t *tf_tmap; /* topology map file info */
H A Dtopo_parse.h109 } tf_info_t; typedef in typeref:struct:tf_info
203 tf_info_t *, xmlNodePtr, tnode_t *);
205 extern tf_info_t *topo_xml_read(topo_mod_t *, const char *, const char *);
206 extern tf_info_t *tf_info_new(topo_mod_t *, xmlDocPtr, xmlChar *);
208 extern void topo_xml_cleanup(topo_mod_t *, tf_info_t *);
212 extern void tf_info_free(topo_mod_t *, tf_info_t *);
215 extern int topo_xml_enum(topo_mod_t *, tf_info_t *, tnode_t *);
H A Dtopo_parse.c34 tf_info_t *
37 tf_info_t *r;
39 if ((r = topo_mod_zalloc(mp, sizeof (tf_info_t))) == NULL)
51 tf_info_free(topo_mod_t *mp, tf_info_t *p)
58 topo_mod_free(mp, p, sizeof (tf_info_t));
62 tf_rdata_new(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr n, tnode_t *troot)
H A Dtopo_xml.c47 static tf_rdata_t *topo_xml_walk(topo_mod_t *, tf_info_t *, xmlNodePtr,
455 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr dxn, tnode_t *ptn)
503 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr pxn, tnode_t *ptn)
1839 tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot)
1949 topo_xml_enum(topo_mod_t *tmp, tf_info_t *xinfo, tnode_t *troot)
1972 static tf_info_t *
1983 tf_info_t *r;
2121 tf_info_t *
2125 tf_info_t *tip;

Completed in 297 milliseconds