Home
last modified time | relevance | path

Searched refs:fmevt_hdl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c224 obj = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP); in fmevt_detector()
225 dtcr = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP); in fmevt_detector()
226 site = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP); in fmevt_detector()
227 ctxt = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP); in fmevt_detector()
437 if ((nvl = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP)) == NULL) { in fmevt_postprocess()
460 fmd_xprt_post(fmevt_hdl, fmevt_xprt, nvl, in fmevt_postprocess()
477 fmd_hdl_strfree(fmevt_hdl, class[i]); in fmevt_postprocess()
502 fmd_hdl_abort(fmevt_hdl, "event receipt callback with " in fmevt_cb()
H A Dfmevt_main.c57 fmd_hdl_t *fmevt_hdl; variable
70 fmevt_hdl = hdl; in _fmd_init()
H A Dfmevt_inbound_smf.c143 if (!fmd_prop_get_int32(fmevt_hdl, "inbound_postprocess_smf")) in fmevt_pp_smf()
167 if ((fmri = shortfmri_to_fmri(fmevt_hdl, svcname)) == NULL) in fmevt_pp_smf()
175 if ((myattr = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP)) == NULL) in fmevt_pp_smf()
H A Dfmevt.h44 extern fmd_hdl_t *fmevt_hdl;
H A Dfmevt_inbound_sunos.c65 myattr = fmd_nvl_dup(fmevt_hdl, rawattr, FMD_SLEEP); in pp_sunos_panic()