Lines Matching defs:detector
522 nvlist_t *erp, *detector, *hcelem;
557 * detector fmri aggregated ID data for SC-DE
580 detector = fm_nvlist_create(NULL);
583 * Create legacy FMRI for the detector
612 (void) nvlist_add_uint8(detector, FM_VERSION, FM_HC_SCHEME_VERSION);
613 (void) nvlist_add_string(detector, FM_FMRI_SCHEME, FM_FMRI_SCHEME_HC);
614 (void) nvlist_add_string(detector, FM_FMRI_HC_ROOT, "");
615 (void) nvlist_add_uint32(detector, FM_FMRI_HC_LIST_SZ, 1);
616 (void) nvlist_add_nvlist_array(detector, FM_FMRI_HC_LIST, &hcelem, 1);
624 fm_ena_generate(0, FM_ENA_FMT1), detector, NULL);
644 fm_nvlist_destroy(detector, FM_NVA_FREE);