Lines Matching defs:detector
464 nvlist_t *detector, *fault;
470 * Construct the detector from the case data. The detector is in the
474 detector = fmd_nvl_alloc(hdl, FMD_SLEEP);
476 (void) nvlist_add_uint8(detector, FM_VERSION, ZFS_SCHEME_VERSION0);
477 (void) nvlist_add_string(detector, FM_FMRI_SCHEME, FM_FMRI_SCHEME_ZFS);
478 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_POOL,
481 (void) nvlist_add_uint64(detector, FM_FMRI_ZFS_VDEV,
485 fault = fmd_nvl_create_fault(hdl, faultname, 100, detector,
486 fru, detector);
502 nvlist_free(detector);
569 nvlist_t *detector;
598 detector = NULL;
601 FM_EREPORT_DETECTOR, &detector);