Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.c47 topo_file_unload(topo_file_t *tfp) in topo_file_unload()
59 topo_mod_free(tfp->tf_mod, tfp, sizeof (topo_file_t)); in topo_file_unload()
66 topo_file_t *tfp; in topo_file_load()
69 if ((tfp = topo_mod_zalloc(mod, sizeof (topo_file_t))) == NULL) in topo_file_load()
H A Dtopo_file.h40 } topo_file_t; typedef