Home
last modified time | relevance | path

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

/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
290 if ((ret = smf_notify_get_params(&top_nvl, ev_nvl)) != SCF_SUCCESS) { in nd_get_notify_prefs()
299 nd_dump_nvlist(nhdl, top_nvl); in nd_get_notify_prefs()
304 if (nvlist_lookup_nvlist_array(top_nvl, SCF_NOTIFY_PARAMS, &np_nvlarr, in nd_get_notify_prefs()
307 nd_dump_nvlist(nhdl, top_nvl); in nd_get_notify_prefs()
330 nvlist_free(top_nvl); in nd_get_notify_prefs()
/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
199 if ((ret = smf_notify_get_params(&top_nvl, ev_nvl)) != SCF_SUCCESS) { in get_notify_prefs()
209 if (nvlist_lookup_nvlist_array(top_nvl, SCF_NOTIFY_PARAMS, &np_nvlarr, in get_notify_prefs()
241 nvlist_free(top_nvl); in get_notify_prefs()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5261 const char *who, char *perms, nvlist_t *top_nvl) in store_allow_perm() argument
5359 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm()
5374 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm()
5390 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm()
5398 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm()
5967 nvlist_t *top_nvl = *cbp->cb_nvlp; in holds_callback() local
5997 return (nvlist_add_nvlist(top_nvl, zname, nvl)); in holds_callback()