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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_ioctl_compat.c244 nvlist_t *nvl, *tmpnvl, *hnvl; local
335 hnvl = fnvlist_alloc();
337 zc->zc_value, hnvl) == 0) {
339 while ((elem = nvlist_next_nvpair(hnvl,
345 nvlist_free(hnvl);
364 hnvl = fnvlist_alloc();
366 zc->zc_value, hnvl) == 0) {
368 while ((elem = nvlist_next_nvpair(hnvl,
376 nvlist_free(hnvl);

Completed in 39 milliseconds