Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c4924 const char *who, char *perms, nvlist_t *top_nvl) in store_allow_perm() argument
5022 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm()
5037 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm()
5053 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm()
5061 (void) nvlist_add_boolean(top_nvl, who_buf); in store_allow_perm()
5631 nvlist_t *top_nvl = *cbp->cb_nvlp; in holds_callback() local
5661 return (nvlist_add_nvlist(top_nvl, zname, nvl)); in holds_callback()