Home
last modified time | relevance | path

Searched refs:mech_nvl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c194 nvlist_t *top_nvl, **np_nvlarr, *mech_nvl; in get_notify_prefs() local
220 if (nvlist_lookup_nvlist(np_nvlarr[i], "syslog", &mech_nvl) in get_notify_prefs()
222 tmparr[nslelem++] = fmd_nvl_dup(hdl, mech_nvl, in get_notify_prefs()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c281 nvlist_t *ev_nvl, *top_nvl, **np_nvlarr, *mech_nvl; in nd_get_notify_prefs() local
315 if (nvlist_lookup_nvlist(np_nvlarr[i], mech, &mech_nvl) == 0) { in nd_get_notify_prefs()
316 (void) nvlist_dup(mech_nvl, *pref_nvl + *nprefs, 0); in nd_get_notify_prefs()