Searched refs:top_nvl (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 194 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()
|
/titanic_50/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 281 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_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 4869 const char *who, char *perms, nvlist_t *top_nvl) in store_allow_perm() argument 4967 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm() 4982 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm() 4998 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm() 5006 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm() 5571 nvlist_t *top_nvl = *cbp->cb_nvlp; in holds_callback() local 5601 return (nvlist_add_nvlist(top_nvl, zname, nvl)); in holds_callback()
|