Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c407 fmd_topo_rele(mtp->mt_topo); in fmd_module_unload()
1392 mtp->mt_topo = mp->mod_topo_current; in fmd_module_topo_hold()
1393 fmd_topo_addref(mtp->mt_topo); in fmd_module_topo_hold()
1396 return (mtp->mt_topo->ft_hdl); in fmd_module_topo_hold()
1408 if (mtp->mt_topo->ft_hdl == hdl) in fmd_module_topo_rele()
1416 fmd_topo_rele(mtp->mt_topo); in fmd_module_topo_rele()
H A Dfmd_module.h162 fmd_topo_t *mt_topo; /* topo handle */ member