Searched refs:ei_nvl (Results 1 – 1 of 1) sorted by relevance
47 nvlist_t *ei_nvl; /* (duped) sysevent attribute list */ member82 if (sysevent_get_attr_list(sep, &iep->ei_nvl) != 0) { in fmev_sysev2fmev()88 *nvlp = iep->ei_nvl; in fmev_sysev2fmev()90 if (nvlist_lookup_string(iep->ei_nvl, FM_CLASS, clsp) != 0) { in fmev_sysev2fmev()91 nvlist_free(iep->ei_nvl); in fmev_sysev2fmev()97 if (nvlist_lookup_uint64_array(iep->ei_nvl, "__tod", &tod, in fmev_sysev2fmev()99 nvlist_free(iep->ei_nvl); in fmev_sysev2fmev()111 (void) nvlist_remove_all(iep->ei_nvl, "__tod"); in fmev_sysev2fmev()112 (void) nvlist_remove_all(iep->ei_nvl, "__ttl"); in fmev_sysev2fmev()127 nvlist_free(iep->ei_nvl); in fmev_free()[all …]