Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c210 mp->mod_topo_current = fmd_topo_hold(); in fmd_module_create()
441 if (mp->mod_topo_current != NULL) in fmd_module_destroy()
442 fmd_topo_rele(mp->mod_topo_current); in fmd_module_destroy()
594 old_topo = mp->mod_topo_current; in fmd_module_dispatch()
596 mp->mod_topo_current = (fmd_topo_t *)ep->ev_data; in fmd_module_dispatch()
597 fmd_topo_addref(mp->mod_topo_current); in fmd_module_dispatch()
600 ops->fmdo_topo(hdl, mp->mod_topo_current->ft_hdl); in fmd_module_dispatch()
1389 mtp->mt_topo = mp->mod_topo_current; in fmd_module_topo_hold()
H A Dfmd_module.h137 fmd_topo_t *mod_topo_current; /* current libtopo snapshot */ member