Searched refs:fmdo_timeout (Results 1 – 3 of 3) sorted by relevance
105 void (*fmdo_timeout)(fmd_hdl_t *, id_t, void *); member
412 if (ops.fmdo_timeout == NULL) in fmd_hdl_register()413 ops.fmdo_timeout = (void (*)())fmd_hdl_nop; in fmd_hdl_register()
568 ops->fmdo_timeout(hdl, t->mt_id, t->mt_arg); in fmd_module_dispatch()