Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c4756 const char *who, char *perms, nvlist_t *top_nvl) in store_allow_perm() argument
4850 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm()
4865 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm()
4881 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm()
4889 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm()
5450 nvlist_t *top_nvl = *cbp->cb_nvlp; in holds_callback() local
5480 return (nvlist_add_nvlist(top_nvl, zname, nvl)); in holds_callback()