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 D | fmevt_inbound.c | 224 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 D | fmevt_main.c | 57 fmd_hdl_t *fmevt_hdl; variable 70 fmevt_hdl = hdl; in _fmd_init()
|
H A D | fmevt_inbound_smf.c | 143 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 D | fmevt.h | 44 extern fmd_hdl_t *fmevt_hdl;
|
H A D | fmevt_inbound_sunos.c | 65 myattr = fmd_nvl_dup(fmevt_hdl, rawattr, FMD_SLEEP); in pp_sunos_panic()
|