Searched refs:bhnd_nvram_data_next (Results 1 – 4 of 4) sorted by relevance
272 while ((name = bhnd_nvram_data_next(sc->data, &cookiep))) { in bhnd_nvstore_parse_data()339 while ((name = bhnd_nvram_data_next(sc->data, &cookiep))) { in bhnd_nvstore_parse_data()411 while ((name = bhnd_nvram_data_next(sc->data, &cookiep))) { in bhnd_nvstore_parse_path_entries()949 while ((name = bhnd_nvram_data_next(sc->data, &cookiep))) { in bhnd_nvram_store_export()
397 bhnd_nvram_data_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_data_next() function455 while ((next = bhnd_nvram_data_next(nv, &cookiep))) { in bhnd_nvram_data_generic_find()
125 const char *bhnd_nvram_data_next(struct bhnd_nvram_data *nv,
458 if ((bhnd_nvram_data_next(sc->data, indexp)) == NULL) in bhnd_nvstore_path_data_next()