Home
last modified time | relevance | path

Searched refs:fmd_nvl_alloc (Results 1 – 10 of 10) 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()
H A Dfmevt_outbound.c130 nvl = fmd_nvl_alloc(hdl, FMD_SLEEP); in fmevt_init_outbound()
H A Dfmevt_inbound_smf.c175 if ((myattr = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP)) == NULL) in fmevt_pp_smf()
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c178 fmri = fmd_nvl_alloc(hdl, FMD_SLEEP); in panic_sw_fmri()
182 sw_obj = fmd_nvl_alloc(hdl, FMD_SLEEP); in panic_sw_fmri()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c258 replacement = fmd_nvl_alloc(hdl, FMD_SLEEP); in replace_with_spare()
329 asru = fmd_nvl_alloc(hdl, FMD_SLEEP); in zfs_vdev_repair()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h255 extern nvlist_t *fmd_nvl_alloc(fmd_hdl_t *, int);
H A Dfmd_api.map85 fmd_nvl_alloc { TYPE = function; FLAGS = extern };
H A Dfmd_api.c2331 fmd_nvl_alloc(fmd_hdl_t *hdl, int flags) in fmd_nvl_alloc() function
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c255 event = fmd_nvl_alloc(hdl, FMD_SLEEP); in st_check_component()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c435 detector = fmd_nvl_alloc(hdl, FMD_SLEEP); in zfs_case_solve()