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 in struct:fmd_hdl_ops
H A Dfmd_api.c406 offsetof(fmd_hdl_ops_t, fmdo_topo));
422 if (ops.fmdo_topo == NULL)
423 ops.fmdo_topo = (void (*)())fmd_hdl_nop;
H A Dfmd_module.c600 ops->fmdo_topo(hdl, mp->mod_topo_current->ft_hdl);

Completed in 81 milliseconds