Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5310 nvlist_t *nvl2 = NULL; in parse_fs_perm() local
5321 if (nvpair_value_nvlist(nvp, &nvl2) != 0) in parse_fs_perm()
5403 (void) parse_who_perm(who_perm, nvl2, perm_locality); in parse_fs_perm()
5416 nvlist_t *nvl2 = NULL; in parse_fs_perm_set() local
5434 if (nvpair_value_nvlist(nvp, &nvl2) != 0) in parse_fs_perm_set()
5437 (void) parse_fs_perm(fsperm, nvl2); in parse_fs_perm_set()
6408 nvlist_t *nvl2; in print_holds() local
6410 (void) nvpair_value_nvlist(nvp, &nvl2); in print_holds()
6411 while ((nvp2 = nvlist_next_nvpair(nvl2, nvp2)) != NULL) { in print_holds()