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

/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dfmev_evaccess.c47 nvlist_t *ei_nvl; /* (duped) sysevent attribute list */ member in struct:__anon983
83 if (sysevent_get_attr_list(sep, &iep->ei_nvl) != 0) {
89 *nvlp = iep->ei_nvl;
91 if (nvlist_lookup_string(iep->ei_nvl, FM_CLASS, clsp) != 0) {
92 nvlist_free(iep->ei_nvl);
98 if (nvlist_lookup_uint64_array(iep->ei_nvl, "__tod", &tod,
100 nvlist_free(iep->ei_nvl);
112 (void) nvlist_remove_all(iep->ei_nvl, "__tod");
113 (void) nvlist_remove_all(iep->ei_nvl, "__ttl");
128 nvlist_free(iep->ei_nvl);
[all...]

Completed in 15 milliseconds