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

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4914 const char *who, char *perms, nvlist_t *top_nvl)
5012 (void) nvlist_add_nvlist(top_nvl, who_buf,
5027 (void) nvlist_add_nvlist(top_nvl, who_buf,
5043 (void) nvlist_add_boolean(top_nvl, who_buf);
5051 (void) nvlist_add_boolean(top_nvl, who_buf);
5616 nvlist_t *top_nvl = *cbp->cb_nvlp; local
5646 return (nvlist_add_nvlist(top_nvl, zname, nvl));
4913 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 185 milliseconds