Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h105 void (*fmdo_timeout)(fmd_hdl_t *, id_t, void *); member
H A Dfmd_api.c412 if (ops.fmdo_timeout == NULL) in fmd_hdl_register()
413 ops.fmdo_timeout = (void (*)())fmd_hdl_nop; in fmd_hdl_register()
H A Dfmd_module.c568 ops->fmdo_timeout(hdl, t->mt_id, t->mt_arg); in fmd_module_dispatch()