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

/opensolaris-onvv-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_evaccess.c47 nvlist_t *ei_nvl; /* (duped) sysevent attribute list */ member in struct:__anon2718
82 if (sysevent_get_attr_list(sep, &iep->ei_nvl) != 0) {
88 *nvlp = iep->ei_nvl;
90 if (nvlist_lookup_string(iep->ei_nvl, FM_CLASS, clsp) != 0) {
91 nvlist_free(iep->ei_nvl);
97 if (nvlist_lookup_uint64_array(iep->ei_nvl, "__tod", &tod,
99 nvlist_free(iep->ei_nvl);
111 (void) nvlist_remove_all(iep->ei_nvl, "__tod");
112 (void) nvlist_remove_all(iep->ei_nvl, "__ttl");
127 nvlist_free(iep->ei_nvl);
[all...]

Completed in 41 milliseconds