Lines Matching defs:detector
2456 nvlist_t *erp, *detector, *hcelem;
2494 * detector fmri aggregated ID data for SC-DE
2515 detector = fm_nvlist_create(NULL);
2518 * Create legacy FMRI for the detector
2539 (void) nvlist_add_uint8(detector, FM_VERSION, FM_HC_SCHEME_VERSION);
2540 (void) nvlist_add_string(detector, FM_FMRI_SCHEME, FM_FMRI_SCHEME_HC);
2541 (void) nvlist_add_string(detector, FM_FMRI_HC_ROOT, "");
2542 (void) nvlist_add_uint32(detector, FM_FMRI_HC_LIST_SZ, 1);
2543 (void) nvlist_add_nvlist_array(detector, FM_FMRI_HC_LIST, &hcelem, 1);
2551 fm_ena_generate(0, FM_ENA_FMT1), detector, NULL);
2570 fm_nvlist_destroy(detector, FM_NVA_FREE);