Home
last modified time | relevance | path

Searched refs:nd_get_notify_prefs (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h94 int nd_get_notify_prefs(nd_hdl_t *, const char *, fmev_t, nvlist_t ***,
H A Dmapfile-vers55 nd_get_notify_prefs;
H A Dlibfmnotify.c278 nd_get_notify_prefs(nd_hdl_t *nhdl, const char *mech, fmev_t ev, in nd_get_notify_prefs() function
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c396 ret = nd_get_notify_prefs(nhdl, "snmp", ev, &pref_nvl, &npref); in ireport_cb()
453 ret = nd_get_notify_prefs(nhdl, "snmp", ev, &pref_nvl, &npref); in list_cb()
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c402 r = nd_get_notify_prefs(nhdl, "smtp", ev, &p_nvl, &npref); in get_email_prefs()