Searched refs:tf_info_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_parse.h | 109 } tf_info_t; typedef 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 D | topo_parse.c | 36 tf_info_t * 39 tf_info_t *r; in tf_info_new() 41 if ((r = topo_mod_zalloc(mp, sizeof (tf_info_t))) == NULL) in tf_info_new() 53 tf_info_free(topo_mod_t *mp, tf_info_t *p) in tf_info_free() 60 topo_mod_free(mp, p, sizeof (tf_info_t)); in tf_info_free() 64 tf_rdata_new(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr n, tnode_t *troot) in tf_rdata_new()
|
H A D | topo_file.h | 39 tf_info_t *tf_tmap; /* topology map file info */
|
H A D | topo_xml.c | 47 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) in dependent_create() 503 tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr pxn, tnode_t *ptn) in dependents_create() 1841 tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot) in topo_xml_walk() 1951 topo_xml_enum(topo_mod_t *tmp, tf_info_t *xinfo, tnode_t *troot) in topo_xml_enum() 1974 static tf_info_t * 1985 tf_info_t *r; in txml_file_parse() 2123 tf_info_t * 2127 tf_info_t *tip; in topo_xml_read()
|