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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.h37 char *tf_filenm; /* topology file name */ member in struct:topo_file
H A Dtopo_file.c52 if (tfp->tf_filenm != NULL)
53 topo_mod_strfree(tfp->tf_mod, tfp->tf_filenm);
100 tfp->tf_filenm = topo_mod_strdup(mod, fp);
101 if (access(tfp->tf_filenm, F_OK) != 0) {
104 __func__, tfp->tf_filenm);
115 if ((tfp->tf_filenm =
122 if ((tfp->tf_tmap = topo_xml_read(mod, tfp->tf_filenm, scheme))
126 __func__, tfp->tf_filenm, topo_mod_errmsg(mod));

Completed in 21 milliseconds