Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c391 nvlist_t **p_nvl = NULL; in get_email_prefs() local
397 r = nd_get_notify_prefs(nhdl, "smtp", ev, &p_nvl, &npref); in get_email_prefs()
443 r = nvlist_lookup_boolean_array(p_nvl[0], "active", &act1, &n1); in get_email_prefs()
444 r += nvlist_lookup_boolean_array(p_nvl[1], "active", &act2, in get_email_prefs()
446 r += nvlist_lookup_string_array(p_nvl[0], "to", &arr1, &n1); in get_email_prefs()
447 r += nvlist_lookup_string_array(p_nvl[1], "to", &arr2, &n2); in get_email_prefs()
452 nd_dump_nvlist(nhdl, p_nvl[0]); in get_email_prefs()
453 nd_dump_nvlist(nhdl, p_nvl[1]); in get_email_prefs()
463 nd_dump_nvlist(nhdl, p_nvl[0]); in get_email_prefs()
464 nd_dump_nvlist(nhdl, p_nvl[1]); in get_email_prefs()
[all …]