Home
last modified time | relevance | path

Searched refs:topo_modhash_create (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h91 extern topo_modhash_t *topo_modhash_create(topo_hdl_t *);
H A Dtopo_module.c261 topo_modhash_create(topo_hdl_t *thp) in topo_modhash_create() function
H A Dtopo_snap.c196 if ((thp->th_modhash = topo_modhash_create(thp)) == NULL) in topo_open()