Searched refs:detector (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c110 nvlist_t *ereport, *detector; local
194 if ((detector = fm_nvlist_create(NULL)) == NULL) {
223 * Construct the full class, detector, and other standard FMA fields.
228 fm_fmri_zfs_set(detector, FM_ZFS_SCHEME_VERSION, spa_guid(spa),
231 fm_ereport_set(ereport, FM_EREPORT_VERSION, class, ena, detector, NULL);
353 *detector_out = detector;
674 nvlist_t *detector = NULL; local
676 zfs_ereport_start(&ereport, &detector,
685 fm_nvlist_destroy(detector, FM_NVA_FREE);
786 nvlist_t *detector local
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c817 * detector nvlist_t <detector>
831 uint64_t ena, const nvlist_t *detector, ...)
855 (nvlist_t *)detector) != 0) {
859 va_start(ap, detector);
830 fm_ereport_set(nvlist_t *ereport, int version, const char *erpt_class, uint64_t ena, const nvlist_t *detector, ...) argument

Completed in 167 milliseconds