Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c195 nvlist_t *top_nvl, **np_nvlarr, *mech_nvl; in get_notify_prefs() local
200 if ((ret = smf_notify_get_params(&top_nvl, ev_nvl)) != SCF_SUCCESS) { in get_notify_prefs()
210 if (nvlist_lookup_nvlist_array(top_nvl, SCF_NOTIFY_PARAMS, &np_nvlarr, in get_notify_prefs()
242 nvlist_free(top_nvl); in get_notify_prefs()
/titanic_41/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()
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c4836 const char *who, char *perms, nvlist_t *top_nvl) in store_allow_perm() argument
4930 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm()
4945 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm()
4961 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm()
4969 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm()
5530 nvlist_t *top_nvl = *cbp->cb_nvlp; in holds_callback() local
5560 return (nvlist_add_nvlist(top_nvl, zname, nvl)); in holds_callback()