Searched defs:top_nvl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c194 nvlist_t *top_nvl, **np_nvlarr, *mech_nvl; local
199 if ((ret = smf_notify_get_params(&top_nvl, ev_nvl)) != SCF_SUCCESS) {
209 if (nvlist_lookup_nvlist_array(top_nvl, SCF_NOTIFY_PARAMS, &np_nvlarr,
241 nvlist_free(top_nvl);
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c281 nvlist_t *ev_nvl, *top_nvl, **np_nvlarr, *mech_nvl; local
290 if ((ret = smf_notify_get_params(&top_nvl, ev_nvl)) != SCF_SUCCESS) {
299 nd_dump_nvlist(nhdl, top_nvl);
304 if (nvlist_lookup_nvlist_array(top_nvl, SCF_NOTIFY_PARAMS, &np_nvlarr,
307 nd_dump_nvlist(nhdl, top_nvl);
330 nvlist_free(top_nvl);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4871 const char *who, char *perms, nvlist_t *top_nvl)
4969 (void) nvlist_add_nvlist(top_nvl, who_buf,
4984 (void) nvlist_add_nvlist(top_nvl, who_buf,
5000 (void) nvlist_add_boolean(top_nvl, who_buf);
5008 (void) nvlist_add_boolean(top_nvl, who_buf);
5573 nvlist_t *top_nvl = *cbp->cb_nvlp; local
5603 return (nvlist_add_nvlist(top_nvl, zname, nvl));
4870 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, const char *who, char *perms, nvlist_t *top_nvl) argument

Completed in 85 milliseconds