Searched refs:tf_filenm (Results 1 – 2 of 2) sorted by relevance
53 if (tfp->tf_filenm != NULL) in topo_file_unload()54 topo_mod_strfree(tfp->tf_mod, tfp->tf_filenm); in topo_file_unload()80 if ((tfp->tf_filenm = topo_search_path(mod, mod->tm_rootdir, fp)) in topo_file_load()86 if ((tfp->tf_tmap = topo_xml_read(mod, tfp->tf_filenm, scheme)) in topo_file_load()90 "%s\n", tfp->tf_filenm, topo_strerror(ETOPO_MOD_XRD)); in topo_file_load()
38 char *tf_filenm; /* topology file name */ member