Home
last modified time | relevance | path

Searched refs:ft_hdl (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_topo.c57 topo_close(ftp->ft_hdl); in fmd_topo_rele_locked()
86 ftp->ft_hdl = tp; in fmd_topo_update()
150 if (ftp->ft_hdl == thp) in fmd_topo_rele_hdl()
173 topo_close(ftp->ft_hdl); in fmd_topo_fini()
H A Dfmd_topo.h41 topo_hdl_t *ft_hdl; member
H A Dfmd_module.c600 ops->fmdo_topo(hdl, mp->mod_topo_current->ft_hdl); in fmd_module_dispatch()
1393 return (mtp->mt_topo->ft_hdl); in fmd_module_topo_hold()
1405 if (mtp->mt_topo->ft_hdl == hdl) in fmd_module_topo_rele()
H A Dfmd_fmri.c240 return (ftp->ft_hdl); in fmd_fmri_topo_hold()
H A Dfmd_asru.c68 return (topo_fmri_strhash(ahp->ah_topo->ft_hdl, val) % ahp->ah_hashlen); in fmd_asru_strhash()
74 return (topo_fmri_strcmp(ahp->ah_topo->ft_hdl, a, b)); in fmd_asru_strcmp()
H A Dfmd_case.c495 topo_fmri_strcmp(ftp->ft_hdl, name, new_name))); in fmd_case_compare_elem()