Lines Matching full:detector
427 zfs_zevent_post_cb(nvlist_t *nvl, nvlist_t *detector)
432 if (detector)
433 fm_nvlist_destroy(detector, FM_NVA_FREE);
474 nvlist_t *ereport, *detector;
482 if ((detector = fm_nvlist_create(NULL)) == NULL) {
511 * Construct the full class, detector, and other standard FMA fields.
516 fm_fmri_zfs_set(detector, FM_ZFS_SCHEME_VERSION, spa_guid(spa),
519 fm_ereport_set(ereport, FM_EREPORT_VERSION, class, ena, detector, NULL);
775 *detector_out = detector;
1167 nvlist_t *detector = NULL;
1178 if (!zfs_ereport_start(&ereport, &detector, subclass, spa, vd,
1186 rc = zfs_zevent_post(ereport, detector, zfs_zevent_post_cb);
1315 nvlist_t *detector = NULL;
1328 if (!zfs_ereport_start(&ereport, &detector, FM_EREPORT_ZFS_CHECKSUM,
1337 rc = zfs_zevent_post(ereport, detector, zfs_zevent_post_cb);