Home
last modified time | relevance | path

Searched refs:tf_tmap (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.c58 if (tfp->tf_tmap != NULL) in topo_file_unload()
59 tf_info_free(tfp->tf_mod, tfp->tf_tmap); in topo_file_unload()
88 if ((tfp->tf_tmap = topo_xml_read(mod, tfp->tf_filenm, scheme)) in topo_file_load()
98 tfp->tf_tmap->tf_flags |= TF_PROPMAP; in topo_file_load()
100 if (topo_xml_enum(mod, tfp->tf_tmap, node) < 0) { in topo_file_load()
H A Dtopo_file.h39 tf_info_t *tf_tmap; /* topology map file info */ member