Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c135 nvlist_t *allcfgs, *foundcfg = NULL; in read_map_key() local
142 (void) nvlist_lookup_nvlist(allcfgs, key, &foundcfg); in read_map_key()
143 if (foundcfg != NULL) { in read_map_key()
144 nvlist_dup(foundcfg, cfg, KM_SLEEP); in read_map_key()