Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.c55 if (tfp->tf_filenm != NULL) in topo_file_unload()
56 topo_mod_strfree(tfp->tf_mod, tfp->tf_filenm); in topo_file_unload()
82 if ((tfp->tf_filenm = topo_search_path(mod, mod->tm_rootdir, fp)) in topo_file_load()
88 if ((tfp->tf_tmap = topo_xml_read(mod, tfp->tf_filenm, scheme)) in topo_file_load()
92 "%s\n", tfp->tf_filenm, topo_strerror(ETOPO_MOD_XRD)); in topo_file_load()
H A Dtopo_file.h40 char *tf_filenm; /* topology file name */ member