Home
last modified time | relevance | path

Searched refs:dispf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c328 fmevt_pp_func_t *dispf = NULL; in fmevt_postprocess() local
354 dispf = rsp->rs_ppfunc; in fmevt_postprocess()
365 if (dispf == NULL) { in fmevt_postprocess()
371 dispf = fmevt_pp_unregistered; in fmevt_postprocess()
400 expected = (*dispf)(class, attr, ruleset, in fmevt_postprocess()
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c88 sw_dispfunc_t *dispf = NULL; in sw_recv() local
93 dispf = dp->swd_func; in sw_recv()
97 if (dispf != NULL) { in sw_recv()
99 (*dispf)(hdl, ep, nvl, class, dp->swd_arg); in sw_recv()