Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.c56 topo_mod_strfree(tfp->tf_mod, tfp->tf_filenm); in topo_file_unload()
59 tf_info_free(tfp->tf_mod, tfp->tf_tmap); in topo_file_unload()
61 topo_mod_free(tfp->tf_mod, tfp, sizeof (topo_file_t)); in topo_file_unload()
74 tfp->tf_mod = mod; in topo_file_load()
H A Dtopo_file.h41 topo_mod_t *tf_mod; /* scheme-specific builtin mod */ member