Lines Matching defs:npref
114 get_snmp_prefs(nd_hdl_t *nhdl, nvlist_t **pref_nvl, uint_t npref)
127 if (npref == 2) {
387 uint_t npref;
392 ret = nd_get_notify_prefs(nhdl, "snmp", ev, &pref_nvl, &npref);
405 if (get_snmp_prefs(nhdl, pref_nvl, npref) != 0)
432 nd_free_nvlarray(pref_nvl, npref);
443 uint_t npref;
449 ret = nd_get_notify_prefs(nhdl, "snmp", ev, &pref_nvl, &npref);
462 if (get_snmp_prefs(nhdl, pref_nvl, npref) != 0)
492 nd_free_nvlarray(pref_nvl, npref);