Symbol: tf_info_t
usr/src/lib/fm/topo/libtopo/common/topo_file.h
37
tf_info_t *tf_tmap; /* topology map file info */
usr/src/lib/fm/topo/libtopo/common/topo_parse.c
34
tf_info_t *
usr/src/lib/fm/topo/libtopo/common/topo_parse.c
37
tf_info_t *r;
usr/src/lib/fm/topo/libtopo/common/topo_parse.c
39
if ((r = topo_mod_zalloc(mp, sizeof (tf_info_t))) == NULL)
usr/src/lib/fm/topo/libtopo/common/topo_parse.c
51
tf_info_free(topo_mod_t *mp, tf_info_t *p)
usr/src/lib/fm/topo/libtopo/common/topo_parse.c
58
topo_mod_free(mp, p, sizeof (tf_info_t));
usr/src/lib/fm/topo/libtopo/common/topo_parse.c
62
tf_rdata_new(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr n, tnode_t *troot)
usr/src/lib/fm/topo/libtopo/common/topo_parse.h
207
tf_info_t *, xmlNodePtr, tnode_t *);
usr/src/lib/fm/topo/libtopo/common/topo_parse.h
209
extern tf_info_t *topo_xml_read(topo_mod_t *, const char *, const char *);
usr/src/lib/fm/topo/libtopo/common/topo_parse.h
210
extern tf_info_t *tf_info_new(topo_mod_t *, xmlDocPtr, xmlChar *);
usr/src/lib/fm/topo/libtopo/common/topo_parse.h
212
extern void topo_xml_cleanup(topo_mod_t *, tf_info_t *);
usr/src/lib/fm/topo/libtopo/common/topo_parse.h
216
extern void tf_info_free(topo_mod_t *, tf_info_t *);
usr/src/lib/fm/topo/libtopo/common/topo_parse.h
219
extern int topo_xml_enum(topo_mod_t *, tf_info_t *, tnode_t *);
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
1856
tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
1963
topo_xml_enum(topo_mod_t *tmp, tf_info_t *xinfo, tnode_t *troot)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
1986
static tf_info_t *
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
1997
tf_info_t *r;
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
2133
tf_info_t *
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
2137
tf_info_t *tip;
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
457
tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr dxn, tnode_t *ptn)
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
47
static tf_rdata_t *topo_xml_walk(topo_mod_t *, tf_info_t *, xmlNodePtr,
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
505
tf_info_t *xinfo, tf_pad_t *pad, xmlNodePtr pxn, tnode_t *ptn)