Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h110 void (*fmdo_topo)(fmd_hdl_t *, struct topo_hdl *); member
H A Dfmd_api.c406 offsetof(fmd_hdl_ops_t, fmdo_topo)); in fmd_hdl_register()
422 if (ops.fmdo_topo == NULL) in fmd_hdl_register()
423 ops.fmdo_topo = (void (*)())fmd_hdl_nop; in fmd_hdl_register()
H A Dfmd_module.c600 ops->fmdo_topo(hdl, mp->mod_topo_current->ft_hdl); in fmd_module_dispatch()