Searched refs:fmd_nvl_alloc (Results 1 – 10 of 10) sorted by relevance
/titanic_41/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() 440 if ((nvl = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP)) == NULL) { in fmevt_postprocess()
|
H A D | fmevt_outbound.c | 127 nvl = fmd_nvl_alloc(hdl, FMD_SLEEP); in fmevt_init_outbound()
|
H A D | fmevt_inbound_smf.c | 175 if ((myattr = fmd_nvl_alloc(fmevt_hdl, FMD_SLEEP)) == NULL) in fmevt_pp_smf()
|
/titanic_41/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/ |
H A D | panic_diag.c | 178 fmri = fmd_nvl_alloc(hdl, FMD_SLEEP); in panic_sw_fmri() 182 sw_obj = fmd_nvl_alloc(hdl, FMD_SLEEP); in panic_sw_fmri()
|
/titanic_41/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 238 replacement = fmd_nvl_alloc(hdl, FMD_SLEEP); in replace_with_spare() 304 asru = fmd_nvl_alloc(hdl, FMD_SLEEP); in zfs_vdev_repair()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.h | 255 extern nvlist_t *fmd_nvl_alloc(fmd_hdl_t *, int);
|
H A D | fmd_api.map | 85 fmd_nvl_alloc { TYPE = function; FLAGS = extern };
|
H A D | fmd_api.c | 2331 fmd_nvl_alloc(fmd_hdl_t *hdl, int flags) in fmd_nvl_alloc() function
|
/titanic_41/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 246 event = fmd_nvl_alloc(hdl, FMD_SLEEP); in st_check_component()
|
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 405 detector = fmd_nvl_alloc(hdl, FMD_SLEEP); in zfs_case_solve()
|