Searched refs:fmdo_topo (Results 1 – 3 of 3) sorted by relevance
110 void (*fmdo_topo)(fmd_hdl_t *, struct topo_hdl *); member
406 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()
600 ops->fmdo_topo(hdl, mp->mod_topo_current->ft_hdl); in fmd_module_dispatch()