Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcm.c826 struct bhnd_nvram_bcm_hvar *hvar, *hvar_next; in bhnd_nvram_bcm_next() local
859 hvar_next = &bcm->hvars[i]; in bhnd_nvram_bcm_next()
860 if (hvar_next->envp != NULL && !hvar_next->stale) in bhnd_nvram_bcm_next()
863 *cookiep = hvar_next; in bhnd_nvram_bcm_next()
864 return (hvar_next->name); in bhnd_nvram_bcm_next()