Lines Matching refs:cookiep
260 void *cookiep; in bhnd_nvstore_parse_data() local
271 cookiep = NULL; in bhnd_nvstore_parse_data()
272 while ((name = bhnd_nvram_data_next(sc->data, &cookiep))) { in bhnd_nvstore_parse_data()
338 cookiep = NULL; in bhnd_nvstore_parse_data()
339 while ((name = bhnd_nvram_data_next(sc->data, &cookiep))) { in bhnd_nvstore_parse_data()
358 cookiep); in bhnd_nvstore_parse_data()
397 void *cookiep; in bhnd_nvstore_parse_path_entries() local
410 cookiep = NULL; in bhnd_nvstore_parse_path_entries()
411 while ((name = bhnd_nvram_data_next(sc->data, &cookiep))) { in bhnd_nvstore_parse_path_entries()
421 error = bhnd_nvstore_var_register_path(sc, &info, cookiep); in bhnd_nvstore_parse_path_entries()
450 void *cookiep, *idxp; in bhnd_nvstore_export_merge() local
478 while ((cookiep = bhnd_nvstore_path_data_next(sc, path, &idxp))) { in bhnd_nvstore_export_merge()
483 name = bhnd_nvram_data_getvar_name(sc->data, cookiep); in bhnd_nvstore_export_merge()
503 if ((error = bhnd_nvram_data_copy_val(sc->data, cookiep, &val))) in bhnd_nvstore_export_merge()
827 void *cookiep; in bhnd_nvram_store_export() local
948 cookiep = NULL; in bhnd_nvram_store_export()
949 while ((name = bhnd_nvram_data_next(sc->data, &cookiep))) { in bhnd_nvram_store_export()
1105 void *cookiep; in bhnd_nvram_store_getvar() local
1135 cookiep = bhnd_nvstore_path_data_lookup(sc, path, info.name); in bhnd_nvram_store_getvar()
1136 if (cookiep != NULL) { in bhnd_nvram_store_getvar()
1138 error = bhnd_nvram_data_getvar(sc->data, cookiep, outp, olen, in bhnd_nvram_store_getvar()