Searched refs:p_nvl (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 396 nvlist_t **p_nvl = NULL; in get_email_prefs() local 402 r = nd_get_notify_prefs(nhdl, "smtp", ev, &p_nvl, &npref); in get_email_prefs() 448 r = nvlist_lookup_boolean_array(p_nvl[0], "active", &act1, &n1); in get_email_prefs() 449 r += nvlist_lookup_boolean_array(p_nvl[1], "active", &act2, in get_email_prefs() 451 r += nvlist_lookup_string_array(p_nvl[0], "to", &arr1, &n1); in get_email_prefs() 452 r += nvlist_lookup_string_array(p_nvl[1], "to", &arr2, &n2); in get_email_prefs() 457 nd_dump_nvlist(nhdl, p_nvl[0]); in get_email_prefs() 458 nd_dump_nvlist(nhdl, p_nvl[1]); in get_email_prefs() 468 nd_dump_nvlist(nhdl, p_nvl[0]); in get_email_prefs() 469 nd_dump_nvlist(nhdl, p_nvl[1]); in get_email_prefs() [all …]
|