Searched refs:foundcfg (Results 1 – 1 of 1) sorted by relevance
135 nvlist_t *allcfgs, *foundcfg = NULL; in read_map_key() local142 (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()