Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c445 void **index_ref; in bhnd_nvstore_path_data_next() local
470 index_ref = &path->index->cookiep[0]; in bhnd_nvstore_path_data_next()
475 index_ref = *indexp; in bhnd_nvstore_path_data_next()
476 index_ref++; in bhnd_nvstore_path_data_next()
479 BHND_NV_ASSERT(index_ref > path->index->cookiep, in bhnd_nvstore_path_data_next()
482 idxpos = (index_ref - path->index->cookiep); in bhnd_nvstore_path_data_next()
488 *indexp = index_ref; in bhnd_nvstore_path_data_next()
491 return (*index_ref); in bhnd_nvstore_path_data_next()