Lines Matching defs:nvl
1374 nvlist_t *nvl;
1400 nvl = fnvlist_alloc();
1401 fnvlist_add_boolean(nvl, argv[0]);
1403 err = lzc_destroy_bookmarks(nvl, NULL);
2584 nvlist_t *nvl = node->usn_nvl;
2592 (void) nvlist_lookup_uint32(nvl, "type", &ustype);
2603 while ((nvp = nvlist_next_nvpair(nvl, nvp)) != NULL) {
4504 parse_who_perm(who_perm_t *who_perm, nvlist_t *nvl, char locality)
4511 while ((nvp = nvlist_next_nvpair(nvl, nvp)) != NULL) {
4528 parse_fs_perm(fs_perm_t *fsperm, nvlist_t *nvl)
4533 while ((nvp = nvlist_next_nvpair(nvl, nvp)) != NULL) {
4629 parse_fs_perm_set(fs_perm_set_t *fspset, nvlist_t *nvl)
4634 while ((nvp = nvlist_next_nvpair(nvl, nvp)) != NULL) {
4933 nvlist_t *nvl;
4997 nvl = set_nvl;
4999 nvl = base_nvl;
5001 (void) nvlist_add_boolean(nvl, curr);
5328 nvlist_t *nvl;
5340 return (zfs_set_fsacl(zhp, perms->un, perms->nvl));
5576 size_t tagwidth, nvlist_t *nvl)
5594 while ((nvp = nvlist_next_nvpair(nvl, nvp)) != NULL) {
5632 nvlist_t *nvl = NULL;
5648 if (zfs_get_holds(zhp, &nvl) != 0)
5654 while ((nvp = nvlist_next_nvpair(nvl, nvp)) != NULL) {
5661 return (nvlist_add_nvlist(top_nvl, zname, nvl));
5682 nvlist_t *nvl;
5726 if (nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0) != 0)
5743 cb.cb_nvlp = &nvl;
5758 nvl);
5760 if (nvlist_empty(nvl))
5763 nvlist_free(nvl);
7010 nvlist_t *nvl;
7061 nvl = fnvlist_alloc();
7062 fnvlist_add_string(nvl, argv[1], snapname);
7063 ret = lzc_bookmark(nvl, NULL);
7064 fnvlist_free(nvl);