Searched defs:ev_nvl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.h51 nvlist_t *ev_nvl; /* event name/value pair payload */ member in struct:fmd_event_impl
83 #define FMD_EVENT_NVL(e) (((fmd_event_impl_t *)e)->ev_nvl)
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c191 get_notify_prefs(fmd_hdl_t *hdl, nvlist_t *ev_nvl, nvlist_t ***pref_nvl, argument
199 if ((ret = smf_notify_get_params(&top_nvl, ev_nvl)) != SCF_SUCCESS) {
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c261 nvlist_t *ev_nvl, *attr_nvl; local
264 if ((ev_nvl = fmev_attr_list(ev)) == NULL) {
268 if (nvlist_lookup_nvlist(ev_nvl, "attr", &attr_nvl) ||
270 nd_error(nhdl, "Malformed event 0x%p", (void *)ev_nvl);
281 nvlist_t *ev_nvl, *top_nvl, **np_nvlarr, *mech_nvl; local
285 if ((ev_nvl = fmev_attr_list(ev)) == NULL) {
290 if ((ret = smf_notify_get_params(&top_nvl, ev_nvl)) != SCF_SUCCESS) {
514 nvlist_t *ev_nvl, *attr_nvl; local
529 ev_nvl = fmev_attr_list(ev);
539 if ((nvlist_lookup_string(ev_nvl, FM_SUSPECT_DIAG_COD
[all...]

Completed in 905 milliseconds