Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c667 nvlist_t *holey; in get_configs() local
673 if (nvlist_alloc(&holey, NV_UNIQUE_NAME, in get_configs()
682 if (nvlist_add_string(holey, in get_configs()
685 nvlist_add_uint64(holey, in get_configs()
687 nvlist_add_uint64(holey, in get_configs()
689 nvlist_free(holey); in get_configs()
692 child[c] = holey; in get_configs()