Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bhnd/nvram/
HDbhnd_nvram_store.c272 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()
HDbhnd_nvram_data.c397 bhnd_nvram_data_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_data_next() function
455 while ((next = bhnd_nvram_data_next(nv, &cookiep))) { in bhnd_nvram_data_generic_find()
HDbhnd_nvram_data.h125 const char *bhnd_nvram_data_next(struct bhnd_nvram_data *nv,
HDbhnd_nvram_store_subr.c458 if ((bhnd_nvram_data_next(sc->data, indexp)) == NULL) in bhnd_nvstore_path_data_next()